pub enum NtruEesError {
MessageTooLong,
InvalidCiphertext,
}Variants§
Trait Implementations§
Source§impl Clone for NtruEesError
impl Clone for NtruEesError
Source§fn clone(&self) -> NtruEesError
fn clone(&self) -> NtruEesError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NtruEesError
impl Debug for NtruEesError
Source§impl PartialEq for NtruEesError
impl PartialEq for NtruEesError
Source§fn eq(&self, other: &NtruEesError) -> bool
fn eq(&self, other: &NtruEesError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for NtruEesError
impl Eq for NtruEesError
impl StructuralPartialEq for NtruEesError
Auto Trait Implementations§
impl Freeze for NtruEesError
impl RefUnwindSafe for NtruEesError
impl Send for NtruEesError
impl Sync for NtruEesError
impl Unpin for NtruEesError
impl UnsafeUnpin for NtruEesError
impl UnwindSafe for NtruEesError
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