Struct routing::PrivAppendedData [] [src]

pub struct PrivAppendedData(pub Vec<u8>);

A private appended data item: an encrypted AppendedData.

Methods

impl PrivAppendedData
[src]

Creates a new PrivAppendedData encrypted with encrypting_key.

Returns AppendedData decrypted from this item.

Trait Implementations

impl Hash for PrivAppendedData
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Eq for PrivAppendedData
[src]

impl PartialEq for PrivAppendedData
[src]

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

This method tests for !=.

impl PartialOrd for PrivAppendedData
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Ord for PrivAppendedData
[src]

This method returns an Ordering between self and other. Read more

impl Clone for PrivAppendedData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Encodable for PrivAppendedData
[src]

Serialize a value using an Encoder.

impl Debug for PrivAppendedData
[src]

Formats the value using the given formatter.

impl Decodable for PrivAppendedData
[src]

Deserialize a value using a Decoder.