pub enum CoreErrorCategory {
Config,
Auth,
Exec,
Dependency,
Validation,
Internal,
}Variants§
Trait Implementations§
Source§impl Clone for CoreErrorCategory
impl Clone for CoreErrorCategory
Source§fn clone(&self) -> CoreErrorCategory
fn clone(&self) -> CoreErrorCategory
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 CoreErrorCategory
impl Debug for CoreErrorCategory
Source§impl PartialEq for CoreErrorCategory
impl PartialEq for CoreErrorCategory
impl Copy for CoreErrorCategory
impl Eq for CoreErrorCategory
impl StructuralPartialEq for CoreErrorCategory
Auto Trait Implementations§
impl Freeze for CoreErrorCategory
impl RefUnwindSafe for CoreErrorCategory
impl Send for CoreErrorCategory
impl Sync for CoreErrorCategory
impl Unpin for CoreErrorCategory
impl UnsafeUnpin for CoreErrorCategory
impl UnwindSafe for CoreErrorCategory
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