pub struct ComStmtClose {
pub stmt_id: u32,
}Fields§
§stmt_id: u32Implementations§
Trait Implementations§
Source§impl Clone for ComStmtClose
impl Clone for ComStmtClose
Source§fn clone(&self) -> ComStmtClose
fn clone(&self) -> ComStmtClose
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ComStmtClose
impl Debug for ComStmtClose
Source§impl MySerialize for ComStmtClose
impl MySerialize for ComStmtClose
Source§impl PartialEq for ComStmtClose
impl PartialEq for ComStmtClose
impl Copy for ComStmtClose
impl Eq for ComStmtClose
impl StructuralPartialEq for ComStmtClose
Auto Trait Implementations§
impl Freeze for ComStmtClose
impl RefUnwindSafe for ComStmtClose
impl Send for ComStmtClose
impl Sync for ComStmtClose
impl Unpin for ComStmtClose
impl UnwindSafe for ComStmtClose
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