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