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