pub struct AgentReplayQuery {
pub after: Option<ReplayCursor>,
pub limit: u32,
}Expand description
Display-safe replay query.
Fields§
§after: Option<ReplayCursor>Family-aware cursor.
limit: u32Maximum number of display messages.
Trait Implementations§
Source§impl Clone for AgentReplayQuery
impl Clone for AgentReplayQuery
Source§fn clone(&self) -> AgentReplayQuery
fn clone(&self) -> AgentReplayQuery
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 AgentReplayQuery
impl Debug for AgentReplayQuery
Source§impl Default for AgentReplayQuery
impl Default for AgentReplayQuery
Source§fn default() -> AgentReplayQuery
fn default() -> AgentReplayQuery
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AgentReplayQuery
impl<'de> Deserialize<'de> for AgentReplayQuery
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 AgentReplayQuery
Source§impl PartialEq for AgentReplayQuery
impl PartialEq for AgentReplayQuery
Source§impl Serialize for AgentReplayQuery
impl Serialize for AgentReplayQuery
impl StructuralPartialEq for AgentReplayQuery
Auto Trait Implementations§
impl Freeze for AgentReplayQuery
impl RefUnwindSafe for AgentReplayQuery
impl Send for AgentReplayQuery
impl Sync for AgentReplayQuery
impl Unpin for AgentReplayQuery
impl UnsafeUnpin for AgentReplayQuery
impl UnwindSafe for AgentReplayQuery
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