pub struct SQLRow { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SQLRow
impl !RefUnwindSafe for SQLRow
impl Send for SQLRow
impl Sync for SQLRow
impl Unpin for SQLRow
impl !UnwindSafe for SQLRow
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