pub enum OptionResult {
Success,
Fail,
IsThere,
}Variants§
Auto Trait Implementations§
impl Freeze for OptionResult
impl RefUnwindSafe for OptionResult
impl Send for OptionResult
impl Sync for OptionResult
impl Unpin for OptionResult
impl UnwindSafe for OptionResult
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