pub enum WalletInitStatus {
InitNeedsScanning,
InitNoScanning,
InitComplete,
}Expand description
Enum to determine what amount of scanning is required for a new wallet
Variants§
InitNeedsScanning
Wallet is newly created and needs scanning
InitNoScanning
Wallet is new but doesn’t need scanning
InitComplete
Wallet scan checks have been completed
Trait Implementations§
Source§impl Clone for WalletInitStatus
impl Clone for WalletInitStatus
Source§fn clone(&self) -> WalletInitStatus
fn clone(&self) -> WalletInitStatus
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 WalletInitStatus
impl Debug for WalletInitStatus
Source§impl<'de> Deserialize<'de> for WalletInitStatus
impl<'de> Deserialize<'de> for WalletInitStatus
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
Source§impl Readable for WalletInitStatus
impl Readable for WalletInitStatus
Source§impl Serialize for WalletInitStatus
impl Serialize for WalletInitStatus
Auto Trait Implementations§
impl Freeze for WalletInitStatus
impl RefUnwindSafe for WalletInitStatus
impl Send for WalletInitStatus
impl Sync for WalletInitStatus
impl Unpin for WalletInitStatus
impl UnsafeUnpin for WalletInitStatus
impl UnwindSafe for WalletInitStatus
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DebugAny for T
Source§impl<'a, T> DefaultFeatures<'a> for T
impl<'a, T> DefaultFeatures<'a> for T
Source§fn clone_boxed(&self) -> Box<dyn DefaultFeatures<'a>>
fn clone_boxed(&self) -> Box<dyn DefaultFeatures<'a>>
Clone this value, and then immediately put it into a
Box
behind a trait object of this trait.impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
impl<T> Erased for T
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<'a, T> NonSyncFeatures<'a> for Twhere
T: 'a + Clone,
impl<'a, T> NonSyncFeatures<'a> for Twhere
T: 'a + Clone,
Source§fn clone_boxed(&self) -> Box<dyn NonSyncFeatures<'a>>
fn clone_boxed(&self) -> Box<dyn NonSyncFeatures<'a>>
Clone this value, and then immediately put it into a
Box
behind a trait object of this trait.