pub struct OptionSp<M>(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl<M> Freeze for OptionSp<M>
impl<M> RefUnwindSafe for OptionSp<M>
impl<M> Send for OptionSp<M>
impl<M> Sync for OptionSp<M>
impl<M> Unpin for OptionSp<M>
impl<M> UnwindSafe for OptionSp<M>
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