pub struct StepHandleToken<S>(/* private fields */);Expand description
A token to retrieve the value within a StepHandle.
For more information, see the documentation for StepHandle.
Trait Implementations§
Auto Trait Implementations§
impl<S> Freeze for StepHandleToken<S>
impl<S> RefUnwindSafe for StepHandleToken<S>where
S: RefUnwindSafe,
impl<S> Send for StepHandleToken<S>where
S: Send,
impl<S> Sync for StepHandleToken<S>where
S: Sync,
impl<S> Unpin for StepHandleToken<S>where
S: Unpin,
impl<S> UnsafeUnpin for StepHandleToken<S>
impl<S> UnwindSafe for StepHandleToken<S>where
S: 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