pub struct Entry { /* private fields */ }Expand description
A regular bibliographic entry: @type{ key, fields }.
Implementations§
Source§impl Entry
impl Entry
Sourcepub fn entry_type(&self) -> Option<String>
pub fn entry_type(&self) -> Option<String>
The entry type — the word following @ (article, …), or None for a
malformed entry with no ENTRY_TYPE child.
Trait Implementations§
Source§impl AstNode for Entry
impl AstNode for Entry
fn can_cast(kind: SyntaxKind) -> bool
fn cast(syntax: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
impl Eq for Entry
impl StructuralPartialEq for Entry
Auto Trait Implementations§
impl !RefUnwindSafe for Entry
impl !Send for Entry
impl !Sync for Entry
impl !UnwindSafe for Entry
impl Freeze for Entry
impl Unpin for Entry
impl UnsafeUnpin for Entry
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