pub struct Scanner {
pub device_ids: Option<Vec<String>>,
}
Expand description
Scanner for new lights.
Fields§
§device_ids: Option<Vec<String>>
The device identifiers.
Implementations§
Source§impl Scanner
impl Scanner
Sourcepub fn with_device_ids(self, value: Vec<String>) -> Self
pub fn with_device_ids(self, value: Vec<String>) -> Self
Sets the device_ids
field of this struct.
Trait Implementations§
impl Eq for Scanner
impl StructuralPartialEq for Scanner
Auto Trait Implementations§
impl Freeze for Scanner
impl RefUnwindSafe for Scanner
impl Send for Scanner
impl Sync for Scanner
impl Unpin for Scanner
impl UnwindSafe for Scanner
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