pub struct TimeFrame9Choice {
pub cd: Option<TimeFrame2Code>,
pub prtry: Option<GenericIdentification47>,
}Fields§
§cd: Option<TimeFrame2Code>§prtry: Option<GenericIdentification47>Implementations§
Source§impl TimeFrame9Choice
impl TimeFrame9Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TimeFrame9Choice
impl RefUnwindSafe for TimeFrame9Choice
impl Send for TimeFrame9Choice
impl Sync for TimeFrame9Choice
impl Unpin for TimeFrame9Choice
impl UnwindSafe for TimeFrame9Choice
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