Struct p4_cmd::error::Message[][src]

pub struct Message { /* fields omitted */ }

Trait Implementations

impl Debug for Message
[src]

Formats the value using the given formatter. Read more

impl Clone for Message
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Message
[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 Message
[src]

Auto Trait Implementations

impl Send for Message

impl Sync for Message