Struct pgx_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: ExprtypeId: OidtypeMod: int32collation: Oidlocation: c_intTrait Implementations
sourceimpl Clone for SetToDefault
impl Clone for SetToDefault
sourcefn clone(&self) -> SetToDefault
fn clone(&self) -> SetToDefault
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 SetToDefault
impl Debug for SetToDefault
sourceimpl Default for SetToDefault
impl Default for SetToDefault
sourceimpl Display for SetToDefault
impl Display for SetToDefault
sourceimpl PgNode for SetToDefault
impl PgNode for SetToDefault
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for SetToDefault
Auto Trait Implementations
impl RefUnwindSafe for SetToDefault
impl Send for SetToDefault
impl Sync for SetToDefault
impl Unpin for SetToDefault
impl UnwindSafe for SetToDefault
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