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