pub struct NetworkConditions { /* private fields */ }Expand description
Network conditions measurement
Trait Implementations§
Source§impl Clone for NetworkConditions
impl Clone for NetworkConditions
Source§fn clone(&self) -> NetworkConditions
fn clone(&self) -> NetworkConditions
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 moreAuto Trait Implementations§
impl Freeze for NetworkConditions
impl RefUnwindSafe for NetworkConditions
impl Send for NetworkConditions
impl Sync for NetworkConditions
impl Unpin for NetworkConditions
impl UnwindSafe for NetworkConditions
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