Enum docs::immix::errors::ImmixError
source · pub enum ImmixError {
DuplicatedKey,
InternalError(AllocError),
}Variants§
Trait Implementations§
source§impl Clone for ImmixError
impl Clone for ImmixError
source§fn clone(&self) -> ImmixError
fn clone(&self) -> ImmixError
Returns a copy of the value. Read more
1.0.0 · 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 ImmixError
impl Debug for ImmixError
source§impl From<AllocError> for ImmixError
impl From<AllocError> for ImmixError
source§fn from(value: AllocError) -> Self
fn from(value: AllocError) -> Self
Converts to this type from the input type.
source§impl From<ImmixError> for EvalError
impl From<ImmixError> for EvalError
source§fn from(value: ImmixError) -> Self
fn from(value: ImmixError) -> Self
Converts to this type from the input type.
source§impl PartialEq for ImmixError
impl PartialEq for ImmixError
source§fn eq(&self, other: &ImmixError) -> bool
fn eq(&self, other: &ImmixError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ImmixError
Auto Trait Implementations§
impl Freeze for ImmixError
impl RefUnwindSafe for ImmixError
impl Send for ImmixError
impl Sync for ImmixError
impl Unpin for ImmixError
impl UnwindSafe for ImmixError
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