Struct qapi_qmp::UnixSocketAddress
source · [−]pub struct UnixSocketAddress {
pub path: String,
pub abstract_: Option<bool>,
pub tight: Option<bool>,
}Fields
path: Stringabstract_: Option<bool>tight: Option<bool>Trait Implementations
sourceimpl AsRef<UnixSocketAddress> for UnixSocketAddressWrapper
impl AsRef<UnixSocketAddress> for UnixSocketAddressWrapper
sourcefn as_ref(&self) -> &UnixSocketAddress
fn as_ref(&self) -> &UnixSocketAddress
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for UnixSocketAddress
impl Clone for UnixSocketAddress
sourcefn clone(&self) -> UnixSocketAddress
fn clone(&self) -> UnixSocketAddress
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for UnixSocketAddress
impl Debug for UnixSocketAddress
sourceimpl<'de> Deserialize<'de> for UnixSocketAddress
impl<'de> Deserialize<'de> for UnixSocketAddress
sourcefn 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
sourceimpl From<UnixSocketAddress> for SocketAddressLegacy
impl From<UnixSocketAddress> for SocketAddressLegacy
sourcefn from(val: UnixSocketAddress) -> Self
fn from(val: UnixSocketAddress) -> Self
Converts to this type from the input type.
sourceimpl From<UnixSocketAddress> for SocketAddress
impl From<UnixSocketAddress> for SocketAddress
sourcefn from(val: UnixSocketAddress) -> Self
fn from(val: UnixSocketAddress) -> Self
Converts to this type from the input type.
sourceimpl Serialize for UnixSocketAddress
impl Serialize for UnixSocketAddress
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more