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