pub struct CreateSignedTransactionOutput {
pub tx: ByteBuf,
pub tip_height: u64,
pub instructions: u64,
}Fields§
§tx: ByteBuf§tip_height: u64§instructions: u64Trait Implementations§
source§impl Clone for CreateSignedTransactionOutput
impl Clone for CreateSignedTransactionOutput
source§fn clone(&self) -> CreateSignedTransactionOutput
fn clone(&self) -> CreateSignedTransactionOutput
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<'de> Deserialize<'de> for CreateSignedTransactionOutput
impl<'de> Deserialize<'de> for CreateSignedTransactionOutput
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
Auto Trait Implementations§
impl Freeze for CreateSignedTransactionOutput
impl RefUnwindSafe for CreateSignedTransactionOutput
impl Send for CreateSignedTransactionOutput
impl Sync for CreateSignedTransactionOutput
impl Unpin for CreateSignedTransactionOutput
impl UnwindSafe for CreateSignedTransactionOutput
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