pub struct RowSelectionRef<'a> {
pub indexes: &'a [u32],
}Expand description
Borrowed row-index selection.
Fields§
§indexes: &'a [u32]Selected raw row indexes (u32).
Trait Implementations§
Source§impl<'a> Clone for RowSelectionRef<'a>
impl<'a> Clone for RowSelectionRef<'a>
Source§fn clone(&self) -> RowSelectionRef<'a>
fn clone(&self) -> RowSelectionRef<'a>
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<'a> Copy for RowSelectionRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for RowSelectionRef<'a>
impl<'a> RefUnwindSafe for RowSelectionRef<'a>
impl<'a> Send for RowSelectionRef<'a>
impl<'a> Sync for RowSelectionRef<'a>
impl<'a> Unpin for RowSelectionRef<'a>
impl<'a> UnsafeUnpin for RowSelectionRef<'a>
impl<'a> UnwindSafe for RowSelectionRef<'a>
Blanket Implementations§
impl<T> Allocation for T
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