pub struct StandardSp<M>(PhantomData<fn() -> M>);Tuple Fields§
§0: PhantomData<fn() -> M>Trait Implementations§
Auto Trait Implementations§
impl<M> Freeze for StandardSp<M>
impl<M> RefUnwindSafe for StandardSp<M>
impl<M> Send for StandardSp<M>
impl<M> Sync for StandardSp<M>
impl<M> Unpin for StandardSp<M>
impl<M> UnwindSafe for StandardSp<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