pub struct SystemClosure2 {
pub prd: Option<DateTimePeriod1Choice>,
pub rsn: ClosureReason2Choice,
}Fields§
§prd: Option<DateTimePeriod1Choice>§rsn: ClosureReason2ChoiceImplementations§
Source§impl SystemClosure2
impl SystemClosure2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SystemClosure2
impl RefUnwindSafe for SystemClosure2
impl Send for SystemClosure2
impl Sync for SystemClosure2
impl Unpin for SystemClosure2
impl UnwindSafe for SystemClosure2
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