#[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_intTrait Implementations§
Source§impl Clone for ConvertRowtypeExpr
impl Clone for ConvertRowtypeExpr
Source§fn clone(&self) -> ConvertRowtypeExpr
fn clone(&self) -> ConvertRowtypeExpr
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 ConvertRowtypeExpr
Source§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
Auto Trait Implementations§
impl !Send for ConvertRowtypeExpr
impl !Sync for ConvertRowtypeExpr
impl Freeze for ConvertRowtypeExpr
impl RefUnwindSafe for ConvertRowtypeExpr
impl Unpin for ConvertRowtypeExpr
impl UnsafeUnpin 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