pub enum AuthTypeConfig {
SimpleToken,
JWT,
OIDC,
}Variants§
Auto Trait Implementations§
impl Freeze for AuthTypeConfig
impl RefUnwindSafe for AuthTypeConfig
impl Send for AuthTypeConfig
impl Sync for AuthTypeConfig
impl Unpin for AuthTypeConfig
impl UnsafeUnpin for AuthTypeConfig
impl UnwindSafe for AuthTypeConfig
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