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