pub struct CanEmulateNetworkConditionsCommand {}๐Deprecated
Available on crate features
Network and Debugger and Runtime and Security only.Expand description
Tells whether emulation of network conditions is supported.
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Clone for CanEmulateNetworkConditionsCommand
impl Clone for CanEmulateNetworkConditionsCommand
Sourceยงfn clone(&self) -> CanEmulateNetworkConditionsCommand
fn clone(&self) -> CanEmulateNetworkConditionsCommand
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 Default for CanEmulateNetworkConditionsCommand
impl Default for CanEmulateNetworkConditionsCommand
Sourceยงfn default() -> CanEmulateNetworkConditionsCommand
fn default() -> CanEmulateNetworkConditionsCommand
Returns the โdefault valueโ for a type. Read more
Sourceยงimpl<'de> Deserialize<'de> for CanEmulateNetworkConditionsCommand
impl<'de> Deserialize<'de> for CanEmulateNetworkConditionsCommand
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
Auto Trait Implementationsยง
impl Freeze for CanEmulateNetworkConditionsCommand
impl RefUnwindSafe for CanEmulateNetworkConditionsCommand
impl Send for CanEmulateNetworkConditionsCommand
impl Sync for CanEmulateNetworkConditionsCommand
impl Unpin for CanEmulateNetworkConditionsCommand
impl UnwindSafe for CanEmulateNetworkConditionsCommand
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