pub struct DeltaBuilder { /* private fields */ }Expand description
Builder for creating optimized binary deltas
Implementations§
Source§impl DeltaBuilder
impl DeltaBuilder
Trait Implementations§
Source§impl Debug for DeltaBuilder
impl Debug for DeltaBuilder
Auto Trait Implementations§
impl Freeze for DeltaBuilder
impl RefUnwindSafe for DeltaBuilder
impl Send for DeltaBuilder
impl Sync for DeltaBuilder
impl Unpin for DeltaBuilder
impl UnsafeUnpin for DeltaBuilder
impl UnwindSafe for DeltaBuilder
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