pub struct TransactionResultTooEarly {
pub fee_charged: Stroops,
}Fields§
§fee_charged: StroopsTrait Implementations§
Source§impl Clone for TransactionResultTooEarly
impl Clone for TransactionResultTooEarly
Source§fn clone(&self) -> TransactionResultTooEarly
fn clone(&self) -> TransactionResultTooEarly
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 Debug for TransactionResultTooEarly
impl Debug for TransactionResultTooEarly
impl Eq for TransactionResultTooEarly
impl StructuralPartialEq for TransactionResultTooEarly
Auto Trait Implementations§
impl Freeze for TransactionResultTooEarly
impl RefUnwindSafe for TransactionResultTooEarly
impl Send for TransactionResultTooEarly
impl Sync for TransactionResultTooEarly
impl Unpin for TransactionResultTooEarly
impl UnwindSafe for TransactionResultTooEarly
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