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