pub struct SourceCredentials {
pub source: &'static str,
pub keys: &'static [CredentialKey],
}Expand description
Definitions of credentials required by each source.
Fields§
§source: &'static str§keys: &'static [CredentialKey]Auto Trait Implementations§
impl Freeze for SourceCredentials
impl RefUnwindSafe for SourceCredentials
impl Send for SourceCredentials
impl Sync for SourceCredentials
impl Unpin for SourceCredentials
impl UnsafeUnpin for SourceCredentials
impl UnwindSafe for SourceCredentials
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