pub enum IdentityBlackholeControlError {
NodeStopped,
Busy,
CapacityExhausted,
ReasonTooLong,
DurabilityFailed,
}Variants§
Trait Implementations§
Source§impl Clone for IdentityBlackholeControlError
impl Clone for IdentityBlackholeControlError
Source§fn clone(&self) -> IdentityBlackholeControlError
fn clone(&self) -> IdentityBlackholeControlError
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 moreimpl Copy for IdentityBlackholeControlError
impl Eq for IdentityBlackholeControlError
Source§impl From<BlackholeInsertFailure> for IdentityBlackholeControlError
impl From<BlackholeInsertFailure> for IdentityBlackholeControlError
Source§fn from(failure: BlackholeInsertFailure) -> Self
fn from(failure: BlackholeInsertFailure) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for IdentityBlackholeControlError
Auto Trait Implementations§
impl Freeze for IdentityBlackholeControlError
impl RefUnwindSafe for IdentityBlackholeControlError
impl Send for IdentityBlackholeControlError
impl Sync for IdentityBlackholeControlError
impl Unpin for IdentityBlackholeControlError
impl UnsafeUnpin for IdentityBlackholeControlError
impl UnwindSafe for IdentityBlackholeControlError
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