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