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