Struct pgx_pg_sys::ReturnStmt
source · [−]Fields
type_: NodeTagreturnval: *mut NodeTrait Implementations
sourceimpl Clone for ReturnStmt
impl Clone for ReturnStmt
sourcefn clone(&self) -> ReturnStmt
fn clone(&self) -> ReturnStmt
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 Debug for ReturnStmt
impl Debug for ReturnStmt
sourceimpl Default for ReturnStmt
impl Default for ReturnStmt
sourceimpl Display for ReturnStmt
impl Display for ReturnStmt
sourceimpl PgNode for ReturnStmt
impl PgNode for ReturnStmt
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for ReturnStmt
Auto Trait Implementations
impl RefUnwindSafe for ReturnStmt
impl !Send for ReturnStmt
impl !Sync for ReturnStmt
impl Unpin for ReturnStmt
impl UnwindSafe for ReturnStmt
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