pub struct WaitToken(/* private fields */);Expand description
A token that proves the caller is allowed to access the inner guard. Its field is private, so it can only be constructed within this crate.
Auto Trait Implementations§
impl Freeze for WaitToken
impl RefUnwindSafe for WaitToken
impl Send for WaitToken
impl Sync for WaitToken
impl Unpin for WaitToken
impl UnsafeUnpin for WaitToken
impl UnwindSafe for WaitToken
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