Enum rgbstd::interface::AllocationWitness
source · pub enum AllocationWitness {
Absent,
Present(WitnessId),
}Variants§
Trait Implementations§
source§impl Clone for AllocationWitness
impl Clone for AllocationWitness
source§fn clone(&self) -> AllocationWitness
fn clone(&self) -> AllocationWitness
Returns a copy of the value. Read more
1.0.0 · 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 AllocationWitness
impl Debug for AllocationWitness
source§impl Display for AllocationWitness
impl Display for AllocationWitness
source§impl PartialEq for AllocationWitness
impl PartialEq for AllocationWitness
source§fn eq(&self, other: &AllocationWitness) -> bool
fn eq(&self, other: &AllocationWitness) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for AllocationWitness
impl Eq for AllocationWitness
impl StructuralEq for AllocationWitness
impl StructuralPartialEq for AllocationWitness
Auto Trait Implementations§
impl RefUnwindSafe for AllocationWitness
impl Send for AllocationWitness
impl Sync for AllocationWitness
impl Unpin for AllocationWitness
impl UnwindSafe for AllocationWitness
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.