pub struct DeltaOptions(/* private fields */);
Available on crate feature
compress
only.Implementations§
Source§impl DeltaOptions
impl DeltaOptions
pub const fn from_distance(distance: u32) -> Self
Trait Implementations§
Source§impl Clone for DeltaOptions
impl Clone for DeltaOptions
Source§fn clone(&self) -> DeltaOptions
fn clone(&self) -> DeltaOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DeltaOptions
impl Debug for DeltaOptions
Source§impl Default for DeltaOptions
impl Default for DeltaOptions
Source§impl From<DeltaOptions> for EncoderConfiguration
impl From<DeltaOptions> for EncoderConfiguration
Source§fn from(options: DeltaOptions) -> Self
fn from(options: DeltaOptions) -> Self
Converts to this type from the input type.
Source§impl From<DeltaOptions> for EncoderOptions
impl From<DeltaOptions> for EncoderOptions
Source§fn from(o: DeltaOptions) -> Self
fn from(o: DeltaOptions) -> Self
Converts to this type from the input type.
impl Copy for DeltaOptions
Auto Trait Implementations§
impl Freeze for DeltaOptions
impl RefUnwindSafe for DeltaOptions
impl Send for DeltaOptions
impl Sync for DeltaOptions
impl Unpin for DeltaOptions
impl UnwindSafe for DeltaOptions
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