pub struct SyncAvailability {
pub available: bool,
}Expand description
The §21 sync availability flag embedded in StatusResult.
Fields§
§available: boolWhether authenticated §21 whole-store sync is available on this node.
Trait Implementations§
Source§impl Clone for SyncAvailability
impl Clone for SyncAvailability
Source§fn clone(&self) -> SyncAvailability
fn clone(&self) -> SyncAvailability
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 SyncAvailability
impl Debug for SyncAvailability
Source§impl<'de> Deserialize<'de> for SyncAvailability
impl<'de> Deserialize<'de> for SyncAvailability
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 SyncAvailability
Source§impl PartialEq for SyncAvailability
impl PartialEq for SyncAvailability
Source§impl Serialize for SyncAvailability
impl Serialize for SyncAvailability
impl StructuralPartialEq for SyncAvailability
Auto Trait Implementations§
impl Freeze for SyncAvailability
impl RefUnwindSafe for SyncAvailability
impl Send for SyncAvailability
impl Sync for SyncAvailability
impl Unpin for SyncAvailability
impl UnsafeUnpin for SyncAvailability
impl UnwindSafe for SyncAvailability
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