Struct pgx_pg_sys::AccessPriv
source · [−]#[repr(C)]pub struct AccessPriv {
pub type_: NodeTag,
pub priv_name: *mut c_char,
pub cols: *mut List,
}Fields
type_: NodeTagpriv_name: *mut c_charcols: *mut ListTrait Implementations
sourceimpl Clone for AccessPriv
impl Clone for AccessPriv
sourcefn clone(&self) -> AccessPriv
fn clone(&self) -> AccessPriv
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 AccessPriv
impl Debug for AccessPriv
sourceimpl Default for AccessPriv
impl Default for AccessPriv
sourceimpl Display for AccessPriv
impl Display for AccessPriv
sourceimpl PgNode for AccessPriv
impl PgNode for AccessPriv
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for AccessPriv
Auto Trait Implementations
impl RefUnwindSafe for AccessPriv
impl !Send for AccessPriv
impl !Sync for AccessPriv
impl Unpin for AccessPriv
impl UnwindSafe for AccessPriv
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