pub struct CalendarDateTime { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for CalendarDateTime
impl Clone for CalendarDateTime
Source§fn clone(&self) -> CalendarDateTime
fn clone(&self) -> CalendarDateTime
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 CalendarDateTime
impl Debug for CalendarDateTime
Source§impl Hash for CalendarDateTime
impl Hash for CalendarDateTime
Source§impl PartialEq for CalendarDateTime
impl PartialEq for CalendarDateTime
Source§impl PartialOrd for CalendarDateTime
impl PartialOrd for CalendarDateTime
impl Eq for CalendarDateTime
impl StructuralPartialEq for CalendarDateTime
Auto Trait Implementations§
impl Freeze for CalendarDateTime
impl RefUnwindSafe for CalendarDateTime
impl Send for CalendarDateTime
impl Sync for CalendarDateTime
impl Unpin for CalendarDateTime
impl UnwindSafe for CalendarDateTime
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