pub struct OwnedRow { /* private fields */ }
Expand description
Owned version of a Row
that can be moved/cloned freely.
This contains the data for the one specific row (not the entire buffer of all rows).
Implementations§
Trait Implementations§
source§impl Ord for OwnedRow
impl Ord for OwnedRow
source§impl PartialOrd for OwnedRow
impl PartialOrd for OwnedRow
impl Eq for OwnedRow
Auto Trait Implementations§
impl Freeze for OwnedRow
impl RefUnwindSafe for OwnedRow
impl Send for OwnedRow
impl Sync for OwnedRow
impl Unpin for OwnedRow
impl UnwindSafe for OwnedRow
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)