pub struct GetAgentActivityStatsResponseTopErrorMessage {
pub message: Option<String>,
pub count: Option<i64>,
}Expand description
GetAgentActivityStatsResponseTopErrorMessage model.
Fields§
§message: Option<String>§count: Option<i64>Trait Implementations§
Source§impl Clone for GetAgentActivityStatsResponseTopErrorMessage
impl Clone for GetAgentActivityStatsResponseTopErrorMessage
Source§fn clone(&self) -> GetAgentActivityStatsResponseTopErrorMessage
fn clone(&self) -> GetAgentActivityStatsResponseTopErrorMessage
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 Default for GetAgentActivityStatsResponseTopErrorMessage
impl Default for GetAgentActivityStatsResponseTopErrorMessage
Source§fn default() -> GetAgentActivityStatsResponseTopErrorMessage
fn default() -> GetAgentActivityStatsResponseTopErrorMessage
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetAgentActivityStatsResponseTopErrorMessage
impl<'de> Deserialize<'de> for GetAgentActivityStatsResponseTopErrorMessage
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 StructuralPartialEq for GetAgentActivityStatsResponseTopErrorMessage
Auto Trait Implementations§
impl Freeze for GetAgentActivityStatsResponseTopErrorMessage
impl RefUnwindSafe for GetAgentActivityStatsResponseTopErrorMessage
impl Send for GetAgentActivityStatsResponseTopErrorMessage
impl Sync for GetAgentActivityStatsResponseTopErrorMessage
impl Unpin for GetAgentActivityStatsResponseTopErrorMessage
impl UnsafeUnpin for GetAgentActivityStatsResponseTopErrorMessage
impl UnwindSafe for GetAgentActivityStatsResponseTopErrorMessage
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