pub struct PrayerData {
pub timings: PrayerTimings,
pub date: PrayerDate,
pub meta: PrayerMeta,
}Fields§
§timings: PrayerTimings§date: PrayerDate§meta: PrayerMetaTrait Implementations§
Source§impl Clone for PrayerData
impl Clone for PrayerData
Source§fn clone(&self) -> PrayerData
fn clone(&self) -> PrayerData
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 PrayerData
impl Debug for PrayerData
Source§impl<'de> Deserialize<'de> for PrayerData
impl<'de> Deserialize<'de> for PrayerData
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 PrayerData
impl RefUnwindSafe for PrayerData
impl Send for PrayerData
impl Sync for PrayerData
impl Unpin for PrayerData
impl UnsafeUnpin for PrayerData
impl UnwindSafe for PrayerData
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