#[repr(C)]pub struct CoalesceExpr {
pub xpr: Expr,
pub coalescetype: Oid,
pub coalescecollid: Oid,
pub args: *mut List,
pub location: c_int,
}
Fields§
§xpr: Expr
§coalescetype: Oid
§coalescecollid: Oid
§args: *mut List
§location: c_int
Trait Implementations§
Source§impl Clone for CoalesceExpr
impl Clone for CoalesceExpr
Source§fn clone(&self) -> CoalesceExpr
fn clone(&self) -> CoalesceExpr
Returns a copy of the value. Read more
1.0.0 · 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 CoalesceExpr
impl Debug for CoalesceExpr
Source§impl Default for CoalesceExpr
impl Default for CoalesceExpr
Source§impl Display for CoalesceExpr
impl Display for CoalesceExpr
Source§impl PgNode for CoalesceExpr
impl PgNode for CoalesceExpr
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for CoalesceExpr
Auto Trait Implementations§
impl Freeze for CoalesceExpr
impl RefUnwindSafe for CoalesceExpr
impl !Send for CoalesceExpr
impl !Sync for CoalesceExpr
impl Unpin for CoalesceExpr
impl UnwindSafe for CoalesceExpr
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