Struct prayers::PrayerTimes[][src]

pub struct PrayerTimes {
    pub imsak: f64,
    pub fajr: f64,
    pub sunrise: f64,
    pub dhuhr: f64,
    pub asr: f64,
    pub sunset: f64,
    pub maghrib: f64,
    pub isha: f64,
    pub midnight: f64,
}

Represents prayer times

Fields

imsak: f64

Imsak

fajr: f64

Fajr

sunrise: f64

Sunrise

dhuhr: f64

Dhur

asr: f64

Asr

sunset: f64

Sunset

maghrib: f64

Maghrif

isha: f64

Isha

midnight: f64

Middle of the night

Trait Implementations

impl Clone for PrayerTimes[src]

impl Copy for PrayerTimes[src]

impl Debug for PrayerTimes[src]

impl PartialEq<PrayerTimes> for PrayerTimes[src]

impl StructuralPartialEq for PrayerTimes[src]

Auto Trait Implementations

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> 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.