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