pub struct SyncState {
pub link_id: String,
pub last_local_snapshot: Option<String>,
pub last_remote_revision: Option<String>,
pub last_synced_snapshot_id: Option<String>,
pub last_sync_at: Option<String>,
}Fields§
§link_id: String§last_local_snapshot: Option<String>§last_remote_revision: Option<String>§last_synced_snapshot_id: Option<String>§last_sync_at: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for SyncState
impl RefUnwindSafe for SyncState
impl Send for SyncState
impl Sync for SyncState
impl Unpin for SyncState
impl UnsafeUnpin for SyncState
impl UnwindSafe for SyncState
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