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