pub struct EosTransactionOutput {
pub signed_tx: Option<String>,
pub transaction_hash: Option<String>,
}Fields§
§signed_tx: Option<String>§transaction_hash: Option<String>Implementations§
Source§impl EosTransactionOutput
impl EosTransactionOutput
pub fn new() -> EosTransactionOutput
Trait Implementations§
Source§impl Clone for EosTransactionOutput
impl Clone for EosTransactionOutput
Source§fn clone(&self) -> EosTransactionOutput
fn clone(&self) -> EosTransactionOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EosTransactionOutput
impl Debug for EosTransactionOutput
Source§impl Default for EosTransactionOutput
impl Default for EosTransactionOutput
Source§fn default() -> EosTransactionOutput
fn default() -> EosTransactionOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EosTransactionOutput
impl<'de> Deserialize<'de> for EosTransactionOutput
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 EosTransactionOutput
impl PartialEq for EosTransactionOutput
Source§fn eq(&self, other: &EosTransactionOutput) -> bool
fn eq(&self, other: &EosTransactionOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for EosTransactionOutput
impl Serialize for EosTransactionOutput
impl StructuralPartialEq for EosTransactionOutput
Auto Trait Implementations§
impl Freeze for EosTransactionOutput
impl RefUnwindSafe for EosTransactionOutput
impl Send for EosTransactionOutput
impl Sync for EosTransactionOutput
impl Unpin for EosTransactionOutput
impl UnsafeUnpin for EosTransactionOutput
impl UnwindSafe for EosTransactionOutput
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