pub struct StackToken { /* private fields */ }Expand description
A token to bind lifetimes to a specific stack.
For more information see stack_token.
Auto Trait Implementations§
impl Freeze for StackToken
impl RefUnwindSafe for StackToken
impl !Send for StackToken
impl !Sync for StackToken
impl Unpin for StackToken
impl UnsafeUnpin for StackToken
impl UnwindSafe for StackToken
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