pub struct GetImageBingDailyHistoryParams {
pub date_query: Option<String>,
pub resolution_query: Option<String>,
pub page_query: Option<String>,
pub page_size_query: Option<String>,
pub disable_cache: Option<bool>,
pub _t: Option<String>,
}Fields§
§date_query: Option<String>§resolution_query: Option<String>§page_query: Option<String>§page_size_query: Option<String>§disable_cache: Option<bool>§_t: Option<String>Implementations§
Source§impl GetImageBingDailyHistoryParams
impl GetImageBingDailyHistoryParams
pub fn new() -> Self
pub fn date_query(self, value: impl Into<String>) -> Self
pub fn resolution_query(self, value: impl Into<String>) -> Self
pub fn page_query(self, value: impl Into<String>) -> Self
pub fn page_size_query(self, value: impl Into<String>) -> Self
pub fn disable_cache(self, value: bool) -> Self
pub fn _t(self, value: impl Into<String>) -> Self
Trait Implementations§
Source§impl Clone for GetImageBingDailyHistoryParams
impl Clone for GetImageBingDailyHistoryParams
Source§fn clone(&self) -> GetImageBingDailyHistoryParams
fn clone(&self) -> GetImageBingDailyHistoryParams
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 GetImageBingDailyHistoryParams
impl RefUnwindSafe for GetImageBingDailyHistoryParams
impl Send for GetImageBingDailyHistoryParams
impl Sync for GetImageBingDailyHistoryParams
impl Unpin for GetImageBingDailyHistoryParams
impl UnsafeUnpin for GetImageBingDailyHistoryParams
impl UnwindSafe for GetImageBingDailyHistoryParams
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