pub struct ListLearningsQuery {
pub agent: Option<String>,
pub state: Option<LearningState>,
}Expand description
query parameters for listLearnings.
Fields§
§agent: Option<String>Only learnings belonging to this agent.
state: Option<LearningState>Only learnings in this state.
Trait Implementations§
Source§impl Clone for ListLearningsQuery
impl Clone for ListLearningsQuery
Source§impl Debug for ListLearningsQuery
impl Debug for ListLearningsQuery
Source§impl<'de> Deserialize<'de> for ListLearningsQuery
impl<'de> Deserialize<'de> for ListLearningsQuery
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
Source§impl PartialEq for ListLearningsQuery
impl PartialEq for ListLearningsQuery
Source§impl Serialize for ListLearningsQuery
impl Serialize for ListLearningsQuery
impl StructuralPartialEq for ListLearningsQuery
Auto Trait Implementations§
impl Freeze for ListLearningsQuery
impl RefUnwindSafe for ListLearningsQuery
impl Send for ListLearningsQuery
impl Sync for ListLearningsQuery
impl Unpin for ListLearningsQuery
impl UnsafeUnpin for ListLearningsQuery
impl UnwindSafe for ListLearningsQuery
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