pub enum AuthInit {
Disabled {
message: Option<String>,
},
Enabled(Box<SuiteAuthManager>),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AuthInit
impl RefUnwindSafe for AuthInit
impl Send for AuthInit
impl Sync for AuthInit
impl Unpin for AuthInit
impl UnsafeUnpin for AuthInit
impl UnwindSafe for AuthInit
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