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