Struct pgx_pg_sys::CollectedCommand
source · [−]#[repr(C)]pub struct CollectedCommand {
pub type_: CollectedCommandType,
pub in_extension: bool,
pub parsetree: *mut Node,
pub d: CollectedCommand__bindgen_ty_1,
pub parent: *mut CollectedCommand,
}Fields
type_: CollectedCommandTypein_extension: boolparsetree: *mut Noded: CollectedCommand__bindgen_ty_1parent: *mut CollectedCommandTrait Implementations
sourceimpl Clone for CollectedCommand
impl Clone for CollectedCommand
sourcefn clone(&self) -> CollectedCommand
fn clone(&self) -> CollectedCommand
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Default for CollectedCommand
impl Default for CollectedCommand
impl Copy for CollectedCommand
Auto Trait Implementations
impl RefUnwindSafe for CollectedCommand
impl !Send for CollectedCommand
impl !Sync for CollectedCommand
impl Unpin for CollectedCommand
impl UnwindSafe for CollectedCommand
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more