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