pub struct Execute { /* private fields */ }Available on crate feature
alloc only.Implementations§
Source§impl Execute
impl Execute
pub fn msg_id(&self) -> u8
pub fn len(&self) -> usize
pub fn portal_name(&self) -> &CStr
pub fn set_portal_name(&mut self, name: CString)
pub fn max_rows(&self) -> Option<i32>
pub fn set_max_rows(&mut self, max: Option<i32>)
pub fn to_bytes_extended<T: PacketWritable>( &self, writer: &mut PacketWriter<'_, T>, ) -> Result<(), SerializationError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Execute
impl RefUnwindSafe for Execute
impl Send for Execute
impl Sync for Execute
impl Unpin 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