Struct qapi_qmp::UnixSocketAddressWrapper
source · [−]#[repr(transparent)]pub struct UnixSocketAddressWrapper {
pub data: UnixSocketAddress,
}Fields
data: UnixSocketAddressImplementations
sourceimpl UnixSocketAddressWrapper
impl UnixSocketAddressWrapper
pub fn into_inner(self) -> UnixSocketAddress
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 UnixSocketAddressWrapper
impl Clone for UnixSocketAddressWrapper
sourcefn clone(&self) -> UnixSocketAddressWrapper
fn clone(&self) -> UnixSocketAddressWrapper
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 UnixSocketAddressWrapper
impl Debug for UnixSocketAddressWrapper
sourceimpl Deref for UnixSocketAddressWrapper
impl Deref for UnixSocketAddressWrapper
type Target = UnixSocketAddress
type Target = UnixSocketAddress
The resulting type after dereferencing.
sourceimpl<'de> Deserialize<'de> for UnixSocketAddressWrapper
impl<'de> Deserialize<'de> for UnixSocketAddressWrapper
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<T: Into<UnixSocketAddress>> From<T> for UnixSocketAddressWrapper
impl<T: Into<UnixSocketAddress>> From<T> for UnixSocketAddressWrapper
sourceimpl From<UnixSocketAddressWrapper> for SocketAddressLegacy
impl From<UnixSocketAddressWrapper> for SocketAddressLegacy
sourcefn from(val: UnixSocketAddressWrapper) -> Self
fn from(val: UnixSocketAddressWrapper) -> Self
Converts to this type from the input type.
sourceimpl Serialize for UnixSocketAddressWrapper
impl Serialize for UnixSocketAddressWrapper
Auto Trait Implementations
impl RefUnwindSafe for UnixSocketAddressWrapper
impl Send for UnixSocketAddressWrapper
impl Sync for UnixSocketAddressWrapper
impl Unpin for UnixSocketAddressWrapper
impl UnwindSafe for UnixSocketAddressWrapper
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