pub struct ReturnIndicator2 {
pub rspn_prd: Option<DateOrDateTimePeriod1Choice>,
pub authrty_req_tp: AuthorityRequestType1,
pub invstgtn_rslt: InvestigationResult1Choice,
pub addtl_inf: Option<String>,
}Fields§
§rspn_prd: Option<DateOrDateTimePeriod1Choice>§authrty_req_tp: AuthorityRequestType1§invstgtn_rslt: InvestigationResult1Choice§addtl_inf: Option<String>Implementations§
Source§impl ReturnIndicator2
impl ReturnIndicator2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ReturnIndicator2
impl RefUnwindSafe for ReturnIndicator2
impl Send for ReturnIndicator2
impl Sync for ReturnIndicator2
impl Unpin for ReturnIndicator2
impl UnwindSafe for ReturnIndicator2
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