Enum ethtool::EthtoolError
source · [−]pub enum EthtoolError {
UnexpectedMessage(NetlinkMessage<GenlMessage<EthtoolMessage>>),
NetlinkError(ErrorMessage),
RequestFailed(String),
Bug(String),
}Variants
UnexpectedMessage(NetlinkMessage<GenlMessage<EthtoolMessage>>)
NetlinkError(ErrorMessage)
RequestFailed(String)
Bug(String)
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for EthtoolError
impl Send for EthtoolError
impl Sync for EthtoolError
impl Unpin for EthtoolError
impl UnwindSafe for EthtoolError
Blanket Implementations
Mutably borrows from an owned value. Read more