pub struct QueryTag {
pub device: String,
pub data_type: DataType,
}Fields§
§device: String§data_type: DataTypeTrait Implementations§
Auto Trait Implementations§
impl Freeze for QueryTag
impl RefUnwindSafe for QueryTag
impl Send for QueryTag
impl Sync for QueryTag
impl Unpin for QueryTag
impl UnwindSafe for QueryTag
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