pub struct ProcEntry {
pub id: String,
pub template: ProcTemplate,
pub metadata: ProcEntryMetadata,
}Expand description
A processed bibliography entry.
Fields§
§id: StringThe reference ID.
template: ProcTemplateThe processed template components.
metadata: ProcEntryMetadataMetadata for interactivity (tooltips, etc.)
Trait Implementations§
impl StructuralPartialEq for ProcEntry
Auto Trait Implementations§
impl Freeze for ProcEntry
impl RefUnwindSafe for ProcEntry
impl Send for ProcEntry
impl Sync for ProcEntry
impl Unpin for ProcEntry
impl UnsafeUnpin for ProcEntry
impl UnwindSafe for ProcEntry
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