pub enum InternalErrorClass {
Access,
Domain,
Infra,
Ops,
Workflow,
Invariant,
}Expand description
InternalErrorClass
Variants§
Trait Implementations§
Source§impl Clone for InternalErrorClass
impl Clone for InternalErrorClass
Source§fn clone(&self) -> InternalErrorClass
fn clone(&self) -> InternalErrorClass
Returns a duplicate 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 InternalErrorClass
impl Debug for InternalErrorClass
Source§impl Display for InternalErrorClass
impl Display for InternalErrorClass
Source§impl PartialEq for InternalErrorClass
impl PartialEq for InternalErrorClass
impl Copy for InternalErrorClass
impl Eq for InternalErrorClass
impl StructuralPartialEq for InternalErrorClass
Auto Trait Implementations§
impl Freeze for InternalErrorClass
impl RefUnwindSafe for InternalErrorClass
impl Send for InternalErrorClass
impl Sync for InternalErrorClass
impl Unpin for InternalErrorClass
impl UnsafeUnpin for InternalErrorClass
impl UnwindSafe for InternalErrorClass
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