pub struct RenderedSection {
pub content: String,
pub token_count: u32,
pub source_id: String,
}Fields§
§content: String§token_count: u32§source_id: StringSource node or relationship ID that originated this section.
Trait Implementations§
Source§impl Clone for RenderedSection
impl Clone for RenderedSection
Source§fn clone(&self) -> RenderedSection
fn clone(&self) -> RenderedSection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RenderedSection
impl Debug for RenderedSection
impl Eq for RenderedSection
Source§impl PartialEq for RenderedSection
impl PartialEq for RenderedSection
impl StructuralPartialEq for RenderedSection
Auto Trait Implementations§
impl Freeze for RenderedSection
impl RefUnwindSafe for RenderedSection
impl Send for RenderedSection
impl Sync for RenderedSection
impl Unpin for RenderedSection
impl UnsafeUnpin for RenderedSection
impl UnwindSafe for RenderedSection
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