pub struct NetworkStateWrapper(pub NetworkStateHandle);Expand description
Wrapper for the current network transport, used by the WiFi-only gate.
TRACES: UR-053 | DR-074
Tuple Fields§
§0: NetworkStateHandleAuto Trait Implementations§
impl Freeze for NetworkStateWrapper
impl !RefUnwindSafe for NetworkStateWrapper
impl Send for NetworkStateWrapper
impl Sync for NetworkStateWrapper
impl Unpin for NetworkStateWrapper
impl UnsafeUnpin for NetworkStateWrapper
impl !UnwindSafe for NetworkStateWrapper
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