pub struct TransactionResultFeeBumpSuccess {
pub fee_charged: Stroops,
pub transaction_hash: Vec<u8>,
pub result: InnerTransactionResult,
}Fields§
§fee_charged: Stroops§transaction_hash: Vec<u8>§result: InnerTransactionResultTrait Implementations§
Source§impl Clone for TransactionResultFeeBumpSuccess
impl Clone for TransactionResultFeeBumpSuccess
Source§fn clone(&self) -> TransactionResultFeeBumpSuccess
fn clone(&self) -> TransactionResultFeeBumpSuccess
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 PartialEq for TransactionResultFeeBumpSuccess
impl PartialEq for TransactionResultFeeBumpSuccess
Source§fn eq(&self, other: &TransactionResultFeeBumpSuccess) -> bool
fn eq(&self, other: &TransactionResultFeeBumpSuccess) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for TransactionResultFeeBumpSuccess
impl StructuralPartialEq for TransactionResultFeeBumpSuccess
Auto Trait Implementations§
impl Freeze for TransactionResultFeeBumpSuccess
impl RefUnwindSafe for TransactionResultFeeBumpSuccess
impl Send for TransactionResultFeeBumpSuccess
impl Sync for TransactionResultFeeBumpSuccess
impl Unpin for TransactionResultFeeBumpSuccess
impl UnwindSafe for TransactionResultFeeBumpSuccess
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