Struct nmstate::MacVlanInterface
source · [−]#[non_exhaustive]pub struct MacVlanInterface {
pub base: BaseInterface,
pub mac_vlan: Option<MacVlanConfig>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.base: BaseInterfacemac_vlan: Option<MacVlanConfig>Implementations
Trait Implementations
sourceimpl Clone for MacVlanInterface
impl Clone for MacVlanInterface
sourcefn clone(&self) -> MacVlanInterface
fn clone(&self) -> MacVlanInterface
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 MacVlanInterface
impl Debug for MacVlanInterface
sourceimpl Default for MacVlanInterface
impl Default for MacVlanInterface
sourceimpl<'de> Deserialize<'de> for MacVlanInterface
impl<'de> Deserialize<'de> for MacVlanInterface
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<MacVlanInterface> for MacVlanInterface
impl PartialEq<MacVlanInterface> for MacVlanInterface
sourcefn eq(&self, other: &MacVlanInterface) -> bool
fn eq(&self, other: &MacVlanInterface) -> bool
sourceimpl Serialize for MacVlanInterface
impl Serialize for MacVlanInterface
impl Eq for MacVlanInterface
impl StructuralEq for MacVlanInterface
impl StructuralPartialEq for MacVlanInterface
Auto Trait Implementations
impl RefUnwindSafe for MacVlanInterface
impl Send for MacVlanInterface
impl Sync for MacVlanInterface
impl Unpin for MacVlanInterface
impl UnwindSafe for MacVlanInterface
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
sourceimpl<T> NoneValue for Twhere
T: Default,
impl<T> NoneValue for Twhere
T: Default,
type NoneType = T
sourcefn null_value() -> T
fn null_value() -> T
The none-equivalent value.