pub struct NoopProfileCodec;Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoopProfileCodec
impl RefUnwindSafe for NoopProfileCodec
impl Send for NoopProfileCodec
impl Sync for NoopProfileCodec
impl Unpin for NoopProfileCodec
impl UnwindSafe for NoopProfileCodec
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