pub struct CanEmulateNetworkConditions {}๐Deprecated
Expand description
Tells whether emulation of network conditions is supported.
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Clone for CanEmulateNetworkConditions
impl Clone for CanEmulateNetworkConditions
Sourceยงfn clone(&self) -> CanEmulateNetworkConditions
fn clone(&self) -> CanEmulateNetworkConditions
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 Command for CanEmulateNetworkConditions
impl Command for CanEmulateNetworkConditions
Sourceยงimpl Debug for CanEmulateNetworkConditions
impl Debug for CanEmulateNetworkConditions
Auto Trait Implementationsยง
impl Freeze for CanEmulateNetworkConditions
impl RefUnwindSafe for CanEmulateNetworkConditions
impl Send for CanEmulateNetworkConditions
impl Sync for CanEmulateNetworkConditions
impl Unpin for CanEmulateNetworkConditions
impl UnwindSafe for CanEmulateNetworkConditions
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