Struct pink_web3::types::RawTransaction
source · [−]pub struct RawTransaction {
pub raw: Bytes,
pub tx: Transaction,
}Expand description
Raw bytes of a signed, but not yet sent transaction
Fields
raw: BytesSigned transaction as raw bytes
tx: TransactionTransaction details
Trait Implementations
sourceimpl Clone for RawTransaction
impl Clone for RawTransaction
sourcefn clone(&self) -> RawTransaction
fn clone(&self) -> RawTransaction
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for RawTransaction
impl Debug for RawTransaction
sourceimpl Default for RawTransaction
impl Default for RawTransaction
sourcefn default() -> RawTransaction
fn default() -> RawTransaction
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for RawTransaction
impl<'de> Deserialize<'de> for RawTransaction
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
sourceimpl PartialEq<RawTransaction> for RawTransaction
impl PartialEq<RawTransaction> for RawTransaction
sourcefn eq(&self, other: &RawTransaction) -> bool
fn eq(&self, other: &RawTransaction) -> bool
sourceimpl Serialize for RawTransaction
impl Serialize for RawTransaction
impl StructuralPartialEq for RawTransaction
Auto Trait Implementations
impl RefUnwindSafe for RawTransaction
impl Send for RawTransaction
impl Sync for RawTransaction
impl Unpin for RawTransaction
impl UnwindSafe for RawTransaction
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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