pub struct CredentialKey {
pub keychain_key: &'static str,
pub env_var: &'static str,
pub label: &'static str,
pub secret: bool,
}Fields§
§keychain_key: &'static str§env_var: &'static str§label: &'static str§secret: boolAuto Trait Implementations§
impl Freeze for CredentialKey
impl RefUnwindSafe for CredentialKey
impl Send for CredentialKey
impl Sync for CredentialKey
impl Unpin for CredentialKey
impl UnsafeUnpin for CredentialKey
impl UnwindSafe for CredentialKey
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