pub struct WalletSyncStatusParams {}Expand description
control.wallet.syncStatus params — none.
The wallet’s sync progress is a property of the node’s own chain replica, not of any address, so
there is nothing to scope the question by. Deliberately NOT confused with control.sync.status,
which reports §21 DIG STORE sync and has nothing to do with the chain.
Trait Implementations§
Source§impl Clone for WalletSyncStatusParams
impl Clone for WalletSyncStatusParams
Source§fn clone(&self) -> WalletSyncStatusParams
fn clone(&self) -> WalletSyncStatusParams
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 ControlCall for WalletSyncStatusParams
impl ControlCall for WalletSyncStatusParams
Source§const METHOD: ControlMethod = ControlMethod::WalletSyncStatus
const METHOD: ControlMethod = ControlMethod::WalletSyncStatus
The wire method this call invokes.
Source§type Output = WalletSyncStatusResult
type Output = WalletSyncStatusResult
The typed result this call returns on success.
impl Copy for WalletSyncStatusParams
Source§impl Debug for WalletSyncStatusParams
impl Debug for WalletSyncStatusParams
Source§impl Default for WalletSyncStatusParams
impl Default for WalletSyncStatusParams
Source§fn default() -> WalletSyncStatusParams
fn default() -> WalletSyncStatusParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WalletSyncStatusParams
impl<'de> Deserialize<'de> for WalletSyncStatusParams
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 WalletSyncStatusParams
Source§impl PartialEq for WalletSyncStatusParams
impl PartialEq for WalletSyncStatusParams
Source§impl Serialize for WalletSyncStatusParams
impl Serialize for WalletSyncStatusParams
impl StructuralPartialEq for WalletSyncStatusParams
Auto Trait Implementations§
impl Freeze for WalletSyncStatusParams
impl RefUnwindSafe for WalletSyncStatusParams
impl Send for WalletSyncStatusParams
impl Sync for WalletSyncStatusParams
impl Unpin for WalletSyncStatusParams
impl UnsafeUnpin for WalletSyncStatusParams
impl UnwindSafe for WalletSyncStatusParams
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