pub(crate) enum Optval {
Val(String),
Given,
}
Expand description
Describes whether an option is given at all or has a value.
Variants§
Trait Implementations§
impl Eq for Optval
impl StructuralPartialEq for Optval
Auto Trait Implementations§
impl Freeze for Optval
impl RefUnwindSafe for Optval
impl Send for Optval
impl Sync for Optval
impl Unpin for Optval
impl UnwindSafe for Optval
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)