Struct sda_protocol::SnapshotId [] [src]

pub struct SnapshotId(pub Uuid);

Unique snapshot identifier.

Methods

impl SnapshotId
[src]

Create new random id.

Trait Implementations

impl Clone for SnapshotId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SnapshotId
[src]

impl Debug for SnapshotId
[src]

Formats the value using the given formatter.

impl Hash for SnapshotId
[src]

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

Feeds a slice of this type into the state provided.

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

impl Default for SnapshotId
[src]

Returns the "default value" for a type. Read more

impl FromStr for SnapshotId
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl ToString for SnapshotId
[src]

Converts the given value to a String. Read more

impl Id for SnapshotId
[src]

impl Serialize for SnapshotId
[src]

Serialize this value into the given Serde serializer. Read more

impl Deserialize for SnapshotId
[src]

Deserialize this value from the given Serde deserializer. Read more