pub enum XWingError {
MlKem(MlKemError),
}Variants§
MlKem(MlKemError)
Trait Implementations§
Source§impl Clone for XWingError
impl Clone for XWingError
Source§fn clone(&self) -> XWingError
fn clone(&self) -> XWingError
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 moreimpl Copy for XWingError
Source§impl Debug for XWingError
impl Debug for XWingError
Source§impl Display for XWingError
impl Display for XWingError
impl Eq for XWingError
Source§impl From<MlKemError> for XWingError
impl From<MlKemError> for XWingError
Source§fn from(err: MlKemError) -> Self
fn from(err: MlKemError) -> Self
Converts to this type from the input type.
Source§impl PartialEq for XWingError
impl PartialEq for XWingError
Source§fn eq(&self, other: &XWingError) -> bool
fn eq(&self, other: &XWingError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for XWingError
Auto Trait Implementations§
impl Freeze for XWingError
impl RefUnwindSafe for XWingError
impl Send for XWingError
impl Sync for XWingError
impl Unpin for XWingError
impl UnsafeUnpin for XWingError
impl UnwindSafe for XWingError
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