pub struct StandingOrderOrAll4Choice {
pub stg_ordr: Option<Vec<StandingOrderIdentification8>>,
pub all_stg_ordrs: Option<Vec<StandingOrderIdentification9>>,
}Fields§
§stg_ordr: Option<Vec<StandingOrderIdentification8>>§all_stg_ordrs: Option<Vec<StandingOrderIdentification9>>Implementations§
Source§impl StandingOrderOrAll4Choice
impl StandingOrderOrAll4Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for StandingOrderOrAll4Choice
impl RefUnwindSafe for StandingOrderOrAll4Choice
impl Send for StandingOrderOrAll4Choice
impl Sync for StandingOrderOrAll4Choice
impl Unpin for StandingOrderOrAll4Choice
impl UnwindSafe for StandingOrderOrAll4Choice
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