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