pub enum SourceSetCoverageStateV1 {
Complete,
Partial,
Unavailable,
}Expand description
Whether a source-fact row set is exhaustive.
Variants§
Complete
Every row in the source domain is represented.
Partial
Retained rows are authoritative positive-presence evidence, but the set is truncated.
No exhaustive row projection is available.
Trait Implementations§
Source§impl Clone for SourceSetCoverageStateV1
impl Clone for SourceSetCoverageStateV1
Source§fn clone(&self) -> SourceSetCoverageStateV1
fn clone(&self) -> SourceSetCoverageStateV1
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 SourceSetCoverageStateV1
Source§impl Debug for SourceSetCoverageStateV1
impl Debug for SourceSetCoverageStateV1
impl Eq for SourceSetCoverageStateV1
Source§impl PartialEq for SourceSetCoverageStateV1
impl PartialEq for SourceSetCoverageStateV1
impl StructuralPartialEq for SourceSetCoverageStateV1
Auto Trait Implementations§
impl Freeze for SourceSetCoverageStateV1
impl RefUnwindSafe for SourceSetCoverageStateV1
impl Send for SourceSetCoverageStateV1
impl Sync for SourceSetCoverageStateV1
impl Unpin for SourceSetCoverageStateV1
impl UnsafeUnpin for SourceSetCoverageStateV1
impl UnwindSafe for SourceSetCoverageStateV1
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