pub struct SelectFetch {
pub seq: NonZeroU32,
pub items: Vec1<MessageDataItem<'static>>,
}Expand description
Implicit FETCH returned during a QRESYNC SELECT.
Fields§
§seq: NonZeroU32§items: Vec1<MessageDataItem<'static>>Trait Implementations§
Source§impl Clone for SelectFetch
impl Clone for SelectFetch
Source§fn clone(&self) -> SelectFetch
fn clone(&self) -> SelectFetch
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SelectFetch
impl RefUnwindSafe for SelectFetch
impl Send for SelectFetch
impl Sync for SelectFetch
impl Unpin for SelectFetch
impl UnsafeUnpin for SelectFetch
impl UnwindSafe for SelectFetch
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