[][src]Struct clepsydra::Sdw

pub struct Sdw(pub GlobalTime);

A server-specific delayed-evaluation watermark, denoting the minimum of the crate::KeyVers held in the server's crate::Store that remain in state crate::Entry::Delayed (not-yet-evaluated).

Trait Implementations

impl Clone for Sdw[src]

impl Debug for Sdw[src]

impl Default for Sdw[src]

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

impl Eq for Sdw[src]

impl Hash for Sdw[src]

impl Ord for Sdw[src]

impl PartialEq<Sdw> for Sdw[src]

impl PartialOrd<Sdw> for Sdw[src]

impl Serialize for Sdw[src]

impl StructuralEq for Sdw[src]

impl StructuralPartialEq for Sdw[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DefTraits for T where
    T: Clone + Ord + Default + Debug + Hash + DeserializeOwned + Serialize
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Msg for T where
    T: Serialize + DeserializeOwned + Send + Sync + 'static, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> ValTraits for T where
    T: Clone + Eq + Default + Debug + Hash + DeserializeOwned + Serialize
[src]

impl<T> WithSubscriber for T[src]