[−][src]Struct postgres_parser::sys::AlterPolicyStmt
Alter POLICY Statement
Fields
type_: NodeTag
policy_name: *mut c_char
table: *mut RangeVar
Policy's name
roles: *mut List
the table name the policy applies to
qual: *mut Node
the roles associated with the policy
with_check: *mut Node
the policy's condition
Trait Implementations
impl Debug for AlterPolicyStmt
[src]
impl Default for AlterPolicyStmt
[src]
impl Eq for AlterPolicyStmt
[src]
impl Hash for AlterPolicyStmt
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl PartialEq<AlterPolicyStmt> for AlterPolicyStmt
[src]
fn eq(&self, other: &AlterPolicyStmt) -> bool
[src]
fn ne(&self, other: &AlterPolicyStmt) -> bool
[src]
impl StructuralEq for AlterPolicyStmt
[src]
impl StructuralPartialEq for AlterPolicyStmt
[src]
Auto Trait Implementations
impl RefUnwindSafe for AlterPolicyStmt
impl !Send for AlterPolicyStmt
impl !Sync for AlterPolicyStmt
impl Unpin for AlterPolicyStmt
impl UnwindSafe for AlterPolicyStmt
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,