pub struct ServerAuthState {
pub auth_manager: Arc<AuthManager>,
pub config: AuthConfig,
}Expand description
Shared authentication state for the server
Fields§
§auth_manager: Arc<AuthManager>§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