pub struct Spin<P, I, O, E>where
I: Input,{ /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<P, I, O, E> Freeze for Spin<P, I, O, E>where
P: Freeze,
impl<P, I, O, E> RefUnwindSafe for Spin<P, I, O, E>where
P: RefUnwindSafe,
impl<P, I, O, E> Send for Spin<P, I, O, E>where
P: Send,
impl<P, I, O, E> Sync for Spin<P, I, O, E>where
P: Sync,
impl<P, I, O, E> Unpin for Spin<P, I, O, E>where
P: Unpin,
impl<P, I, O, E> UnwindSafe for Spin<P, I, O, E>where
P: UnwindSafe,
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