pub struct DeviceRow<'a> {
pub table: DeviceTable,
pub row: usize,
pub uid: Option<String>,
pub obj: &'a Map<String, Value>,
}Expand description
One simple dispatchable device with the payload row index the parser assigns it.
Fields§
§table: DeviceTable§row: usize§uid: Option<String>§obj: &'a Map<String, Value>Auto Trait Implementations§
impl<'a> Freeze for DeviceRow<'a>
impl<'a> RefUnwindSafe for DeviceRow<'a>
impl<'a> Send for DeviceRow<'a>
impl<'a> Sync for DeviceRow<'a>
impl<'a> Unpin for DeviceRow<'a>
impl<'a> UnsafeUnpin for DeviceRow<'a>
impl<'a> UnwindSafe for DeviceRow<'a>
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