pub struct WeekQuotesRequest {
pub variety_code: String,
pub year: i32,
pub week: i32,
}Expand description
Request for weekly quotes.
Fields§
§variety_code: StringVariety code.
year: i32Year.
week: i32Week number.
Trait Implementations§
Source§impl Clone for WeekQuotesRequest
impl Clone for WeekQuotesRequest
Source§fn clone(&self) -> WeekQuotesRequest
fn clone(&self) -> WeekQuotesRequest
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 moreSource§impl Debug for WeekQuotesRequest
impl Debug for WeekQuotesRequest
Auto Trait Implementations§
impl Freeze for WeekQuotesRequest
impl RefUnwindSafe for WeekQuotesRequest
impl Send for WeekQuotesRequest
impl Sync for WeekQuotesRequest
impl Unpin for WeekQuotesRequest
impl UnwindSafe for WeekQuotesRequest
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