pub struct QuotedKey(/* private fields */);Implementations§
Source§impl QuotedKey
impl QuotedKey
pub fn open_quote(&self) -> Option<SyntaxToken>
pub fn string(&self) -> Option<SyntaxToken>
pub fn close_quote(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for QuotedKey
impl AstNode for QuotedKey
type Language = MicalLanguage
fn can_cast(kind: <Self::Language as Language>::Kind) -> bool
fn cast(node: SyntaxNode<Self::Language>) -> Option<Self>
fn syntax(&self) -> &SyntaxNode<Self::Language>
fn clone_for_update(&self) -> Selfwhere
Self: Sized,
fn clone_subtree(&self) -> Selfwhere
Self: Sized,
Auto Trait Implementations§
impl Freeze for QuotedKey
impl !RefUnwindSafe for QuotedKey
impl !Send for QuotedKey
impl !Sync for QuotedKey
impl Unpin for QuotedKey
impl UnsafeUnpin for QuotedKey
impl !UnwindSafe for QuotedKey
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