Struct qapi_qmp::UnixSocketAddress [−][src]
pub struct UnixSocketAddress {
pub path: String,
pub tight: Option<bool>,
pub abstract_: Option<bool>,
}Fields
path: Stringtight: Option<bool>abstract_: Option<bool>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.
Auto Trait Implementations
impl RefUnwindSafe for UnixSocketAddress
impl Send for UnixSocketAddress
impl Sync for UnixSocketAddress
impl Unpin for UnixSocketAddress
impl UnwindSafe for UnixSocketAddress
Blanket Implementations
Mutably borrows from an owned value. Read more