pub struct PrayerDate {
pub readable: String,
pub timestamp: String,
pub hijri: HijriDate,
pub gregorian: GregorianDate,
}Fields§
§readable: String§timestamp: String§hijri: HijriDate§gregorian: GregorianDateTrait Implementations§
Source§impl Clone for PrayerDate
impl Clone for PrayerDate
Source§fn clone(&self) -> PrayerDate
fn clone(&self) -> PrayerDate
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 PrayerDate
impl Debug for PrayerDate
Source§impl<'de> Deserialize<'de> for PrayerDate
impl<'de> Deserialize<'de> for PrayerDate
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PrayerDate
impl RefUnwindSafe for PrayerDate
impl Send for PrayerDate
impl Sync for PrayerDate
impl Unpin for PrayerDate
impl UnsafeUnpin for PrayerDate
impl UnwindSafe for PrayerDate
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