pub struct PrivateIpv4Config { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for PrivateIpv4Config
impl Clone for PrivateIpv4Config
Source§fn clone(&self) -> PrivateIpv4Config
fn clone(&self) -> PrivateIpv4Config
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PrivateIpv4Config
impl Debug for PrivateIpv4Config
Source§impl Default for PrivateIpv4Config
impl Default for PrivateIpv4Config
Source§impl From<PrivateIpv4Config> for PrivateIpv4Config
impl From<PrivateIpv4Config> for PrivateIpv4Config
Source§fn from(value: PrivateIpv4Config) -> Self
fn from(value: PrivateIpv4Config) -> Self
Converts to this type from the input type.
Source§impl TryFrom<PrivateIpv4Config> for PrivateIpv4Config
impl TryFrom<PrivateIpv4Config> for PrivateIpv4Config
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: PrivateIpv4Config) -> Result<Self, ConversionError>
fn try_from(value: PrivateIpv4Config) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for PrivateIpv4Config
impl RefUnwindSafe for PrivateIpv4Config
impl Send for PrivateIpv4Config
impl Sync for PrivateIpv4Config
impl Unpin for PrivateIpv4Config
impl UnsafeUnpin for PrivateIpv4Config
impl UnwindSafe for PrivateIpv4Config
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more