pub struct Token<Pin, State>(/* private fields */);Expand description
Auto Trait Implementations§
impl<Pin, State> Freeze for Token<Pin, State>
impl<Pin, State> RefUnwindSafe for Token<Pin, State>where
Pin: RefUnwindSafe,
State: RefUnwindSafe,
impl<Pin, State> Send for Token<Pin, State>
impl<Pin, State> Sync for Token<Pin, State>
impl<Pin, State> Unpin for Token<Pin, State>
impl<Pin, State> UnwindSafe for Token<Pin, State>where
Pin: UnwindSafe,
State: 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