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