pub struct SyncParams {
pub reason: SyncReason,
pub engines: SyncEngineSelection,
pub enabled_changes: HashMap<String, bool>,
pub local_encryption_keys: HashMap<String, String>,
pub auth_info: SyncAuthInfo,
pub persisted_state: Option<String>,
pub device_settings: DeviceSettings,
}
Fields§
§reason: SyncReason
§engines: SyncEngineSelection
§enabled_changes: HashMap<String, bool>
§local_encryption_keys: HashMap<String, String>
§auth_info: SyncAuthInfo
§persisted_state: Option<String>
§device_settings: DeviceSettings
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SyncParams
impl RefUnwindSafe for SyncParams
impl Send for SyncParams
impl Sync for SyncParams
impl Unpin for SyncParams
impl UnwindSafe for SyncParams
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
§impl<T, UT> HandleAlloc<UT> for T
impl<T, UT> HandleAlloc<UT> for T
§fn new_handle(value: Arc<T>) -> Handle
fn new_handle(value: Arc<T>) -> Handle
Create a new handle for an Arc value Read more
§unsafe fn clone_handle(handle: Handle) -> Handle
unsafe fn clone_handle(handle: Handle) -> Handle
Clone a handle Read more
§unsafe fn consume_handle(handle: Handle) -> Arc<T>
unsafe fn consume_handle(handle: Handle) -> Arc<T>
Consume a handle, getting back the initial
Arc<>
Read more