pub struct SelectPrompt { /* private fields */ }Expand description
Select a device in response to a DeviceAccess.deviceRequestPrompted event.
Implementations§
Trait Implementations§
Source§impl Clone for SelectPrompt
impl Clone for SelectPrompt
Source§fn clone(&self) -> SelectPrompt
fn clone(&self) -> SelectPrompt
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 Command for SelectPrompt
impl Command for SelectPrompt
Source§impl Debug for SelectPrompt
impl Debug for SelectPrompt
Auto Trait Implementations§
impl Freeze for SelectPrompt
impl RefUnwindSafe for SelectPrompt
impl Send for SelectPrompt
impl Sync for SelectPrompt
impl Unpin for SelectPrompt
impl UnwindSafe for SelectPrompt
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