pub struct RowLocation {
pub storage_id: StorageId,
pub row_offset: usize,
}Fields§
§storage_id: StorageId§row_offset: usizeTrait Implementations§
Source§impl Clone for RowLocation
impl Clone for RowLocation
Source§fn clone(&self) -> RowLocation
fn clone(&self) -> RowLocation
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 RowLocation
impl Debug for RowLocation
Source§impl PartialEq for RowLocation
impl PartialEq for RowLocation
impl Copy for RowLocation
impl Eq for RowLocation
impl StructuralPartialEq for RowLocation
Auto Trait Implementations§
impl Freeze for RowLocation
impl RefUnwindSafe for RowLocation
impl Send for RowLocation
impl Sync for RowLocation
impl Unpin for RowLocation
impl UnwindSafe for RowLocation
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