pub struct Execute {
pub portal: String,
pub max_rows: i32,
}Expand description
(F) Extended Query. The Execute message specifies the portal name (empty string denotes the unnamed portal) and a maximum result-row count (zero meaning “fetch all rows”).
Fields§
§portal: String§max_rows: i32Trait Implementations§
Source§impl Deserialize for Execute
impl Deserialize 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<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