pub struct OperationMandate6 {
pub mod_cd: Option<Modification1Code>,
pub id: String,
pub aplbl_chanl: Vec<Channel2Choice>,
pub reqrd_sgntr_nb: String,
pub sgntr_ordr_ind: bool,
pub mndt_hldr: Option<Vec<PartyAndAuthorisation6>>,
pub bk_opr: Vec<BankTransactionCodeStructure4>,
pub start_dt: Option<String>,
pub end_dt: Option<String>,
}Fields§
§mod_cd: Option<Modification1Code>§id: String§aplbl_chanl: Vec<Channel2Choice>§reqrd_sgntr_nb: String§sgntr_ordr_ind: bool§mndt_hldr: Option<Vec<PartyAndAuthorisation6>>§bk_opr: Vec<BankTransactionCodeStructure4>§start_dt: Option<String>§end_dt: Option<String>Implementations§
Source§impl OperationMandate6
impl OperationMandate6
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for OperationMandate6
impl RefUnwindSafe for OperationMandate6
impl Send for OperationMandate6
impl Sync for OperationMandate6
impl Unpin for OperationMandate6
impl UnwindSafe for OperationMandate6
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