pub struct GetProvincesParams {}Expand description
Parameters for Client::get_provinces (wire method getProvinces).
Trait Implementations§
Source§impl Clone for GetProvincesParams
impl Clone for GetProvincesParams
Source§fn clone(&self) -> GetProvincesParams
fn clone(&self) -> GetProvincesParams
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 GetProvincesParams
impl Debug for GetProvincesParams
Source§impl Default for GetProvincesParams
impl Default for GetProvincesParams
Source§fn default() -> GetProvincesParams
fn default() -> GetProvincesParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetProvincesParams
impl RefUnwindSafe for GetProvincesParams
impl Send for GetProvincesParams
impl Sync for GetProvincesParams
impl Unpin for GetProvincesParams
impl UnsafeUnpin for GetProvincesParams
impl UnwindSafe for GetProvincesParams
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