pub struct NetworkUtil;Implementations§
Source§impl NetworkUtil
impl NetworkUtil
pub fn get_local_address() -> Option<String>
Auto Trait Implementations§
impl Freeze for NetworkUtil
impl RefUnwindSafe for NetworkUtil
impl Send for NetworkUtil
impl Sync for NetworkUtil
impl Unpin for NetworkUtil
impl UnwindSafe for NetworkUtil
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