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