Struct vectorclock::VectorClock [] [src]

pub struct VectorClock<HostType: Hash + Eq> { /* fields omitted */ }

Methods

impl<HostType: Clone + Hash + Eq> VectorClock<HostType>
[src]

Trait Implementations

impl<HostType: PartialEq + Hash + Eq> PartialEq for VectorClock<HostType>
[src]

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

This method tests for !=.

impl<HostType: Eq + Hash + Eq> Eq for VectorClock<HostType>
[src]

impl<HostType: Debug + Hash + Eq> Debug for VectorClock<HostType>
[src]

Formats the value using the given formatter.