Struct aral_runtime_async_std::os::unix::net::SocketAddr
source · pub struct SocketAddr(/* private fields */);
Available on Unix only.
Implementations§
source§impl SocketAddr
impl SocketAddr
pub fn as_pathname(&self) -> Option<&Path>
pub fn is_unnamed(&self) -> bool
Auto Trait Implementations§
impl RefUnwindSafe for SocketAddr
impl Send for SocketAddr
impl Sync for SocketAddr
impl Unpin for SocketAddr
impl UnwindSafe for SocketAddr
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