pub enum TcpTransportFamily {
Ipv4,
Ipv6,
}
Expand description
A tcp:
address family.
Variants§
Trait Implementations§
Source§impl Clone for TcpTransportFamily
impl Clone for TcpTransportFamily
Source§fn clone(&self) -> TcpTransportFamily
fn clone(&self) -> TcpTransportFamily
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 TcpTransportFamily
impl Debug for TcpTransportFamily
Source§impl Display for TcpTransportFamily
impl Display for TcpTransportFamily
Source§impl FromStr for TcpTransportFamily
impl FromStr for TcpTransportFamily
Source§impl PartialEq for TcpTransportFamily
impl PartialEq for TcpTransportFamily
impl Copy for TcpTransportFamily
impl Eq for TcpTransportFamily
impl StructuralPartialEq for TcpTransportFamily
Auto Trait Implementations§
impl Freeze for TcpTransportFamily
impl RefUnwindSafe for TcpTransportFamily
impl Send for TcpTransportFamily
impl Sync for TcpTransportFamily
impl Unpin for TcpTransportFamily
impl UnwindSafe for TcpTransportFamily
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