pub struct NopCollector;
Trait Implementations§
Source§impl Clone for NopCollector
impl Clone for NopCollector
Source§fn clone(&self) -> NopCollector
fn clone(&self) -> NopCollector
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<T> Collector<T> for NopCollector
impl<T> Collector<T> for NopCollector
Source§impl Debug for NopCollector
impl Debug for NopCollector
impl Copy for NopCollector
Auto Trait Implementations§
impl Freeze for NopCollector
impl RefUnwindSafe for NopCollector
impl Send for NopCollector
impl Sync for NopCollector
impl Unpin for NopCollector
impl UnwindSafe for NopCollector
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