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