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