pub enum TimeUnit1Code {
CodeDAYC,
CodeHOUR,
CodeMINU,
CodeMNTH,
CodeSECO,
CodeWEEK,
CodeYEAR,
}Variants§
Implementations§
Source§impl TimeUnit1Code
impl TimeUnit1Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TimeUnit1Code
impl RefUnwindSafe for TimeUnit1Code
impl Send for TimeUnit1Code
impl Sync for TimeUnit1Code
impl Unpin for TimeUnit1Code
impl UnwindSafe for TimeUnit1Code
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