Struct core_rpc_json::ListReceivedByAddressResult [−][src]
pub struct ListReceivedByAddressResult {
pub involved_watch_only: bool,
pub address: Address,
pub amount: Amount,
pub confirmations: u32,
pub label: String,
pub txids: Vec<Txid>,
}Fields
involved_watch_only: booladdress: Addressamount: Amountconfirmations: u32label: Stringtxids: Vec<Txid>Trait Implementations
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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ListReceivedByAddressResult
impl Send for ListReceivedByAddressResult
impl Sync for ListReceivedByAddressResult
impl Unpin for ListReceivedByAddressResult
impl UnwindSafe for ListReceivedByAddressResult
Blanket Implementations
Mutably borrows from an owned value. Read more