pub struct CharType { /* private fields */ }
Implementations§
Source§impl CharType
impl CharType
pub fn arg_list(&self) -> Option<ArgList>
pub fn char_token(&self) -> Option<SyntaxToken>
pub fn character_token(&self) -> Option<SyntaxToken>
pub fn nchar_token(&self) -> Option<SyntaxToken>
pub fn varchar_token(&self) -> Option<SyntaxToken>
pub fn varying_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for CharType
impl AstNode for CharType
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,
impl Eq for CharType
impl StructuralPartialEq for CharType
Auto Trait Implementations§
impl Freeze for CharType
impl !RefUnwindSafe for CharType
impl !Send for CharType
impl !Sync for CharType
impl Unpin for CharType
impl !UnwindSafe for CharType
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