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