Struct rincon_session::client::EdgeDefinition [] [src]

pub struct EdgeDefinition { /* fields omitted */ }

Methods

impl EdgeDefinition
[src]

[src]

[src]

Important traits for &'a mut [u8]
[src]

Important traits for &'a mut [u8]
[src]

Trait Implementations

impl Serialize for EdgeDefinition
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for EdgeDefinition
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl PartialEq<EdgeDefinition> for EdgeDefinition
[src]

[src]

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

[src]

This method tests for !=.

impl Clone for EdgeDefinition
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for EdgeDefinition
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations