pub struct GetTxOutSetInfoCommandResponse {
pub height: u64,
pub bestblock: String,
pub transactions: u64,
pub txouts: u64,
pub bogosize: u64,
pub hash_serialized_2: String,
pub disk_size: u64,
pub total_amount: f64,
}
Fields§
§height: u64
§bestblock: String
§transactions: u64
§txouts: u64
§bogosize: u64
§hash_serialized_2: String
§disk_size: u64
§total_amount: f64
Trait Implementations§
Source§impl Clone for GetTxOutSetInfoCommandResponse
impl Clone for GetTxOutSetInfoCommandResponse
Source§fn clone(&self) -> GetTxOutSetInfoCommandResponse
fn clone(&self) -> GetTxOutSetInfoCommandResponse
Returns a duplicate 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<'de> Deserialize<'de> for GetTxOutSetInfoCommandResponse
impl<'de> Deserialize<'de> for GetTxOutSetInfoCommandResponse
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
Auto Trait Implementations§
impl Freeze for GetTxOutSetInfoCommandResponse
impl RefUnwindSafe for GetTxOutSetInfoCommandResponse
impl Send for GetTxOutSetInfoCommandResponse
impl Sync for GetTxOutSetInfoCommandResponse
impl Unpin for GetTxOutSetInfoCommandResponse
impl UnwindSafe for GetTxOutSetInfoCommandResponse
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