pub struct WriteClocks {
pub relations: Option<WriteRelationClocks>,
pub entries: usize,
pub occurred: WriteClockCoverage,
pub observed: WriteClockCoverage,
pub ingested: WriteClockCoverage,
pub valid_from: WriteClockCoverage,
pub valid_until: WriteClockCoverage,
}Expand description
Clocks in one canonical command, not the latest state of its memory refs.
Fields§
§relations: Option<WriteRelationClocks>§entries: usize§occurred: WriteClockCoverage§observed: WriteClockCoverage§ingested: WriteClockCoverage§valid_from: WriteClockCoverage§valid_until: WriteClockCoverageTrait Implementations§
Source§impl Clone for WriteClocks
impl Clone for WriteClocks
Source§fn clone(&self) -> WriteClocks
fn clone(&self) -> WriteClocks
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 moreSource§impl Debug for WriteClocks
impl Debug for WriteClocks
Source§impl<'de> Deserialize<'de> for WriteClocks
impl<'de> Deserialize<'de> for WriteClocks
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 WriteClocks
Source§impl PartialEq for WriteClocks
impl PartialEq for WriteClocks
Source§impl Serialize for WriteClocks
impl Serialize for WriteClocks
impl StructuralPartialEq for WriteClocks
Auto Trait Implementations§
impl Freeze for WriteClocks
impl RefUnwindSafe for WriteClocks
impl Send for WriteClocks
impl Sync for WriteClocks
impl Unpin for WriteClocks
impl UnsafeUnpin for WriteClocks
impl UnwindSafe for WriteClocks
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