Struct netplan_types::NetplanConfig
source · [−]pub struct NetplanConfig {
pub network: NetworkConfig,
}Fields
network: NetworkConfigTrait Implementations
sourceimpl Clone for NetplanConfig
impl Clone for NetplanConfig
sourcefn clone(&self) -> NetplanConfig
fn clone(&self) -> NetplanConfig
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 NetplanConfig
impl Debug for NetplanConfig
sourceimpl Default for NetplanConfig
impl Default for NetplanConfig
sourcefn default() -> NetplanConfig
fn default() -> NetplanConfig
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for NetplanConfig
impl<'de> Deserialize<'de> for NetplanConfig
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 PartialEq<NetplanConfig> for NetplanConfig
impl PartialEq<NetplanConfig> for NetplanConfig
sourcefn eq(&self, other: &NetplanConfig) -> bool
fn eq(&self, other: &NetplanConfig) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &NetplanConfig) -> bool
fn ne(&self, other: &NetplanConfig) -> bool
This method tests for !=.
sourceimpl Serialize for NetplanConfig
impl Serialize for NetplanConfig
impl Eq for NetplanConfig
impl StructuralEq for NetplanConfig
impl StructuralPartialEq for NetplanConfig
Auto Trait Implementations
impl RefUnwindSafe for NetplanConfig
impl Send for NetplanConfig
impl Sync for NetplanConfig
impl Unpin for NetplanConfig
impl UnwindSafe for NetplanConfig
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more