pub struct StoredRecord { /* private fields */ }Expand description
One primary-key ordered materialized record returned by a collection scan.
Implementations§
Trait Implementations§
Source§impl Clone for StoredRecord
impl Clone for StoredRecord
Source§fn clone(&self) -> StoredRecord
fn clone(&self) -> StoredRecord
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 StoredRecord
impl Debug for StoredRecord
Source§impl PartialEq for StoredRecord
impl PartialEq for StoredRecord
impl Eq for StoredRecord
impl StructuralPartialEq for StoredRecord
Auto Trait Implementations§
impl Freeze for StoredRecord
impl RefUnwindSafe for StoredRecord
impl Send for StoredRecord
impl Sync for StoredRecord
impl Unpin for StoredRecord
impl UnwindSafe for StoredRecord
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