Struct pgrx_pg_sys::SetToDefault
source · #[repr(C)]pub struct SetToDefault {
pub xpr: Expr,
pub typeId: Oid,
pub typeMod: int32,
pub collation: Oid,
pub location: c_int,
}
Fields§
§xpr: Expr
§typeId: Oid
§typeMod: int32
§collation: Oid
§location: c_int
Trait Implementations§
source§impl Clone for SetToDefault
impl Clone for SetToDefault
source§fn clone(&self) -> SetToDefault
fn clone(&self) -> SetToDefault
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 SetToDefault
impl Debug for SetToDefault
source§impl Default for SetToDefault
impl Default for SetToDefault
source§impl Display for SetToDefault
impl Display for SetToDefault
source§impl PgNode for SetToDefault
impl PgNode for SetToDefault
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for SetToDefault
Auto Trait Implementations§
impl Freeze for SetToDefault
impl RefUnwindSafe for SetToDefault
impl Send for SetToDefault
impl Sync for SetToDefault
impl Unpin for SetToDefault
impl UnwindSafe for SetToDefault
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