pub struct AuthMaterial { /* private fields */ }Expand description
Authentication material.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for AuthMaterial
impl RefUnwindSafe for AuthMaterial
impl Send for AuthMaterial
impl Sync for AuthMaterial
impl Unpin for AuthMaterial
impl UnwindSafe for AuthMaterial
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