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