pub struct ReconcileOptions {
pub untracked_max: usize,
}Fields§
§untracked_max: usizeTrait Implementations§
Source§impl Clone for ReconcileOptions
impl Clone for ReconcileOptions
Source§fn clone(&self) -> ReconcileOptions
fn clone(&self) -> ReconcileOptions
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 moreSource§impl Debug for ReconcileOptions
impl Debug for ReconcileOptions
Source§impl Default for ReconcileOptions
impl Default for ReconcileOptions
impl Eq for ReconcileOptions
Source§impl PartialEq for ReconcileOptions
impl PartialEq for ReconcileOptions
Source§fn eq(&self, other: &ReconcileOptions) -> bool
fn eq(&self, other: &ReconcileOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ReconcileOptions
Auto Trait Implementations§
impl Freeze for ReconcileOptions
impl RefUnwindSafe for ReconcileOptions
impl Send for ReconcileOptions
impl Sync for ReconcileOptions
impl Unpin for ReconcileOptions
impl UnsafeUnpin for ReconcileOptions
impl UnwindSafe for ReconcileOptions
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.