pub struct DeviceParser {
pub regex: Regex,
pub family: Option<String>,
pub brand: Option<String>,
pub model: Option<String>,
}
Fields§
§regex: Regex
§family: Option<String>
§brand: Option<String>
§model: Option<String>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for DeviceParser
impl !RefUnwindSafe for DeviceParser
impl Send for DeviceParser
impl Sync for DeviceParser
impl Unpin for DeviceParser
impl !UnwindSafe for DeviceParser
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