pub struct CredentialMissing {
pub env_var: String,
pub key_file: String,
}Expand description
No credential in any source. The provider maps this to its own
ApiKeyMissing-style fault (whose remediation names the provider).
Fields§
§env_var: String§key_file: StringTrait Implementations§
Source§impl Clone for CredentialMissing
impl Clone for CredentialMissing
Source§fn clone(&self) -> CredentialMissing
fn clone(&self) -> CredentialMissing
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for CredentialMissing
impl RefUnwindSafe for CredentialMissing
impl Send for CredentialMissing
impl Sync for CredentialMissing
impl Unpin for CredentialMissing
impl UnsafeUnpin for CredentialMissing
impl UnwindSafe for CredentialMissing
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