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