pub struct FlatRowOrderEntry {
pub index: usize,
pub key: RowKey,
}Fields§
§index: usize§key: RowKeyTrait Implementations§
Source§impl Clone for FlatRowOrderEntry
impl Clone for FlatRowOrderEntry
Source§fn clone(&self) -> FlatRowOrderEntry
fn clone(&self) -> FlatRowOrderEntry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FlatRowOrderEntry
impl Debug for FlatRowOrderEntry
Source§impl PartialEq for FlatRowOrderEntry
impl PartialEq for FlatRowOrderEntry
impl StructuralPartialEq for FlatRowOrderEntry
Auto Trait Implementations§
impl Freeze for FlatRowOrderEntry
impl RefUnwindSafe for FlatRowOrderEntry
impl Send for FlatRowOrderEntry
impl Sync for FlatRowOrderEntry
impl Unpin for FlatRowOrderEntry
impl UnsafeUnpin for FlatRowOrderEntry
impl UnwindSafe for FlatRowOrderEntry
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