pub struct ResyncConfiguration { /* private fields */ }Expand description
Configuration parameters for resync behaviour.
Implementations§
Source§impl ResyncConfiguration
 
impl ResyncConfiguration
Trait Implementations§
Source§impl Clone for ResyncConfiguration
 
impl Clone for ResyncConfiguration
Source§fn clone(&self) -> ResyncConfiguration
 
fn clone(&self) -> ResyncConfiguration
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 ResyncConfiguration
 
impl Debug for ResyncConfiguration
Auto Trait Implementations§
impl Freeze for ResyncConfiguration
impl RefUnwindSafe for ResyncConfiguration
impl Send for ResyncConfiguration
impl Sync for ResyncConfiguration
impl Unpin for ResyncConfiguration
impl UnwindSafe for ResyncConfiguration
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
    T: 'a,
 
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
    T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
    T: 'a,
 
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
    T: 'a,
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