pub struct Sdw(pub GlobalTime);Expand description
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).
Tuple Fields§
§0: GlobalTimeTrait Implementations§
Source§impl<'de> Deserialize<'de> for Sdw
impl<'de> Deserialize<'de> for Sdw
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for Sdw
impl Ord for Sdw
Source§impl PartialOrd for Sdw
impl PartialOrd for Sdw
impl Eq for Sdw
impl StructuralPartialEq for Sdw
Auto Trait Implementations§
impl Freeze for Sdw
impl RefUnwindSafe for Sdw
impl Send for Sdw
impl Sync for Sdw
impl Unpin for Sdw
impl UnwindSafe for Sdw
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more