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