pub struct Key { /* private fields */ }Expand description
A cite key.
Implementations§
Trait Implementations§
Source§impl AstNode for Key
impl AstNode for Key
fn can_cast(kind: SyntaxKind) -> bool
fn cast(syntax: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
impl Eq for Key
impl StructuralPartialEq for Key
Auto Trait Implementations§
impl !RefUnwindSafe for Key
impl !Send for Key
impl !Sync for Key
impl !UnwindSafe for Key
impl Freeze for Key
impl Unpin for Key
impl UnsafeUnpin for Key
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