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