#[non_exhaustive]pub struct InvalidNetworkInterface { /* private fields */ }
Expand description
A reason a vehicle network interface isn't valid.
Implementations§
source§impl InvalidNetworkInterface
impl InvalidNetworkInterface
sourcepub fn interface_id(&self) -> Option<&str>
pub fn interface_id(&self) -> Option<&str>
The ID of the interface that isn't valid.
sourcepub fn reason(&self) -> Option<&NetworkInterfaceFailureReason>
pub fn reason(&self) -> Option<&NetworkInterfaceFailureReason>
A message about why the interface isn't valid.
source§impl InvalidNetworkInterface
impl InvalidNetworkInterface
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InvalidNetworkInterface
.
Trait Implementations§
source§impl Clone for InvalidNetworkInterface
impl Clone for InvalidNetworkInterface
source§fn clone(&self) -> InvalidNetworkInterface
fn clone(&self) -> InvalidNetworkInterface
Returns a copy 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 more