Variants
DecoderError((String, Error))
FormatError(String)
Trait Implementations
sourceimpl Debug for ApplicationSecretError
impl Debug for ApplicationSecretError
Auto Trait Implementations
impl !RefUnwindSafe for ApplicationSecretError
impl Send for ApplicationSecretError
impl Sync for ApplicationSecretError
impl Unpin for ApplicationSecretError
impl !UnwindSafe for ApplicationSecretError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more