pub struct DetachAttemptToken(/* private fields */);Expand description
Single-purpose explicit-detach attempt token.
Implementations§
Trait Implementations§
Source§impl Clone for DetachAttemptToken
impl Clone for DetachAttemptToken
Source§fn clone(&self) -> DetachAttemptToken
fn clone(&self) -> DetachAttemptToken
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 DetachAttemptToken
Source§impl Debug for DetachAttemptToken
impl Debug for DetachAttemptToken
impl Eq for DetachAttemptToken
Source§impl Hash for DetachAttemptToken
impl Hash for DetachAttemptToken
Source§impl PartialEq for DetachAttemptToken
impl PartialEq for DetachAttemptToken
impl StructuralPartialEq for DetachAttemptToken
Auto Trait Implementations§
impl Freeze for DetachAttemptToken
impl RefUnwindSafe for DetachAttemptToken
impl Send for DetachAttemptToken
impl Sync for DetachAttemptToken
impl Unpin for DetachAttemptToken
impl UnsafeUnpin for DetachAttemptToken
impl UnwindSafe for DetachAttemptToken
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