pub struct Execute {
pub portal: Bytes,
pub max_rows: i32,
}Expand description
Structured Execute message.
Fields§
§portal: BytesPortal to execute.
max_rows: i32Maximum rows to return; zero requests all rows.
Implementations§
Trait Implementations§
impl Eq for Execute
impl StructuralPartialEq for Execute
Auto Trait Implementations§
impl !Freeze for Execute
impl RefUnwindSafe for Execute
impl Send for Execute
impl Sync for Execute
impl Unpin for Execute
impl UnsafeUnpin for Execute
impl UnwindSafe for Execute
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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