pub struct ReachabilityEvent {
pub flags: ReachabilityFlags,
}Available on crate feature
async only.Fields§
§flags: ReachabilityFlagsTrait Implementations§
Source§impl Clone for ReachabilityEvent
impl Clone for ReachabilityEvent
Source§fn clone(&self) -> ReachabilityEvent
fn clone(&self) -> ReachabilityEvent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ReachabilityEvent
impl Debug for ReachabilityEvent
impl Copy for ReachabilityEvent
Auto Trait Implementations§
impl Freeze for ReachabilityEvent
impl RefUnwindSafe for ReachabilityEvent
impl Send for ReachabilityEvent
impl Sync for ReachabilityEvent
impl Unpin for ReachabilityEvent
impl UnsafeUnpin for ReachabilityEvent
impl UnwindSafe for ReachabilityEvent
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