pub struct PreparePayload {
pub stmt_id: u32,
pub sql: String,
}Fields§
§stmt_id: u32§sql: StringTrait Implementations§
Source§impl Clone for PreparePayload
impl Clone for PreparePayload
Source§fn clone(&self) -> PreparePayload
fn clone(&self) -> PreparePayload
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PreparePayload
impl Debug for PreparePayload
impl Eq for PreparePayload
Source§impl PartialEq for PreparePayload
impl PartialEq for PreparePayload
impl StructuralPartialEq for PreparePayload
Auto Trait Implementations§
impl Freeze for PreparePayload
impl RefUnwindSafe for PreparePayload
impl Send for PreparePayload
impl Sync for PreparePayload
impl Unpin for PreparePayload
impl UnsafeUnpin for PreparePayload
impl UnwindSafe for PreparePayload
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