pub struct AmountModification1 {
pub mod_cd: Option<Modification1Code>,
pub amt: f64,
}Fields§
§mod_cd: Option<Modification1Code>§amt: f64Implementations§
Source§impl AmountModification1
impl AmountModification1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AmountModification1
impl RefUnwindSafe for AmountModification1
impl Send for AmountModification1
impl Sync for AmountModification1
impl Unpin for AmountModification1
impl UnwindSafe for AmountModification1
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