Struct qapi_qmp::InetSocketAddressWrapper
source · [−]#[repr(transparent)]pub struct InetSocketAddressWrapper {
pub data: InetSocketAddress,
}Fields
data: InetSocketAddressImplementations
sourceimpl InetSocketAddressWrapper
impl InetSocketAddressWrapper
pub fn into_inner(self) -> InetSocketAddress
Trait Implementations
sourceimpl AsRef<InetSocketAddress> for InetSocketAddressWrapper
impl AsRef<InetSocketAddress> for InetSocketAddressWrapper
sourcefn as_ref(&self) -> &InetSocketAddress
fn as_ref(&self) -> &InetSocketAddress
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for InetSocketAddressWrapper
impl Clone for InetSocketAddressWrapper
sourcefn clone(&self) -> InetSocketAddressWrapper
fn clone(&self) -> InetSocketAddressWrapper
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 moresourceimpl Debug for InetSocketAddressWrapper
impl Debug for InetSocketAddressWrapper
sourceimpl Deref for InetSocketAddressWrapper
impl Deref for InetSocketAddressWrapper
type Target = InetSocketAddress
type Target = InetSocketAddress
The resulting type after dereferencing.
sourceimpl<'de> Deserialize<'de> for InetSocketAddressWrapper
impl<'de> Deserialize<'de> for InetSocketAddressWrapper
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<InetSocketAddressWrapper> for SocketAddressLegacy
impl From<InetSocketAddressWrapper> for SocketAddressLegacy
sourcefn from(val: InetSocketAddressWrapper) -> Self
fn from(val: InetSocketAddressWrapper) -> Self
Converts to this type from the input type.
sourceimpl<T: Into<InetSocketAddress>> From<T> for InetSocketAddressWrapper
impl<T: Into<InetSocketAddress>> From<T> for InetSocketAddressWrapper
sourceimpl Serialize for InetSocketAddressWrapper
impl Serialize for InetSocketAddressWrapper
Auto Trait Implementations
impl RefUnwindSafe for InetSocketAddressWrapper
impl Send for InetSocketAddressWrapper
impl Sync for InetSocketAddressWrapper
impl Unpin for InetSocketAddressWrapper
impl UnwindSafe for InetSocketAddressWrapper
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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