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