pub struct PreparedChapter { /* private fields */ }Expand description
Prepared chapter stream returned by render-prep.
Implementations§
Trait Implementations§
Source§impl Clone for PreparedChapter
impl Clone for PreparedChapter
Source§fn clone(&self) -> PreparedChapter
fn clone(&self) -> PreparedChapter
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 PreparedChapter
impl Debug for PreparedChapter
Source§impl PartialEq for PreparedChapter
impl PartialEq for PreparedChapter
impl StructuralPartialEq for PreparedChapter
Auto Trait Implementations§
impl Freeze for PreparedChapter
impl RefUnwindSafe for PreparedChapter
impl Send for PreparedChapter
impl Sync for PreparedChapter
impl Unpin for PreparedChapter
impl UnsafeUnpin for PreparedChapter
impl UnwindSafe for PreparedChapter
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