Struct readme_sync::CMarkSpan [−][src]
pub struct CMarkSpan<'a> {
pub range: &'a Range<usize>,
pub text_source: &'a TextSource,
pub note: String,
}Expand description
Event’s region of source text.
Fields
range: &'a Range<usize>The corresponding range of the original event in the source text.
text_source: &'a TextSourceText source of original parsed event.
note: StringCumulative data transformation note.
Trait Implementations
Extends a collection with the contents of an iterator. Read more
🔬 This is a nightly-only experimental API. (
extend_one)Extends a collection with exactly one element.
🔬 This is a nightly-only experimental API. (
extend_one)Reserves capacity in a collection for the given number of additional elements. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for CMarkSpan<'a>
impl<'a> UnwindSafe for CMarkSpan<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
