Struct DbgAuth
pub struct DbgAuth(/* private fields */);Implementations§
Trait Implementations§
impl Copy for DbgAuth
impl Eq for DbgAuth
§impl Ord for DbgAuth
impl Ord for DbgAuth
1.21.0 (const: unstable) · 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
§impl PartialOrd for DbgAuth
impl PartialOrd for DbgAuth
impl StructuralPartialEq for DbgAuth
Auto Trait Implementations§
impl Freeze for DbgAuth
impl RefUnwindSafe for DbgAuth
impl Send for DbgAuth
impl Sync for DbgAuth
impl Unpin for DbgAuth
impl UnsafeUnpin for DbgAuth
impl UnwindSafe for DbgAuth
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