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