pub struct EnableRls { /* private fields */ }
Implementations§
Source§impl EnableRls
impl EnableRls
pub fn enable_token(&self) -> Option<SyntaxToken>
pub fn level_token(&self) -> Option<SyntaxToken>
pub fn row_token(&self) -> Option<SyntaxToken>
pub fn security_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for EnableRls
impl AstNode for EnableRls
fn can_cast(kind: SyntaxKind) -> bool
fn cast(syntax: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
fn clone_for_update(&self) -> Selfwhere
Self: Sized,
fn clone_subtree(&self) -> Selfwhere
Self: Sized,
Source§impl From<EnableRls> for AlterTableAction
impl From<EnableRls> for AlterTableAction
Source§fn from(node: EnableRls) -> AlterTableAction
fn from(node: EnableRls) -> AlterTableAction
Converts to this type from the input type.
impl Eq for EnableRls
impl StructuralPartialEq for EnableRls
Auto Trait Implementations§
impl Freeze for EnableRls
impl !RefUnwindSafe for EnableRls
impl !Send for EnableRls
impl !Sync for EnableRls
impl Unpin for EnableRls
impl !UnwindSafe for EnableRls
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