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: u64,
}Fields
height: u64bestblock: Stringtransactions: u64txouts: u64bogosize: u64hash_serialized_2: Stringdisk_size: u64total_amount: u64Trait Implementations
sourceimpl<'de> Deserialize<'de> for GetTxOutSetInfoCommandResponse
impl<'de> Deserialize<'de> for GetTxOutSetInfoCommandResponse
sourcefn 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 RefUnwindSafe for GetTxOutSetInfoCommandResponse
impl Send for GetTxOutSetInfoCommandResponse
impl Sync for GetTxOutSetInfoCommandResponse
impl Unpin for GetTxOutSetInfoCommandResponse
impl UnwindSafe for GetTxOutSetInfoCommandResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more