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