pub struct NetworkInformationSer { /* private fields */ }
Trait Implementations§
Source§impl From<NetworkInformation> for NetworkInformationSer
impl From<NetworkInformation> for NetworkInformationSer
Source§fn from(info: NetworkInformation) -> Self
fn from(info: NetworkInformation) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for NetworkInformationSer
impl RefUnwindSafe for NetworkInformationSer
impl Send for NetworkInformationSer
impl Sync for NetworkInformationSer
impl Unpin for NetworkInformationSer
impl UnwindSafe for NetworkInformationSer
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