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