pub struct RowResponse<R: ResponseRow>(/* private fields */);Expand description
Response
Generic response transport container for one row shape R.
Implementations§
Source§impl<R: ResponseRow> Response<R>
impl<R: ResponseRow> Response<R>
Trait Implementations§
Source§impl<'a, R: ResponseRow> IntoIterator for &'a Response<R>
impl<'a, R: ResponseRow> IntoIterator for &'a Response<R>
Source§impl<R: ResponseRow> IntoIterator for Response<R>
impl<R: ResponseRow> IntoIterator for Response<R>
Auto Trait Implementations§
impl<R> Freeze for Response<R>
impl<R> RefUnwindSafe for Response<R>where
R: RefUnwindSafe,
impl<R> Send for Response<R>where
R: Send,
impl<R> Sync for Response<R>where
R: Sync,
impl<R> Unpin for Response<R>where
R: Unpin,
impl<R> UnsafeUnpin for Response<R>
impl<R> UnwindSafe for Response<R>where
R: UnwindSafe,
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