Struct pgx_pg_sys::WithCheckOption
source · [−]#[repr(C)]pub struct WithCheckOption {
pub type_: NodeTag,
pub kind: WCOKind,
pub relname: *mut c_char,
pub polname: *mut c_char,
pub qual: *mut Node,
pub cascaded: bool,
}Fields
type_: NodeTagkind: WCOKindrelname: *mut c_charpolname: *mut c_charqual: *mut Nodecascaded: boolTrait Implementations
sourceimpl Clone for WithCheckOption
impl Clone for WithCheckOption
sourcefn clone(&self) -> WithCheckOption
fn clone(&self) -> WithCheckOption
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 WithCheckOption
impl Debug for WithCheckOption
sourceimpl Default for WithCheckOption
impl Default for WithCheckOption
sourceimpl Display for WithCheckOption
impl Display for WithCheckOption
sourceimpl PgNode for WithCheckOption
impl PgNode for WithCheckOption
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for WithCheckOption
Auto Trait Implementations
impl RefUnwindSafe for WithCheckOption
impl !Send for WithCheckOption
impl !Sync for WithCheckOption
impl Unpin for WithCheckOption
impl UnwindSafe for WithCheckOption
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