#[repr(C)]pub struct WithCheckOption {
pub type_: NodeTag,
pub kind: Type,
pub relname: *mut c_char,
pub polname: *mut c_char,
pub qual: *mut Node,
pub cascaded: bool,
}
Fields§
§type_: NodeTag
§kind: Type
§relname: *mut c_char
§polname: *mut c_char
§qual: *mut Node
§cascaded: bool
Trait Implementations§
Source§impl Clone for WithCheckOption
impl Clone for WithCheckOption
Source§fn clone(&self) -> WithCheckOption
fn clone(&self) -> WithCheckOption
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 WithCheckOption
impl Debug for WithCheckOption
Source§impl Default for WithCheckOption
impl Default for WithCheckOption
Source§impl Display for WithCheckOption
impl Display for WithCheckOption
Source§impl PgNode for WithCheckOption
impl PgNode for WithCheckOption
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for WithCheckOption
Auto Trait Implementations§
impl Freeze for WithCheckOption
impl RefUnwindSafe for WithCheckOption
impl !Send for WithCheckOption
impl !Sync for WithCheckOption
impl Unpin for WithCheckOption
impl UnwindSafe for WithCheckOption
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