pub struct ResetAgentResponse {
pub ok: bool,
pub sessions: i64,
pub runs: i64,
}Expand description
ResetAgentResponse model.
Fields§
§ok: bool§sessions: i64Sessions deleted
runs: i64Runs deleted
Trait Implementations§
Source§impl Clone for ResetAgentResponse
impl Clone for ResetAgentResponse
Source§fn clone(&self) -> ResetAgentResponse
fn clone(&self) -> ResetAgentResponse
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 ResetAgentResponse
impl Debug for ResetAgentResponse
Source§impl Default for ResetAgentResponse
impl Default for ResetAgentResponse
Source§fn default() -> ResetAgentResponse
fn default() -> ResetAgentResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ResetAgentResponse
impl<'de> Deserialize<'de> for ResetAgentResponse
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 ResetAgentResponse
impl PartialEq for ResetAgentResponse
Source§impl Serialize for ResetAgentResponse
impl Serialize for ResetAgentResponse
impl StructuralPartialEq for ResetAgentResponse
Auto Trait Implementations§
impl Freeze for ResetAgentResponse
impl RefUnwindSafe for ResetAgentResponse
impl Send for ResetAgentResponse
impl Sync for ResetAgentResponse
impl Unpin for ResetAgentResponse
impl UnsafeUnpin for ResetAgentResponse
impl UnwindSafe for ResetAgentResponse
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