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