pub struct AgentQuery {
pub capability: Option<String>,
pub seniority: Option<String>,
}Fields§
§capability: Option<String>§seniority: Option<String>Trait Implementations§
Source§impl Debug for AgentQuery
impl Debug for AgentQuery
Source§impl<'de> Deserialize<'de> for AgentQuery
impl<'de> Deserialize<'de> for AgentQuery
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 AgentQuery
impl RefUnwindSafe for AgentQuery
impl Send for AgentQuery
impl Sync for AgentQuery
impl Unpin for AgentQuery
impl UnsafeUnpin for AgentQuery
impl UnwindSafe for AgentQuery
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