Struct AuthHash
pub struct AuthHash { /* private fields */ }Implementations§
Trait Implementations§
impl Copy for AuthHash
impl Eq for AuthHash
Auto Trait Implementations§
impl Freeze for AuthHash
impl RefUnwindSafe for AuthHash
impl Send for AuthHash
impl Sync for AuthHash
impl Unpin for AuthHash
impl UnwindSafe for AuthHash
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