pub struct InterfaceName(/* private fields */);
Expand description
The name of a Wireguard interface device.
Implementations§
Trait Implementations§
Source§impl Clone for InterfaceName
impl Clone for InterfaceName
Source§fn clone(&self) -> InterfaceName
fn clone(&self) -> InterfaceName
Returns a duplicate 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 Display for InterfaceName
impl Display for InterfaceName
Source§impl FromStr for InterfaceName
impl FromStr for InterfaceName
Source§impl PartialEq for InterfaceName
impl PartialEq for InterfaceName
impl Copy for InterfaceName
impl Eq for InterfaceName
impl StructuralPartialEq for InterfaceName
Auto Trait Implementations§
impl Freeze for InterfaceName
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