#[repr(C)]pub struct PgQuerySplitStmt {
pub stmt_location: c_int,
pub stmt_len: c_int,
}
Fields§
§stmt_location: c_int
§stmt_len: c_int
Trait Implementations§
Source§impl Clone for PgQuerySplitStmt
impl Clone for PgQuerySplitStmt
Source§fn clone(&self) -> PgQuerySplitStmt
fn clone(&self) -> PgQuerySplitStmt
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PgQuerySplitStmt
impl Debug for PgQuerySplitStmt
impl Copy for PgQuerySplitStmt
Auto Trait Implementations§
impl Freeze for PgQuerySplitStmt
impl RefUnwindSafe for PgQuerySplitStmt
impl Send for PgQuerySplitStmt
impl Sync for PgQuerySplitStmt
impl Unpin for PgQuerySplitStmt
impl UnwindSafe for PgQuerySplitStmt
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