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