pub struct LeaveAttemptToken(/* private fields */);Expand description
Single-purpose terminal Leave attempt token.
Implementations§
Trait Implementations§
Source§impl Clone for LeaveAttemptToken
impl Clone for LeaveAttemptToken
Source§fn clone(&self) -> LeaveAttemptToken
fn clone(&self) -> LeaveAttemptToken
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LeaveAttemptToken
Source§impl Debug for LeaveAttemptToken
impl Debug for LeaveAttemptToken
impl Eq for LeaveAttemptToken
Source§impl Hash for LeaveAttemptToken
impl Hash for LeaveAttemptToken
Source§impl PartialEq for LeaveAttemptToken
impl PartialEq for LeaveAttemptToken
impl StructuralPartialEq for LeaveAttemptToken
Auto Trait Implementations§
impl Freeze for LeaveAttemptToken
impl RefUnwindSafe for LeaveAttemptToken
impl Send for LeaveAttemptToken
impl Sync for LeaveAttemptToken
impl Unpin for LeaveAttemptToken
impl UnsafeUnpin for LeaveAttemptToken
impl UnwindSafe for LeaveAttemptToken
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