pub struct HealthListServicesQuery {
pub dc: Option<String>,
pub near: Option<String>,
pub node_meta: Option<String>,
pub filter: Option<String>,
}
Fields§
§dc: Option<String>
§near: Option<String>
§node_meta: Option<String>
§filter: Option<String>
Trait Implementations§
Source§impl Debug for HealthListServicesQuery
impl Debug for HealthListServicesQuery
Source§impl Default for HealthListServicesQuery
impl Default for HealthListServicesQuery
Source§fn default() -> HealthListServicesQuery
fn default() -> HealthListServicesQuery
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HealthListServicesQuery
impl<'de> Deserialize<'de> for HealthListServicesQuery
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 HealthListServicesQuery
impl RefUnwindSafe for HealthListServicesQuery
impl Send for HealthListServicesQuery
impl Sync for HealthListServicesQuery
impl Unpin for HealthListServicesQuery
impl UnwindSafe for HealthListServicesQuery
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