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