pub enum RnsError {
OutOfMemory,
InvalidArgument,
IncorrectSignature,
IncorrectHash,
CryptoError,
PacketError,
ConnectionError,
}Variants§
OutOfMemory
InvalidArgument
IncorrectSignature
IncorrectHash
CryptoError
PacketError
ConnectionError
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RnsError
impl RefUnwindSafe for RnsError
impl Send for RnsError
impl Sync for RnsError
impl Unpin for RnsError
impl UnsafeUnpin for RnsError
impl UnwindSafe for RnsError
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