pub struct NoopUsageSink;Trait Implementations§
Source§impl Debug for NoopUsageSink
impl Debug for NoopUsageSink
Source§impl Default for NoopUsageSink
impl Default for NoopUsageSink
Source§fn default() -> NoopUsageSink
fn default() -> NoopUsageSink
Returns the “default value” for a type. Read more
Source§impl UsageSink for NoopUsageSink
impl UsageSink for NoopUsageSink
fn record(&self, _event: UsageEvent)
Auto Trait Implementations§
impl Freeze for NoopUsageSink
impl RefUnwindSafe for NoopUsageSink
impl Send for NoopUsageSink
impl Sync for NoopUsageSink
impl Unpin for NoopUsageSink
impl UnsafeUnpin for NoopUsageSink
impl UnwindSafe for NoopUsageSink
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