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