#[repr(C)]pub struct ConvertRowtypeExpr {
pub xpr: Expr,
pub arg: *mut Expr,
pub resulttype: Oid,
pub convertformat: Type,
pub location: c_int,
}
Fields§
§xpr: Expr
§arg: *mut Expr
§resulttype: Oid
§convertformat: Type
§location: c_int
Trait Implementations§
Source§impl Clone for ConvertRowtypeExpr
impl Clone for ConvertRowtypeExpr
Source§fn clone(&self) -> ConvertRowtypeExpr
fn clone(&self) -> ConvertRowtypeExpr
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 ConvertRowtypeExpr
impl Debug for ConvertRowtypeExpr
Source§impl Default for ConvertRowtypeExpr
impl Default for ConvertRowtypeExpr
Source§impl Display for ConvertRowtypeExpr
impl Display for ConvertRowtypeExpr
Source§impl PgNode for ConvertRowtypeExpr
impl PgNode for ConvertRowtypeExpr
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for ConvertRowtypeExpr
Auto Trait Implementations§
impl Freeze for ConvertRowtypeExpr
impl RefUnwindSafe for ConvertRowtypeExpr
impl !Send for ConvertRowtypeExpr
impl !Sync for ConvertRowtypeExpr
impl Unpin for ConvertRowtypeExpr
impl UnwindSafe for ConvertRowtypeExpr
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