pub struct Selection {
pub filters: Filters,
pub rank: RankBy,
pub label: String,
pub take: usize,
}Expand description
A complete selection: the filter predicate set, the ranking axis, and a human label. Drives both a focused overview view and the fan-out gate.
Fields§
§filters: Filters§rank: RankBy§label: String§take: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for Selection
impl RefUnwindSafe for Selection
impl Send for Selection
impl Sync for Selection
impl Unpin for Selection
impl UnsafeUnpin for Selection
impl UnwindSafe for Selection
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