pub struct CohortQuery {
pub artifact: Option<ArtifactRef>,
pub discipline: Option<IdentityDiscipline>,
}Expand description
Filter passed to HistoricalSource::enumerate().
Fields§
§artifact: Option<ArtifactRef>If set, restrict enumeration to artifacts matching this ref under any discipline.
discipline: Option<IdentityDiscipline>If set, apply this identity discipline when grouping states into cohorts.
Implementations§
Source§impl CohortQuery
impl CohortQuery
Trait Implementations§
Source§impl Clone for CohortQuery
impl Clone for CohortQuery
Source§fn clone(&self) -> CohortQuery
fn clone(&self) -> CohortQuery
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 moreAuto Trait Implementations§
impl Freeze for CohortQuery
impl RefUnwindSafe for CohortQuery
impl Send for CohortQuery
impl Sync for CohortQuery
impl Unpin for CohortQuery
impl UnsafeUnpin for CohortQuery
impl UnwindSafe for CohortQuery
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