pub struct FolderFullSyncState(pub String);Tuple Fields§
§0: StringImplementations§
Source§impl FolderFullSyncState
impl FolderFullSyncState
pub const SYNCED: &'static str = "synced"
pub const NOT_SYNCED: &'static str = "not_synced"
pub const PARTIALLY_SYNCED: &'static str = "partially_synced"
Trait Implementations§
Source§impl Clone for FolderFullSyncState
impl Clone for FolderFullSyncState
Source§fn clone(&self) -> FolderFullSyncState
fn clone(&self) -> FolderFullSyncState
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 FolderFullSyncState
impl Debug for FolderFullSyncState
Source§impl Default for FolderFullSyncState
impl Default for FolderFullSyncState
Source§fn default() -> FolderFullSyncState
fn default() -> FolderFullSyncState
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FolderFullSyncState
impl<'de> Deserialize<'de> for FolderFullSyncState
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for FolderFullSyncState
Source§impl PartialEq for FolderFullSyncState
impl PartialEq for FolderFullSyncState
Source§impl Serialize for FolderFullSyncState
impl Serialize for FolderFullSyncState
impl StructuralPartialEq for FolderFullSyncState
Auto Trait Implementations§
impl Freeze for FolderFullSyncState
impl RefUnwindSafe for FolderFullSyncState
impl Send for FolderFullSyncState
impl Sync for FolderFullSyncState
impl Unpin for FolderFullSyncState
impl UnsafeUnpin for FolderFullSyncState
impl UnwindSafe for FolderFullSyncState
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