pub struct DropGuardId<'a> { /* private fields */ }
Expand description
An identifier associated with a registry’s individual registered guards.
Trait Implementations§
Source§impl<'a> Clone for DropGuardId<'a>
impl<'a> Clone for DropGuardId<'a>
Source§fn clone(&self) -> DropGuardId<'a>
fn clone(&self) -> DropGuardId<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'a> Debug for DropGuardId<'a>
impl<'a> Debug for DropGuardId<'a>
Source§impl<'a> Default for DropGuardId<'a>
impl<'a> Default for DropGuardId<'a>
Source§fn default() -> DropGuardId<'a>
fn default() -> DropGuardId<'a>
Returns the “default value” for a type. Read more
Source§impl<'a> Ord for DropGuardId<'a>
impl<'a> Ord for DropGuardId<'a>
Source§fn cmp(&self, other: &DropGuardId<'a>) -> Ordering
fn cmp(&self, other: &DropGuardId<'a>) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> PartialEq for DropGuardId<'a>
impl<'a> PartialEq for DropGuardId<'a>
Source§impl<'a> PartialOrd for DropGuardId<'a>
impl<'a> PartialOrd for DropGuardId<'a>
impl<'a> Copy for DropGuardId<'a>
impl<'a> Eq for DropGuardId<'a>
impl<'a> StructuralPartialEq for DropGuardId<'a>
Auto Trait Implementations§
impl<'a> Freeze for DropGuardId<'a>
impl<'a> RefUnwindSafe for DropGuardId<'a>
impl<'a> Send for DropGuardId<'a>
impl<'a> Sync for DropGuardId<'a>
impl<'a> Unpin for DropGuardId<'a>
impl<'a> UnwindSafe for DropGuardId<'a>
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