pub struct UnixNetEntries(pub Vec<UnixNetEntry>);Expand description
Unix socket entries.
Tuple Fields§
§0: Vec<UnixNetEntry>Trait Implementations§
Source§impl Clone for UnixNetEntries
impl Clone for UnixNetEntries
Source§fn clone(&self) -> UnixNetEntries
fn clone(&self) -> UnixNetEntries
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UnixNetEntries
impl Debug for UnixNetEntries
Source§impl<'de> Deserialize<'de> for UnixNetEntries
impl<'de> Deserialize<'de> for UnixNetEntries
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl FromBufRead for UnixNetEntries
impl FromBufRead for UnixNetEntries
fn from_buf_read<R: BufRead>(r: R) -> ProcResult<Self>
Auto Trait Implementations§
impl Freeze for UnixNetEntries
impl RefUnwindSafe for UnixNetEntries
impl Send for UnixNetEntries
impl Sync for UnixNetEntries
impl Unpin for UnixNetEntries
impl UnsafeUnpin for UnixNetEntries
impl UnwindSafe for UnixNetEntries
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