struct LoadedBibliography {
records: Bibliography,
origins: BTreeMap<String, BibliographyOrigin>,
complete: bool,
}Fields§
§records: Bibliography§origins: BTreeMap<String, BibliographyOrigin>§complete: boolAuto Trait Implementations§
impl Freeze for LoadedBibliography
impl RefUnwindSafe for LoadedBibliography
impl Send for LoadedBibliography
impl Sync for LoadedBibliography
impl Unpin for LoadedBibliography
impl UnsafeUnpin for LoadedBibliography
impl UnwindSafe for LoadedBibliography
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