pub struct StandingOrderReport3 {
pub stg_ordr_id: StandingOrderIdentification8,
pub stg_ordr_or_err: StandingOrderOrError10Choice,
}Fields§
§stg_ordr_id: StandingOrderIdentification8§stg_ordr_or_err: StandingOrderOrError10ChoiceImplementations§
Source§impl StandingOrderReport3
impl StandingOrderReport3
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for StandingOrderReport3
impl RefUnwindSafe for StandingOrderReport3
impl Send for StandingOrderReport3
impl Sync for StandingOrderReport3
impl Unpin for StandingOrderReport3
impl UnwindSafe for StandingOrderReport3
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