pub struct DriftSnapshot {
pub fact: FactId,
pub target: EntityId,
pub recorded_at: Timestamp,
pub confidence_bps: u16,
pub change: ChangeKind,
}Fields§
§fact: FactId§target: EntityId§recorded_at: Timestamp§confidence_bps: u16§change: ChangeKindTrait Implementations§
Source§impl Clone for DriftSnapshot
impl Clone for DriftSnapshot
Source§fn clone(&self) -> DriftSnapshot
fn clone(&self) -> DriftSnapshot
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 DriftSnapshot
impl Debug for DriftSnapshot
Source§impl<'de> Deserialize<'de> for DriftSnapshot
impl<'de> Deserialize<'de> for DriftSnapshot
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 DriftSnapshot
Source§impl PartialEq for DriftSnapshot
impl PartialEq for DriftSnapshot
Source§impl Serialize for DriftSnapshot
impl Serialize for DriftSnapshot
impl StructuralPartialEq for DriftSnapshot
Auto Trait Implementations§
impl Freeze for DriftSnapshot
impl RefUnwindSafe for DriftSnapshot
impl Send for DriftSnapshot
impl Sync for DriftSnapshot
impl Unpin for DriftSnapshot
impl UnsafeUnpin for DriftSnapshot
impl UnwindSafe for DriftSnapshot
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