pub enum GNetworkMonitor {}Auto Trait Implementations§
impl Freeze for GNetworkMonitor
impl RefUnwindSafe for GNetworkMonitor
impl Send for GNetworkMonitor
impl Sync for GNetworkMonitor
impl Unpin for GNetworkMonitor
impl UnwindSafe for GNetworkMonitor
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