pub struct AgentRunListQuery {
pub limit: u32,
pub page_token: Option<String>,
}Expand description
Compact run list query.
Fields§
§limit: u32Maximum page size.
page_token: Option<String>Opaque session-local keyset token.
Trait Implementations§
Source§impl Clone for AgentRunListQuery
impl Clone for AgentRunListQuery
Source§fn clone(&self) -> AgentRunListQuery
fn clone(&self) -> AgentRunListQuery
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AgentRunListQuery
impl Debug for AgentRunListQuery
Source§impl Default for AgentRunListQuery
impl Default for AgentRunListQuery
Source§impl<'de> Deserialize<'de> for AgentRunListQuery
impl<'de> Deserialize<'de> for AgentRunListQuery
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
impl Eq for AgentRunListQuery
Source§impl PartialEq for AgentRunListQuery
impl PartialEq for AgentRunListQuery
Source§impl Serialize for AgentRunListQuery
impl Serialize for AgentRunListQuery
impl StructuralPartialEq for AgentRunListQuery
Auto Trait Implementations§
impl Freeze for AgentRunListQuery
impl RefUnwindSafe for AgentRunListQuery
impl Send for AgentRunListQuery
impl Sync for AgentRunListQuery
impl Unpin for AgentRunListQuery
impl UnsafeUnpin for AgentRunListQuery
impl UnwindSafe for AgentRunListQuery
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