pub struct RowToJson<'a> { /* private fields */ }
Expand description
A representation of the ROW_TO_JSON
function in the database.
Only for Postgresql
Trait Implementations§
impl<'a> StructuralPartialEq for RowToJson<'a>
Auto Trait Implementations§
impl<'a> Freeze for RowToJson<'a>
impl<'a> RefUnwindSafe for RowToJson<'a>
impl<'a> Send for RowToJson<'a>
impl<'a> Sync for RowToJson<'a>
impl<'a> Unpin for RowToJson<'a>
impl<'a> UnwindSafe for RowToJson<'a>
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