pub struct ProjectionClock {
pub valid_at: Timestamp,
pub known_at: Timestamp,
}Fields§
§valid_at: Timestamp§known_at: TimestampImplementations§
Trait Implementations§
Source§impl Clone for ProjectionClock
impl Clone for ProjectionClock
Source§fn clone(&self) -> ProjectionClock
fn clone(&self) -> ProjectionClock
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ProjectionClock
Source§impl Debug for ProjectionClock
impl Debug for ProjectionClock
Source§impl<'de> Deserialize<'de> for ProjectionClock
impl<'de> Deserialize<'de> for ProjectionClock
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
impl Eq for ProjectionClock
Source§impl PartialEq for ProjectionClock
impl PartialEq for ProjectionClock
Source§impl Serialize for ProjectionClock
impl Serialize for ProjectionClock
impl StructuralPartialEq for ProjectionClock
Auto Trait Implementations§
impl Freeze for ProjectionClock
impl RefUnwindSafe for ProjectionClock
impl Send for ProjectionClock
impl Sync for ProjectionClock
impl Unpin for ProjectionClock
impl UnsafeUnpin for ProjectionClock
impl UnwindSafe for ProjectionClock
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