pub struct MiscFeesGrp {
pub misc_fee_amt: Option<Amt>,
pub misc_fee_curr: Option<Currency>,
pub misc_fee_type: Option<MiscFeeType>,
pub misc_fee_basis: Option<MiscFeeBasis>,
}Fields§
§misc_fee_amt: Option<Amt>Tag 137.
misc_fee_curr: Option<Currency>Tag 138.
misc_fee_type: Option<MiscFeeType>Tag 139.
misc_fee_basis: Option<MiscFeeBasis>Tag 891.
Trait Implementations§
source§impl Clone for MiscFeesGrp
impl Clone for MiscFeesGrp
source§fn clone(&self) -> MiscFeesGrp
fn clone(&self) -> MiscFeesGrp
Returns a copy 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 MiscFeesGrp
impl Debug for MiscFeesGrp
source§impl Default for MiscFeesGrp
impl Default for MiscFeesGrp
source§fn default() -> MiscFeesGrp
fn default() -> MiscFeesGrp
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MiscFeesGrp
impl RefUnwindSafe for MiscFeesGrp
impl Send for MiscFeesGrp
impl Sync for MiscFeesGrp
impl Unpin for MiscFeesGrp
impl UnwindSafe for MiscFeesGrp
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)