pub enum AsOption {}Trait Implementations§
Auto Trait Implementations§
impl Freeze for AsOption
impl RefUnwindSafe for AsOption
impl Send for AsOption
impl Sync for AsOption
impl Unpin for AsOption
impl UnwindSafe for AsOption
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