pub struct SyncInfo {
pub sync_state: SyncState,
pub peer_count: usize,
pub is_online: bool,
}Expand description
Synchronization information
Fields§
§sync_state: SyncState§peer_count: usize§is_online: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for SyncInfo
impl RefUnwindSafe for SyncInfo
impl Send for SyncInfo
impl Sync for SyncInfo
impl Unpin for SyncInfo
impl UnwindSafe for SyncInfo
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