pub enum CredentialsError {
MissingCredentials,
MissingFields(Vec<&'static str>),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CredentialsError
impl RefUnwindSafe for CredentialsError
impl Send for CredentialsError
impl Sync for CredentialsError
impl Unpin for CredentialsError
impl UnwindSafe for CredentialsError
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