[][src]Struct nikel_rs::Hours

pub struct Hours {
    pub sunday: Sunday,
    pub monday: Monday,
    pub tuesday: Tuesday,
    pub wednesday: Wednesday,
    pub thursday: Thursday,
    pub friday: Friday,
    pub saturday: Saturday,
}

Fields

sunday: Sundaymonday: Mondaytuesday: Tuesdaywednesday: Wednesdaythursday: Thursdayfriday: Fridaysaturday: Saturday

Trait Implementations

impl Clone for Hours[src]

impl Debug for Hours[src]

impl Default for Hours[src]

impl<'de> Deserialize<'de> for Hours[src]

impl Serialize for Hours[src]

Auto Trait Implementations

impl RefUnwindSafe for Hours

impl Send for Hours

impl Sync for Hours

impl Unpin for Hours

impl UnwindSafe for Hours

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[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.