pub enum OptionVal {
Str(String),
Bool(bool),
}Variants§
Auto Trait Implementations§
impl Freeze for OptionVal
impl RefUnwindSafe for OptionVal
impl Send for OptionVal
impl Sync for OptionVal
impl Unpin for OptionVal
impl UnwindSafe for OptionVal
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