pub enum Calandar {
Julian = 0,
Gregorian = 1,
}Expand description
Type of calandar
Variants§
Auto Trait Implementations§
impl Freeze for Calandar
impl RefUnwindSafe for Calandar
impl Send for Calandar
impl Sync for Calandar
impl Unpin for Calandar
impl UnwindSafe for Calandar
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