Enum qapi_qmp::SocketAddress [−][src]
pub enum SocketAddress {
inet(InetSocketAddress),
unix(UnixSocketAddress),
vsock(VsockSocketAddress),
fd(String),
}Variants
inet(InetSocketAddress)Tuple Fields of inet
unix(UnixSocketAddress)Tuple Fields of unix
vsock(VsockSocketAddress)Tuple Fields of vsock
fd(String)Tuple Fields of fd
0: StringImplementations
Trait Implementations
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
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for SocketAddress
impl Send for SocketAddress
impl Sync for SocketAddress
impl Unpin for SocketAddress
impl UnwindSafe for SocketAddress
Blanket Implementations
Mutably borrows from an owned value. Read more