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