pub enum CollectorKind {}Trait Implementations
sourceimpl Clone for CollectorKind
impl Clone for CollectorKind
sourcefn clone(&self) -> CollectorKind
fn clone(&self) -> CollectorKind
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for CollectorKind
impl Debug for CollectorKind
sourceimpl PartialEq<CollectorKind> for CollectorKind
impl PartialEq<CollectorKind> for CollectorKind
sourcefn eq(&self, other: &CollectorKind) -> bool
fn eq(&self, other: &CollectorKind) -> bool
impl Copy for CollectorKind
impl Eq for CollectorKind
impl StructuralEq for CollectorKind
impl StructuralPartialEq for CollectorKind
Auto Trait Implementations
impl RefUnwindSafe for CollectorKind
impl Send for CollectorKind
impl Sync for CollectorKind
impl Unpin for CollectorKind
impl UnwindSafe for CollectorKind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<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,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.