Enum PHASEXave::CalendarView
source · pub enum CalendarView {
Julian = 0,
Gregorian = 1,
}Variants§
Trait Implementations§
source§impl PartialEq for CalendarView
impl PartialEq for CalendarView
source§fn eq(&self, other: &CalendarView) -> bool
fn eq(&self, other: &CalendarView) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CalendarView
Auto Trait Implementations§
impl RefUnwindSafe for CalendarView
impl Send for CalendarView
impl Sync for CalendarView
impl Unpin for CalendarView
impl UnwindSafe for CalendarView
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