Struct cdp::CdpIncoming [] [src]

pub struct CdpIncoming<'a> {
    pub id: u64,
    pub command_name: Cow<'a, str>,
    pub command_params: CdpParams,
}

Fields

Methods

impl<'a> CdpIncoming<'a>
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<'a> Clone for CdpIncoming<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for CdpIncoming<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for CdpIncoming<'a>
[src]

[src]

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

[src]

This method tests for !=.