pub struct IndexSelectionRule;
Expand description
Rule for selecting indices
Implementations§
Auto Trait Implementations§
impl Freeze for IndexSelectionRule
impl RefUnwindSafe for IndexSelectionRule
impl Send for IndexSelectionRule
impl Sync for IndexSelectionRule
impl Unpin for IndexSelectionRule
impl UnwindSafe for IndexSelectionRule
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