pub enum IdentityBlackholeSourceError {
NodeStopped,
Busy,
}Variants§
Trait Implementations§
Source§impl Clone for IdentityBlackholeSourceError
impl Clone for IdentityBlackholeSourceError
Source§fn clone(&self) -> IdentityBlackholeSourceError
fn clone(&self) -> IdentityBlackholeSourceError
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 IdentityBlackholeSourceError
Source§impl Debug for IdentityBlackholeSourceError
impl Debug for IdentityBlackholeSourceError
impl Eq for IdentityBlackholeSourceError
impl StructuralPartialEq for IdentityBlackholeSourceError
Auto Trait Implementations§
impl Freeze for IdentityBlackholeSourceError
impl RefUnwindSafe for IdentityBlackholeSourceError
impl Send for IdentityBlackholeSourceError
impl Sync for IdentityBlackholeSourceError
impl Unpin for IdentityBlackholeSourceError
impl UnsafeUnpin for IdentityBlackholeSourceError
impl UnwindSafe for IdentityBlackholeSourceError
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