pub struct EmulateNetworkConditionsByRuleResult {
pub rule_ids: Vec<String>,
}Fields§
§rule_ids: Vec<String>An id for each entry in matchedNetworkConditions. The id will be included in the requestWillBeSentExtraInfo for requests affected by a rule.
Trait Implementations§
Source§impl Clone for EmulateNetworkConditionsByRuleResult
impl Clone for EmulateNetworkConditionsByRuleResult
Source§fn clone(&self) -> EmulateNetworkConditionsByRuleResult
fn clone(&self) -> EmulateNetworkConditionsByRuleResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for EmulateNetworkConditionsByRuleResult
impl<'de> Deserialize<'de> for EmulateNetworkConditionsByRuleResult
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 EmulateNetworkConditionsByRuleResult
impl PartialEq for EmulateNetworkConditionsByRuleResult
Source§fn eq(&self, other: &EmulateNetworkConditionsByRuleResult) -> bool
fn eq(&self, other: &EmulateNetworkConditionsByRuleResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EmulateNetworkConditionsByRuleResult
Auto Trait Implementations§
impl Freeze for EmulateNetworkConditionsByRuleResult
impl RefUnwindSafe for EmulateNetworkConditionsByRuleResult
impl Send for EmulateNetworkConditionsByRuleResult
impl Sync for EmulateNetworkConditionsByRuleResult
impl Unpin for EmulateNetworkConditionsByRuleResult
impl UnsafeUnpin for EmulateNetworkConditionsByRuleResult
impl UnwindSafe for EmulateNetworkConditionsByRuleResult
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