pub struct OutputSelection {
pub to: Vec<Hash>,
pub asset_id: Vec<Hash>,
pub contract: Vec<Hash>,
pub output_type: Vec<u8>,
pub tx_status: Vec<u8>,
pub tx_type: Vec<u8>,
}
Fields§
§to: Vec<Hash>
§asset_id: Vec<Hash>
§contract: Vec<Hash>
§output_type: Vec<u8>
§tx_status: Vec<u8>
§tx_type: Vec<u8>
Trait Implementations§
Source§impl Clone for OutputSelection
impl Clone for OutputSelection
Source§fn clone(&self) -> OutputSelection
fn clone(&self) -> OutputSelection
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 OutputSelection
impl Debug for OutputSelection
Source§impl Default for OutputSelection
impl Default for OutputSelection
Source§fn default() -> OutputSelection
fn default() -> OutputSelection
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OutputSelection
impl<'de> Deserialize<'de> for OutputSelection
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 OutputSelection
impl PartialEq for OutputSelection
Source§impl Serialize for OutputSelection
impl Serialize for OutputSelection
impl StructuralPartialEq for OutputSelection
Auto Trait Implementations§
impl Freeze for OutputSelection
impl RefUnwindSafe for OutputSelection
impl Send for OutputSelection
impl Sync for OutputSelection
impl Unpin for OutputSelection
impl UnwindSafe for OutputSelection
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