pub struct FetchHijriCalendarByCityOptions {
pub city: String,
pub country: String,
pub year: i64,
pub month: i64,
pub method: Option<i64>,
pub school: Option<i64>,
}Fields§
§city: String§country: String§year: i64§month: i64§method: Option<i64>§school: Option<i64>Trait Implementations§
Source§impl Clone for FetchHijriCalendarByCityOptions
impl Clone for FetchHijriCalendarByCityOptions
Source§fn clone(&self) -> FetchHijriCalendarByCityOptions
fn clone(&self) -> FetchHijriCalendarByCityOptions
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 FetchHijriCalendarByCityOptions
impl RefUnwindSafe for FetchHijriCalendarByCityOptions
impl Send for FetchHijriCalendarByCityOptions
impl Sync for FetchHijriCalendarByCityOptions
impl Unpin for FetchHijriCalendarByCityOptions
impl UnsafeUnpin for FetchHijriCalendarByCityOptions
impl UnwindSafe for FetchHijriCalendarByCityOptions
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