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