pub struct ForceRls { /* private fields */ }
Implementations§
Source§impl ForceRls
impl ForceRls
pub fn force_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 ForceRls
impl AstNode for ForceRls
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<ForceRls> for AlterTableAction
impl From<ForceRls> for AlterTableAction
Source§fn from(node: ForceRls) -> AlterTableAction
fn from(node: ForceRls) -> AlterTableAction
Converts to this type from the input type.
impl Eq for ForceRls
impl StructuralPartialEq for ForceRls
Auto Trait Implementations§
impl Freeze for ForceRls
impl !RefUnwindSafe for ForceRls
impl !Send for ForceRls
impl !Sync for ForceRls
impl Unpin for ForceRls
impl !UnwindSafe for ForceRls
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