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