pub struct NoOpsLog;Expand description
Zero-cost no-op (benchmark telemetry=off and minimal CI).
Trait Implementations§
impl Copy for NoOpsLog
Auto Trait Implementations§
impl Freeze for NoOpsLog
impl RefUnwindSafe for NoOpsLog
impl Send for NoOpsLog
impl Sync for NoOpsLog
impl Unpin for NoOpsLog
impl UnsafeUnpin for NoOpsLog
impl UnwindSafe for NoOpsLog
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