pub struct GetCountriesParams {
pub country: Option<String>,
}Expand description
Parameters for Client::get_countries (wire method getCountries).
Fields§
§country: Option<String>Trait Implementations§
Source§impl Clone for GetCountriesParams
impl Clone for GetCountriesParams
Source§fn clone(&self) -> GetCountriesParams
fn clone(&self) -> GetCountriesParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetCountriesParams
impl Debug for GetCountriesParams
Source§impl Default for GetCountriesParams
impl Default for GetCountriesParams
Source§fn default() -> GetCountriesParams
fn default() -> GetCountriesParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetCountriesParams
impl RefUnwindSafe for GetCountriesParams
impl Send for GetCountriesParams
impl Sync for GetCountriesParams
impl Unpin for GetCountriesParams
impl UnsafeUnpin for GetCountriesParams
impl UnwindSafe for GetCountriesParams
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