pub struct ReceiptSelection {Show 14 fields
pub root_contract_id: Vec<Hash>,
pub to: Vec<Hash>,
pub to_address: Vec<Hash>,
pub asset_id: Vec<Hash>,
pub receipt_type: Vec<u8>,
pub sender: Vec<Hash>,
pub recipient: Vec<Hash>,
pub contract_id: Vec<Hash>,
pub ra: Vec<u64>,
pub rb: Vec<u64>,
pub rc: Vec<u64>,
pub rd: Vec<u64>,
pub tx_status: Vec<u8>,
pub tx_type: Vec<u8>,
}
Fields§
§root_contract_id: Vec<Hash>
§to: Vec<Hash>
§to_address: Vec<Hash>
§asset_id: Vec<Hash>
§receipt_type: Vec<u8>
§sender: Vec<Hash>
§recipient: Vec<Hash>
§contract_id: Vec<Hash>
§ra: Vec<u64>
§rb: Vec<u64>
§rc: Vec<u64>
§rd: Vec<u64>
§tx_status: Vec<u8>
§tx_type: Vec<u8>
Trait Implementations§
Source§impl Clone for ReceiptSelection
impl Clone for ReceiptSelection
Source§fn clone(&self) -> ReceiptSelection
fn clone(&self) -> ReceiptSelection
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 Debug for ReceiptSelection
impl Debug for ReceiptSelection
Source§impl Default for ReceiptSelection
impl Default for ReceiptSelection
Source§fn default() -> ReceiptSelection
fn default() -> ReceiptSelection
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ReceiptSelection
impl<'de> Deserialize<'de> for ReceiptSelection
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 ReceiptSelection
impl PartialEq for ReceiptSelection
Source§impl Serialize for ReceiptSelection
impl Serialize for ReceiptSelection
impl StructuralPartialEq for ReceiptSelection
Auto Trait Implementations§
impl Freeze for ReceiptSelection
impl RefUnwindSafe for ReceiptSelection
impl Send for ReceiptSelection
impl Sync for ReceiptSelection
impl Unpin for ReceiptSelection
impl UnwindSafe for ReceiptSelection
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