pub struct DeltaDecoder;Expand description
Delta decoder.
Implementations§
Auto Trait Implementations§
impl Freeze for DeltaDecoder
impl RefUnwindSafe for DeltaDecoder
impl Send for DeltaDecoder
impl Sync for DeltaDecoder
impl Unpin for DeltaDecoder
impl UnsafeUnpin for DeltaDecoder
impl UnwindSafe for DeltaDecoder
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