Struct p4_cmd::error::OperationError[][src]

pub struct OperationError { /* fields omitted */ }

Trait Implementations

impl Debug for OperationError
[src]

Formats the value using the given formatter. Read more

impl Copy for OperationError
[src]

impl Clone for OperationError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for OperationError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for OperationError
[src]

impl Error for OperationError
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

impl Display for OperationError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations