pub struct IsSome;Trait Implementations§
Auto Trait Implementations§
impl Freeze for IsSome
impl RefUnwindSafe for IsSome
impl Send for IsSome
impl Sync for IsSome
impl Unpin for IsSome
impl UnwindSafe for IsSome
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