Struct bitcoincore_rpc_json::IndexStatus
source · pub struct IndexStatus {
pub synced: bool,
pub best_block_height: u32,
}
Fields§
§synced: bool
§best_block_height: u32
Trait Implementations§
source§impl Clone for IndexStatus
impl Clone for IndexStatus
source§fn clone(&self) -> IndexStatus
fn clone(&self) -> IndexStatus
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 IndexStatus
impl Debug for IndexStatus
source§impl<'de> Deserialize<'de> for IndexStatus
impl<'de> Deserialize<'de> for IndexStatus
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 PartialEq for IndexStatus
impl PartialEq for IndexStatus
source§fn eq(&self, other: &IndexStatus) -> bool
fn eq(&self, other: &IndexStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for IndexStatus
impl Serialize for IndexStatus
impl Eq for IndexStatus
impl StructuralPartialEq for IndexStatus
Auto Trait Implementations§
impl Freeze for IndexStatus
impl RefUnwindSafe for IndexStatus
impl Send for IndexStatus
impl Sync for IndexStatus
impl Unpin for IndexStatus
impl UnwindSafe for IndexStatus
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