pub struct FetchNextPrayerOptions {
pub latitude: f64,
pub longitude: f64,
pub method: Option<i64>,
pub school: Option<i64>,
pub timezone: Option<String>,
}Fields§
§latitude: f64§longitude: f64§method: Option<i64>§school: Option<i64>§timezone: Option<String>Trait Implementations§
Source§impl Clone for FetchNextPrayerOptions
impl Clone for FetchNextPrayerOptions
Source§fn clone(&self) -> FetchNextPrayerOptions
fn clone(&self) -> FetchNextPrayerOptions
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 moreAuto Trait Implementations§
impl Freeze for FetchNextPrayerOptions
impl RefUnwindSafe for FetchNextPrayerOptions
impl Send for FetchNextPrayerOptions
impl Sync for FetchNextPrayerOptions
impl Unpin for FetchNextPrayerOptions
impl UnsafeUnpin for FetchNextPrayerOptions
impl UnwindSafe for FetchNextPrayerOptions
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