pub struct RowRef { /* private fields */ }
Trait Implementations§
Source§impl Ord for RowRef
impl Ord for RowRef
Source§impl PartialOrd for RowRef
impl PartialOrd for RowRef
impl Copy for RowRef
impl Eq 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 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