pub struct AuthMethodPluginRegistration {
pub method: &'static dyn OpenStackMultifactorAuthMethod,
}Fields§
§method: &'static dyn OpenStackMultifactorAuthMethodTrait Implementations§
Auto Trait Implementations§
impl Freeze for AuthMethodPluginRegistration
impl !RefUnwindSafe for AuthMethodPluginRegistration
impl Send for AuthMethodPluginRegistration
impl Sync for AuthMethodPluginRegistration
impl Unpin for AuthMethodPluginRegistration
impl UnsafeUnpin for AuthMethodPluginRegistration
impl !UnwindSafe for AuthMethodPluginRegistration
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