pub struct SourceFactSetV1<T> { /* private fields */ }Expand description
Coverage-qualified rows from one source domain.
Implementations§
Source§impl<T> SourceFactSetV1<T>
impl<T> SourceFactSetV1<T>
Sourcepub fn partial(rows: Vec<T>, reason: SourceUnavailableReasonV1) -> Self
pub fn partial(rows: Vec<T>, reason: SourceUnavailableReasonV1) -> Self
Deterministic positive-presence prefix from a truncated domain.
No rows are available for the domain.
Sourcepub const fn coverage(&self) -> SourceSetCoverageV1
pub const fn coverage(&self) -> SourceSetCoverageV1
Coverage for this independently enumerable domain.
Sourcepub fn proves_absence(&self) -> bool
pub fn proves_absence(&self) -> bool
Whether this complete empty set proves source absence.
Trait Implementations§
Source§impl<T: Clone> Clone for SourceFactSetV1<T>
impl<T: Clone> Clone for SourceFactSetV1<T>
Source§fn clone(&self) -> SourceFactSetV1<T>
fn clone(&self) -> SourceFactSetV1<T>
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<T: Debug> Debug for SourceFactSetV1<T>
impl<T: Debug> Debug for SourceFactSetV1<T>
Source§impl<T: PartialEq> PartialEq for SourceFactSetV1<T>
impl<T: PartialEq> PartialEq for SourceFactSetV1<T>
impl<T: PartialEq> StructuralPartialEq for SourceFactSetV1<T>
Auto Trait Implementations§
impl<T> Freeze for SourceFactSetV1<T>
impl<T> RefUnwindSafe for SourceFactSetV1<T>where
Vec<T>: RefUnwindSafe,
impl<T> Send for SourceFactSetV1<T>
impl<T> Sync for SourceFactSetV1<T>
impl<T> Unpin for SourceFactSetV1<T>
impl<T> UnsafeUnpin for SourceFactSetV1<T>where
Vec<T>: UnsafeUnpin,
impl<T> UnwindSafe for SourceFactSetV1<T>where
Vec<T>: UnwindSafe,
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