pub struct ExcelDateTime { /* private fields */ }
Expand description
Structure for Excel date and time representation.
Implementations§
Trait Implementations§
Source§impl Clone for ExcelDateTime
impl Clone for ExcelDateTime
Source§fn clone(&self) -> ExcelDateTime
fn clone(&self) -> ExcelDateTime
Returns a copy 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 ExcelDateTime
impl Debug for ExcelDateTime
Source§impl Default for ExcelDateTime
impl Default for ExcelDateTime
Source§impl Display for ExcelDateTime
impl Display for ExcelDateTime
Source§impl PartialEq for ExcelDateTime
impl PartialEq for ExcelDateTime
impl Copy for ExcelDateTime
impl StructuralPartialEq for ExcelDateTime
Auto Trait Implementations§
impl Freeze for ExcelDateTime
impl RefUnwindSafe for ExcelDateTime
impl Send for ExcelDateTime
impl Sync for ExcelDateTime
impl Unpin for ExcelDateTime
impl UnwindSafe for ExcelDateTime
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