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