pub struct FinalizedRun(/* private fields */);Expand description
A RunState that has completed the registration phase.
Rendering methods that depend on cite order or citation numbers (e.g.
bibliography rendering, citation-collapse across a document) take
&FinalizedRun rather than &RunState, so calling them before
registration is complete is a compile error.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for FinalizedRun
impl RefUnwindSafe for FinalizedRun
impl Send for FinalizedRun
impl Sync for FinalizedRun
impl Unpin for FinalizedRun
impl UnsafeUnpin for FinalizedRun
impl UnwindSafe for FinalizedRun
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