Enum loco_protocol::secure::codec::SecureError
source · [−]pub enum SecureError {
Bincode(Error),
Io(Error),
Crypto(CryptoError),
}Variants
Bincode(Error)
Io(Error)
Crypto(CryptoError)
Trait Implementations
sourceimpl Debug for SecureError
impl Debug for SecureError
sourceimpl From<CryptoError> for SecureError
impl From<CryptoError> for SecureError
sourcefn from(err: CryptoError) -> Self
fn from(err: CryptoError) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl !RefUnwindSafe for SecureError
impl Send for SecureError
impl Sync for SecureError
impl Unpin for SecureError
impl !UnwindSafe for SecureError
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