pub struct RowRef { /* private fields */ }Trait Implementations§
impl Copy for RowRef
impl Eq for RowRef
Source§impl Ord for RowRef
impl Ord for RowRef
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for RowRef
impl PartialOrd for RowRef
impl StructuralPartialEq for RowRef
Auto Trait Implementations§
impl Freeze for RowRef
impl RefUnwindSafe for RowRef
impl Send for RowRef
impl Sync for RowRef
impl Unpin for RowRef
impl UnsafeUnpin for RowRef
impl UnwindSafe for RowRef
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