pub struct GraphSyncConfig {
pub sync_enabled: bool,
pub conflict_resolution_strategy: Option<String>,
pub sync_interval_seconds: Option<u64>,
}Fields§
§sync_enabled: bool§conflict_resolution_strategy: Option<String>§sync_interval_seconds: Option<u64>Trait Implementations§
Source§impl Clone for GraphSyncConfig
impl Clone for GraphSyncConfig
Source§fn clone(&self) -> GraphSyncConfig
fn clone(&self) -> GraphSyncConfig
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GraphSyncConfig
impl Debug for GraphSyncConfig
Auto Trait Implementations§
impl Freeze for GraphSyncConfig
impl RefUnwindSafe for GraphSyncConfig
impl Send for GraphSyncConfig
impl Sync for GraphSyncConfig
impl Unpin for GraphSyncConfig
impl UnwindSafe for GraphSyncConfig
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)