pub struct NoopCollector;Trait Implementations§
Source§impl Clone for NoopCollector
impl Clone for NoopCollector
Source§fn clone(&self) -> NoopCollector
fn clone(&self) -> NoopCollector
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 NoopCollector
Source§impl Debug for NoopCollector
impl Debug for NoopCollector
Source§impl Default for NoopCollector
impl Default for NoopCollector
Source§fn default() -> NoopCollector
fn default() -> NoopCollector
Returns the “default value” for a type. Read more
Source§impl SpanCollector for NoopCollector
impl SpanCollector for NoopCollector
fn on_span(&self, span: FinishedSpan)
Auto Trait Implementations§
impl Freeze for NoopCollector
impl RefUnwindSafe for NoopCollector
impl Send for NoopCollector
impl Sync for NoopCollector
impl Unpin for NoopCollector
impl UnsafeUnpin for NoopCollector
impl UnwindSafe for NoopCollector
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