pub struct DiffLimits {
pub max_diff_changes: usize,
}Expand description
Tunable limits for diff computation.
Fields§
§max_diff_changes: usizeTrait Implementations§
Source§impl Clone for DiffLimits
impl Clone for DiffLimits
Source§fn clone(&self) -> DiffLimits
fn clone(&self) -> DiffLimits
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DiffLimits
Source§impl Debug for DiffLimits
impl Debug for DiffLimits
Auto Trait Implementations§
impl Freeze for DiffLimits
impl RefUnwindSafe for DiffLimits
impl Send for DiffLimits
impl Sync for DiffLimits
impl Unpin for DiffLimits
impl UnsafeUnpin for DiffLimits
impl UnwindSafe for DiffLimits
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