pub struct CrispErrorEnum {
pub variants: Vec<CrispErrorVariant>,
}Fields§
§variants: Vec<CrispErrorVariant>Trait Implementations§
Source§impl Clone for CrispErrorEnum
impl Clone for CrispErrorEnum
Source§fn clone(&self) -> CrispErrorEnum
fn clone(&self) -> CrispErrorEnum
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 CrispErrorEnum
impl Debug for CrispErrorEnum
Source§impl Default for CrispErrorEnum
impl Default for CrispErrorEnum
Source§fn default() -> CrispErrorEnum
fn default() -> CrispErrorEnum
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CrispErrorEnum
impl RefUnwindSafe for CrispErrorEnum
impl Send for CrispErrorEnum
impl Sync for CrispErrorEnum
impl Unpin for CrispErrorEnum
impl UnsafeUnpin for CrispErrorEnum
impl UnwindSafe for CrispErrorEnum
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