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