pub struct SelectPromptParams {
pub id: RequestId,
pub deviceId: DeviceId,
}Expand description
Select a device in response to a DeviceAccess.deviceRequestPrompted event.
Fields§
§id: RequestId§deviceId: DeviceIdImplementations§
Trait Implementations§
Source§impl CdpCommand for SelectPromptParams
impl CdpCommand for SelectPromptParams
Source§impl Clone for SelectPromptParams
impl Clone for SelectPromptParams
Source§fn clone(&self) -> SelectPromptParams
fn clone(&self) -> SelectPromptParams
Returns a duplicate of the value. Read more
1.0.0 · 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 SelectPromptParams
impl Debug for SelectPromptParams
Source§impl Default for SelectPromptParams
impl Default for SelectPromptParams
Source§fn default() -> SelectPromptParams
fn default() -> SelectPromptParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SelectPromptParams
impl<'de> Deserialize<'de> for SelectPromptParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SelectPromptParams
impl RefUnwindSafe for SelectPromptParams
impl Send for SelectPromptParams
impl Sync for SelectPromptParams
impl Unpin for SelectPromptParams
impl UnsafeUnpin for SelectPromptParams
impl UnwindSafe for SelectPromptParams
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