pub struct AuthPluginMismatch {
pub current: AuthPlugin,
pub requested: AuthPlugin,
}
Fields§
§current: AuthPlugin
§requested: AuthPlugin
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AuthPluginMismatch
impl RefUnwindSafe for AuthPluginMismatch
impl Send for AuthPluginMismatch
impl Sync for AuthPluginMismatch
impl Unpin for AuthPluginMismatch
impl UnwindSafe for AuthPluginMismatch
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