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