pub struct DisableRls { /* private fields */ }
Implementations§
Source§impl DisableRls
impl DisableRls
pub fn disable_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 DisableRls
impl AstNode for DisableRls
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 Clone for DisableRls
impl Clone for DisableRls
Source§fn clone(&self) -> DisableRls
fn clone(&self) -> DisableRls
Returns a duplicate 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 DisableRls
impl Debug for DisableRls
Source§impl From<DisableRls> for AlterTableAction
impl From<DisableRls> for AlterTableAction
Source§fn from(node: DisableRls) -> AlterTableAction
fn from(node: DisableRls) -> AlterTableAction
Converts to this type from the input type.
Source§impl Hash for DisableRls
impl Hash for DisableRls
Source§impl PartialEq for DisableRls
impl PartialEq for DisableRls
impl Eq for DisableRls
impl StructuralPartialEq for DisableRls
Auto Trait Implementations§
impl Freeze for DisableRls
impl !RefUnwindSafe for DisableRls
impl !Send for DisableRls
impl !Sync for DisableRls
impl Unpin for DisableRls
impl !UnwindSafe for DisableRls
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