pub struct NormalizedLocalDateTime {
pub date: NormalizedDate,
pub time: NormalizedTime,
}Fields§
§date: NormalizedDate§time: NormalizedTimeTrait Implementations§
Source§impl Clone for NormalizedLocalDateTime
impl Clone for NormalizedLocalDateTime
Source§fn clone(&self) -> NormalizedLocalDateTime
fn clone(&self) -> NormalizedLocalDateTime
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 NormalizedLocalDateTime
impl Debug for NormalizedLocalDateTime
Source§impl PartialEq for NormalizedLocalDateTime
impl PartialEq for NormalizedLocalDateTime
impl Eq for NormalizedLocalDateTime
impl StructuralPartialEq for NormalizedLocalDateTime
Auto Trait Implementations§
impl Freeze for NormalizedLocalDateTime
impl RefUnwindSafe for NormalizedLocalDateTime
impl Send for NormalizedLocalDateTime
impl Sync for NormalizedLocalDateTime
impl Unpin for NormalizedLocalDateTime
impl UnsafeUnpin for NormalizedLocalDateTime
impl UnwindSafe for NormalizedLocalDateTime
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