pub struct ChapterEventsOptions {
pub render: RenderPrepOptions,
pub max_items: usize,
}Expand description
Streaming chapter-event options for bounded extraction.
Fields§
§render: RenderPrepOptionsRender-prep options used to produce event/run stream.
max_items: usizeHard cap on emitted items.
Trait Implementations§
Source§impl Clone for ChapterEventsOptions
impl Clone for ChapterEventsOptions
Source§fn clone(&self) -> ChapterEventsOptions
fn clone(&self) -> ChapterEventsOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ChapterEventsOptions
impl Debug for ChapterEventsOptions
Source§impl Default for ChapterEventsOptions
impl Default for ChapterEventsOptions
Source§impl PartialEq for ChapterEventsOptions
impl PartialEq for ChapterEventsOptions
impl Copy for ChapterEventsOptions
impl StructuralPartialEq for ChapterEventsOptions
Auto Trait Implementations§
impl Freeze for ChapterEventsOptions
impl RefUnwindSafe for ChapterEventsOptions
impl Send for ChapterEventsOptions
impl Sync for ChapterEventsOptions
impl Unpin for ChapterEventsOptions
impl UnsafeUnpin for ChapterEventsOptions
impl UnwindSafe for ChapterEventsOptions
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