struct ParsedEntry {
entry: BibEntry,
key_offset: usize,
}Fields§
§entry: BibEntry§key_offset: usizeAuto Trait Implementations§
impl Freeze for ParsedEntry
impl RefUnwindSafe for ParsedEntry
impl Send for ParsedEntry
impl Sync for ParsedEntry
impl Unpin for ParsedEntry
impl UnsafeUnpin for ParsedEntry
impl UnwindSafe for ParsedEntry
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