Struct timestamped_socket::interface::InterfaceName
source · pub struct InterfaceName { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Clone for InterfaceName
impl Clone for InterfaceName
source§fn clone(&self) -> InterfaceName
fn clone(&self) -> InterfaceName
Returns a copy of the value. Read more
1.0.0 · 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 InterfaceName
impl Debug for InterfaceName
source§impl<'de> Deserialize<'de> for InterfaceName
impl<'de> Deserialize<'de> for InterfaceName
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 Display for InterfaceName
impl Display for InterfaceName
source§impl FromStr for InterfaceName
impl FromStr for InterfaceName
source§impl Hash for InterfaceName
impl Hash for InterfaceName
source§impl PartialEq for InterfaceName
impl PartialEq for InterfaceName
source§fn eq(&self, other: &InterfaceName) -> bool
fn eq(&self, other: &InterfaceName) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for InterfaceName
impl Eq for InterfaceName
impl StructuralEq for InterfaceName
impl StructuralPartialEq for InterfaceName
Auto Trait Implementations§
impl RefUnwindSafe for InterfaceName
impl Send for InterfaceName
impl Sync for InterfaceName
impl Unpin for InterfaceName
impl UnwindSafe for InterfaceName
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