Struct hadoop_common::net::NetUtils
source · pub struct NetUtils;
Implementations§
source§impl NetUtils
impl NetUtils
pub fn create_socket_addr_for_host(host: &str, port: i32) -> Result<SocketAddr>
Auto Trait Implementations§
impl RefUnwindSafe for NetUtils
impl Send for NetUtils
impl Sync for NetUtils
impl Unpin for NetUtils
impl UnwindSafe for NetUtils
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