pub enum DurationType1Code {
CodeYEAR,
CodeWEEK,
CodeSEAS,
CodeQURT,
CodeMNTH,
CodeMNUT,
CodeHOUR,
CodeDASD,
CodeOTHR,
}
Variants§
Implementations§
Source§impl DurationType1Code
impl DurationType1Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for DurationType1Code
impl RefUnwindSafe for DurationType1Code
impl Send for DurationType1Code
impl Sync for DurationType1Code
impl Unpin for DurationType1Code
impl UnwindSafe for DurationType1Code
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