[−][src]Struct sunrise_libtimezone::CalendarTimeInfo
Represent the basic informations of a local time.
Fields
year: i64The year of the local time.
month: i8The month of the local time.
day: i8The day of the local time.
hour: i8The hour of the local time.
minute: i8The minute of the local time.
second: i8The seconds of the local time.
Trait Implementations
impl Clone for CalendarTimeInfo[src]
fn clone(&self) -> CalendarTimeInfo[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for CalendarTimeInfo[src]
impl Debug for CalendarTimeInfo[src]
impl Default for CalendarTimeInfo[src]
impl Eq for CalendarTimeInfo[src]
impl PartialEq<CalendarTimeInfo> for CalendarTimeInfo[src]
fn eq(&self, other: &CalendarTimeInfo) -> bool[src]
fn ne(&self, other: &CalendarTimeInfo) -> bool[src]
impl PartialOrd<CalendarTimeInfo> for CalendarTimeInfo[src]
fn partial_cmp(&self, other: &Self) -> Option<Ordering>[src]
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn ge(&self, other: &Rhs) -> bool1.0.0[src]
impl StructuralEq for CalendarTimeInfo[src]
impl StructuralPartialEq for CalendarTimeInfo[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,