pub struct CatalogListNodesForServiceQuery {
pub dc: Option<String>,
pub tag: Option<String>,
pub near: Option<String>,
pub node_meta: Option<String>,
pub filter: Option<String>,
}
Fields§
§dc: Option<String>
§tag: Option<String>
§near: Option<String>
§node_meta: Option<String>
§filter: Option<String>
Trait Implementations§
Source§impl Default for CatalogListNodesForServiceQuery
impl Default for CatalogListNodesForServiceQuery
Source§fn default() -> CatalogListNodesForServiceQuery
fn default() -> CatalogListNodesForServiceQuery
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CatalogListNodesForServiceQuery
impl<'de> Deserialize<'de> for CatalogListNodesForServiceQuery
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CatalogListNodesForServiceQuery
impl RefUnwindSafe for CatalogListNodesForServiceQuery
impl Send for CatalogListNodesForServiceQuery
impl Sync for CatalogListNodesForServiceQuery
impl Unpin for CatalogListNodesForServiceQuery
impl UnwindSafe for CatalogListNodesForServiceQuery
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