pub struct DateAndTime {
pub date_component: DateRef,
pub time_component: LocalTimeRef,
}Fields§
§date_component: DateRef§time_component: LocalTimeRefTrait Implementations§
Source§impl Clone for DateAndTime
impl Clone for DateAndTime
Source§fn clone(&self) -> DateAndTime
fn clone(&self) -> DateAndTime
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DateAndTime
impl Debug for DateAndTime
Source§impl PartialEq for DateAndTime
impl PartialEq for DateAndTime
Source§fn eq(&self, other: &DateAndTime) -> bool
fn eq(&self, other: &DateAndTime) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DateAndTime
Auto Trait Implementations§
impl Freeze for DateAndTime
impl RefUnwindSafe for DateAndTime
impl Send for DateAndTime
impl Sync for DateAndTime
impl Unpin for DateAndTime
impl UnsafeUnpin for DateAndTime
impl UnwindSafe for DateAndTime
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