Struct blot::value::ValueSet[][src]

pub struct ValueSet<T: Multihash>(_);

Methods

impl<T: Multihash> ValueSet<T>
[src]

Trait Implementations

impl<'de, T: Multihash> Deserialize<'de> for ValueSet<T>
[src]

Deserialize this value from the given Serde deserializer. Read more

impl<T: Clone + Multihash> Clone for ValueSet<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Debug + Multihash> Debug for ValueSet<T>
[src]

Formats the value using the given formatter. Read more

impl<T: PartialEq + Multihash> PartialEq for ValueSet<T>
[src]

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

This method tests for !=.

Auto Trait Implementations

impl<T> Send for ValueSet<T> where
    T: Send

impl<T> Sync for ValueSet<T> where
    T: Sync