pub struct Parameters<'a> {
pub language: Option<&'a str>,
pub countrycode: Option<&'a str>,
pub limit: Option<&'a str>,
}
Fields§
§language: Option<&'a str>
§countrycode: Option<&'a str>
§limit: Option<&'a str>
Trait Implementations§
Source§impl<'a> Default for Parameters<'a>
impl<'a> Default for Parameters<'a>
Source§fn default() -> Parameters<'a>
fn default() -> Parameters<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for Parameters<'a>
impl<'a> RefUnwindSafe for Parameters<'a>
impl<'a> Send for Parameters<'a>
impl<'a> Sync for Parameters<'a>
impl<'a> Unpin for Parameters<'a>
impl<'a> UnwindSafe for Parameters<'a>
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