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