#[repr(C)]pub struct PgQueryNormalizeResult {
pub normalized_query: *mut c_char,
pub error: *mut PgQueryError,
}Fields§
§normalized_query: *mut c_char§error: *mut PgQueryErrorTrait Implementations§
Source§impl Clone for PgQueryNormalizeResult
impl Clone for PgQueryNormalizeResult
Source§fn clone(&self) -> PgQueryNormalizeResult
fn clone(&self) -> PgQueryNormalizeResult
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 moreimpl Copy for PgQueryNormalizeResult
Auto Trait Implementations§
impl !Send for PgQueryNormalizeResult
impl !Sync for PgQueryNormalizeResult
impl Freeze for PgQueryNormalizeResult
impl RefUnwindSafe for PgQueryNormalizeResult
impl Unpin for PgQueryNormalizeResult
impl UnsafeUnpin for PgQueryNormalizeResult
impl UnwindSafe for PgQueryNormalizeResult
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