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