pub struct ServerAuthState {
pub config: AuthConfig,
}Fields§
§config: AuthConfigAuto Trait Implementations§
impl Freeze for ServerAuthState
impl RefUnwindSafe for ServerAuthState
impl Send for ServerAuthState
impl Sync for ServerAuthState
impl Unpin for ServerAuthState
impl UnsafeUnpin for ServerAuthState
impl UnwindSafe for ServerAuthState
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