pub struct SecureError { /* private fields */ }Expand description
Security-sensitive error that may contain secrets
Implementations§
Trait Implementations§
Source§impl Debug for SecureError
impl Debug for SecureError
Source§impl Display for SecureError
impl Display for SecureError
Source§impl Drop for SecureError
impl Drop for SecureError
Auto Trait Implementations§
impl Freeze for SecureError
impl RefUnwindSafe for SecureError
impl Send for SecureError
impl Sync for SecureError
impl Unpin for SecureError
impl UnsafeUnpin for SecureError
impl UnwindSafe for SecureError
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