pub enum DateSystem {
Excel1900,
Excel1904,
}Variants§
Trait Implementations§
Source§impl Clone for DateSystem
impl Clone for DateSystem
Source§fn clone(&self) -> DateSystem
fn clone(&self) -> DateSystem
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DateSystem
impl Debug for DateSystem
Source§impl Display for DateSystem
impl Display for DateSystem
Source§impl Hash for DateSystem
impl Hash for DateSystem
Source§impl PartialEq for DateSystem
impl PartialEq for DateSystem
impl Copy for DateSystem
impl Eq for DateSystem
impl StructuralPartialEq for DateSystem
Auto Trait Implementations§
impl Freeze for DateSystem
impl RefUnwindSafe for DateSystem
impl Send for DateSystem
impl Sync for DateSystem
impl Unpin for DateSystem
impl UnwindSafe for DateSystem
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