Struct pilercr_parser::RepeatSpacer
source · pub struct RepeatSpacer<'a> {
pub start: usize,
pub end: usize,
pub repeat: String,
pub spacer: &'a str,
}Expand description
A single repeat-spacer.
Fields§
§start: usizeZero-indexed, inclusive start coordinate.
end: usizeZero-indexed, exclusive end coordinate.
repeat: StringSequence of the repeat.
spacer: &'a strSequence of the spacer.
Trait Implementations§
source§impl<'a> Debug for RepeatSpacer<'a>
impl<'a> Debug for RepeatSpacer<'a>
source§impl<'a> PartialEq<RepeatSpacer<'a>> for RepeatSpacer<'a>
impl<'a> PartialEq<RepeatSpacer<'a>> for RepeatSpacer<'a>
source§fn eq(&self, other: &RepeatSpacer<'a>) -> bool
fn eq(&self, other: &RepeatSpacer<'a>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.