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