Struct icu_datetime::date::IsoHour[][src]

pub struct IsoHour(_);

Implementations

impl IsoHour[src]

pub const fn new_unchecked(input: u8) -> Self[src]

Trait Implementations

impl Add<u8> for IsoHour[src]

type Output = Self

The resulting type after applying the + operator.

impl Clone for IsoHour[src]

impl Copy for IsoHour[src]

impl Debug for IsoHour[src]

impl Default for IsoHour[src]

impl FromStr for IsoHour[src]

type Err = DateTimeError

The associated error which can be returned from parsing.

impl Hash for IsoHour[src]

impl PartialEq<IsoHour> for IsoHour[src]

impl StructuralPartialEq for IsoHour[src]

impl Sub<u8> for IsoHour[src]

type Output = Self

The resulting type after applying the - operator.

impl TryFrom<u8> for IsoHour[src]

type Error = DateTimeError

The type returned in the event of a conversion error.

impl TryFrom<usize> for IsoHour[src]

type Error = DateTimeError

The type returned in the event of a conversion error.

Auto Trait Implementations

impl RefUnwindSafe for IsoHour

impl Send for IsoHour

impl Sync for IsoHour

impl Unpin for IsoHour

impl UnwindSafe for IsoHour

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> ErasedDataStruct for T where
    T: Clone + Debug + Any
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.