pub struct StmtCloseCommand(pub u32);Expand description
Deallocates a prepared statement: https://dev.mysql.com/doc/internals/en/com-stmt-close.html
Tuple Fields§
§0: u32Trait Implementations§
Source§impl ClientPacket for StmtCloseCommand
impl ClientPacket for StmtCloseCommand
Auto Trait Implementations§
impl Freeze for StmtCloseCommand
impl RefUnwindSafe for StmtCloseCommand
impl Send for StmtCloseCommand
impl Sync for StmtCloseCommand
impl Unpin for StmtCloseCommand
impl UnwindSafe for StmtCloseCommand
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