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