pub struct ProviderMetadata {
pub id: &'static str,
pub name: &'static str,
pub description: &'static str,
pub auth_methods: &'static [&'static str],
pub website: Option<&'static str>,
}Expand description
Provider metadata.
Fields§
§id: &'static str§name: &'static str§description: &'static str§auth_methods: &'static [&'static str]§website: Option<&'static str>Trait Implementations§
Source§impl Clone for ProviderMetadata
impl Clone for ProviderMetadata
Auto Trait Implementations§
impl Freeze for ProviderMetadata
impl RefUnwindSafe for ProviderMetadata
impl Send for ProviderMetadata
impl Sync for ProviderMetadata
impl Unpin for ProviderMetadata
impl UnsafeUnpin for ProviderMetadata
impl UnwindSafe for ProviderMetadata
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