pub struct GetImageBingDailyParams {
pub date_query: Option<String>,
pub resolution_query: Option<String>,
pub format_query: Option<String>,
pub disable_cache: Option<bool>,
pub _t: Option<String>,
}Fields§
§date_query: Option<String>§resolution_query: Option<String>§format_query: Option<String>§disable_cache: Option<bool>§_t: Option<String>Implementations§
Source§impl GetImageBingDailyParams
impl GetImageBingDailyParams
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 format_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 GetImageBingDailyParams
impl Clone for GetImageBingDailyParams
Source§fn clone(&self) -> GetImageBingDailyParams
fn clone(&self) -> GetImageBingDailyParams
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 GetImageBingDailyParams
impl RefUnwindSafe for GetImageBingDailyParams
impl Send for GetImageBingDailyParams
impl Sync for GetImageBingDailyParams
impl Unpin for GetImageBingDailyParams
impl UnsafeUnpin for GetImageBingDailyParams
impl UnwindSafe for GetImageBingDailyParams
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