Struct pgx_pg_sys::SecLabelStmt
source · [−]#[repr(C)]pub struct SecLabelStmt {
pub type_: NodeTag,
pub objtype: ObjectType,
pub object: *mut Node,
pub provider: *mut c_char,
pub label: *mut c_char,
}Fields
type_: NodeTagobjtype: ObjectTypeobject: *mut Nodeprovider: *mut c_charlabel: *mut c_charTrait Implementations
sourceimpl Clone for SecLabelStmt
impl Clone for SecLabelStmt
sourcefn clone(&self) -> SecLabelStmt
fn clone(&self) -> SecLabelStmt
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 SecLabelStmt
impl Debug for SecLabelStmt
sourceimpl Default for SecLabelStmt
impl Default for SecLabelStmt
sourceimpl Display for SecLabelStmt
impl Display for SecLabelStmt
sourceimpl PgNode for SecLabelStmt
impl PgNode for SecLabelStmt
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for SecLabelStmt
Auto Trait Implementations
impl RefUnwindSafe for SecLabelStmt
impl !Send for SecLabelStmt
impl !Sync for SecLabelStmt
impl Unpin for SecLabelStmt
impl UnwindSafe for SecLabelStmt
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