pub enum BlockRemoveResult {
Removed,
NotPresent,
}Expand description
Result of a removal operation.
Variants§
Trait Implementations§
Source§impl Clone for BlockRemoveResult
impl Clone for BlockRemoveResult
Source§fn clone(&self) -> BlockRemoveResult
fn clone(&self) -> BlockRemoveResult
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 moreSource§impl Debug for BlockRemoveResult
impl Debug for BlockRemoveResult
Source§impl PartialEq for BlockRemoveResult
impl PartialEq for BlockRemoveResult
Source§fn eq(&self, other: &BlockRemoveResult) -> bool
fn eq(&self, other: &BlockRemoveResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for BlockRemoveResult
impl Eq for BlockRemoveResult
impl StructuralPartialEq for BlockRemoveResult
Auto Trait Implementations§
impl Freeze for BlockRemoveResult
impl RefUnwindSafe for BlockRemoveResult
impl Send for BlockRemoveResult
impl Sync for BlockRemoveResult
impl Unpin for BlockRemoveResult
impl UnsafeUnpin for BlockRemoveResult
impl UnwindSafe for BlockRemoveResult
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.