pub enum RegError {
DeciderAlreadyExists,
FinalizerAlreadyExists,
}
Expand description
Errors we can get by registering specs.
Variants§
DeciderAlreadyExists
Decider for this node already exists
FinalizerAlreadyExists
Finalizer for this node already exists
Trait Implementations§
impl StructuralPartialEq for RegError
Auto Trait Implementations§
impl Freeze for RegError
impl RefUnwindSafe for RegError
impl Send for RegError
impl Sync for RegError
impl Unpin for RegError
impl UnwindSafe for RegError
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