Enum cfx_rpc_eth_types::SyncStatus
source · pub enum SyncStatus {
Info(SyncInfo),
None,
}
Expand description
Sync status
Variants§
Trait Implementations§
source§impl Clone for SyncStatus
impl Clone for SyncStatus
source§fn clone(&self) -> SyncStatus
fn clone(&self) -> SyncStatus
Returns a copy of the value. Read more
1.0.0 · 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 SyncStatus
impl Debug for SyncStatus
source§impl PartialEq for SyncStatus
impl PartialEq for SyncStatus
source§fn eq(&self, other: &SyncStatus) -> bool
fn eq(&self, other: &SyncStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for SyncStatus
impl Serialize for SyncStatus
impl StructuralPartialEq for SyncStatus
Auto Trait Implementations§
impl RefUnwindSafe for SyncStatus
impl Send for SyncStatus
impl Sync for SyncStatus
impl Unpin for SyncStatus
impl UnwindSafe for SyncStatus
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