#[non_exhaustive]pub struct NetworkSettingsSummary { /* private fields */ }
Expand description
The summary of network settings.
Implementations
sourceimpl NetworkSettingsSummary
impl NetworkSettingsSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture NetworkSettingsSummary
.
Trait Implementations
sourceimpl Clone for NetworkSettingsSummary
impl Clone for NetworkSettingsSummary
sourcefn clone(&self) -> NetworkSettingsSummary
fn clone(&self) -> NetworkSettingsSummary
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 NetworkSettingsSummary
impl Debug for NetworkSettingsSummary
sourceimpl PartialEq<NetworkSettingsSummary> for NetworkSettingsSummary
impl PartialEq<NetworkSettingsSummary> for NetworkSettingsSummary
sourcefn eq(&self, other: &NetworkSettingsSummary) -> bool
fn eq(&self, other: &NetworkSettingsSummary) -> bool
impl StructuralPartialEq for NetworkSettingsSummary
Auto Trait Implementations
impl RefUnwindSafe for NetworkSettingsSummary
impl Send for NetworkSettingsSummary
impl Sync for NetworkSettingsSummary
impl Unpin for NetworkSettingsSummary
impl UnwindSafe for NetworkSettingsSummary
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