pub enum ApplicationSecretError {
DecoderError((String, Error)),
FormatError(String),
}Variants§
Trait Implementations§
Source§impl Debug for ApplicationSecretError
impl Debug for ApplicationSecretError
Auto Trait Implementations§
impl Freeze for ApplicationSecretError
impl !RefUnwindSafe for ApplicationSecretError
impl Send for ApplicationSecretError
impl Sync for ApplicationSecretError
impl Unpin for ApplicationSecretError
impl !UnwindSafe for ApplicationSecretError
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