pub struct PointCatalogQuery {
pub device_id: Option<String>,
pub tag_filters: Vec<(String, String)>,
pub labels: Vec<String>,
}Expand description
Query parameters for point catalog operations.
Fields§
§device_id: Option<String>§tag_filters: Vec<(String, String)>§labels: Vec<String>Trait Implementations§
Source§impl Clone for PointCatalogQuery
impl Clone for PointCatalogQuery
Source§fn clone(&self) -> PointCatalogQuery
fn clone(&self) -> PointCatalogQuery
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 Debug for PointCatalogQuery
impl Debug for PointCatalogQuery
Source§impl Default for PointCatalogQuery
impl Default for PointCatalogQuery
Source§fn default() -> PointCatalogQuery
fn default() -> PointCatalogQuery
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PointCatalogQuery
impl RefUnwindSafe for PointCatalogQuery
impl Send for PointCatalogQuery
impl Sync for PointCatalogQuery
impl Unpin for PointCatalogQuery
impl UnsafeUnpin for PointCatalogQuery
impl UnwindSafe for PointCatalogQuery
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