pub struct SqlProjectionRows { /* private fields */ }Expand description
SqlProjectionRows
Render-ready SQL projection rows.
Implementations§
Trait Implementations§
Source§impl Clone for SqlProjectionRows
impl Clone for SqlProjectionRows
Source§fn clone(&self) -> SqlProjectionRows
fn clone(&self) -> SqlProjectionRows
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 SqlProjectionRows
impl Debug for SqlProjectionRows
Source§impl PartialEq for SqlProjectionRows
impl PartialEq for SqlProjectionRows
impl Eq for SqlProjectionRows
impl StructuralPartialEq for SqlProjectionRows
Auto Trait Implementations§
impl Freeze for SqlProjectionRows
impl RefUnwindSafe for SqlProjectionRows
impl Send for SqlProjectionRows
impl Sync for SqlProjectionRows
impl Unpin for SqlProjectionRows
impl UnsafeUnpin for SqlProjectionRows
impl UnwindSafe for SqlProjectionRows
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