pub struct NetworkReachability(/* private fields */);Expand description
Network reachability status (Clause 6.6.1).
Implementations§
Source§impl NetworkReachability
impl NetworkReachability
Trait Implementations§
Source§impl Clone for NetworkReachability
impl Clone for NetworkReachability
Source§fn clone(&self) -> NetworkReachability
fn clone(&self) -> NetworkReachability
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 Debug for NetworkReachability
impl Debug for NetworkReachability
Source§impl Display for NetworkReachability
impl Display for NetworkReachability
Source§impl Hash for NetworkReachability
impl Hash for NetworkReachability
Source§impl PartialEq for NetworkReachability
impl PartialEq for NetworkReachability
impl Copy for NetworkReachability
impl Eq for NetworkReachability
impl StructuralPartialEq for NetworkReachability
Auto Trait Implementations§
impl Freeze for NetworkReachability
impl RefUnwindSafe for NetworkReachability
impl Send for NetworkReachability
impl Sync for NetworkReachability
impl Unpin for NetworkReachability
impl UnsafeUnpin for NetworkReachability
impl UnwindSafe for NetworkReachability
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