pub struct AuthRoot {
pub auth: Auth,
}Expand description
An authentication request root.
Fields§
§auth: AuthTrait Implementations§
Auto Trait Implementations§
impl Freeze for AuthRoot
impl RefUnwindSafe for AuthRoot
impl Send for AuthRoot
impl Sync for AuthRoot
impl Unpin for AuthRoot
impl UnwindSafe for AuthRoot
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