pub struct CredentialCheck {
pub env_var: String,
pub description: String,
pub is_set: bool,
pub help_url: String,
}Fields§
§env_var: String§description: String§is_set: bool§help_url: StringAuto Trait Implementations§
impl Freeze for CredentialCheck
impl RefUnwindSafe for CredentialCheck
impl Send for CredentialCheck
impl Sync for CredentialCheck
impl Unpin for CredentialCheck
impl UnsafeUnpin for CredentialCheck
impl UnwindSafe for CredentialCheck
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