Struct regex_syntax::utf8::Utf8Range [−][src]
A single inclusive range of UTF-8 bytes.
Fields
start: u8
Start of byte range (inclusive).
end: u8
End of byte range (inclusive).
Implementations
impl Utf8Range
[src]
impl Utf8Range
[src]Trait Implementations
impl PartialOrd<Utf8Range> for Utf8Range
[src]
impl PartialOrd<Utf8Range> for Utf8Range
[src]fn partial_cmp(&self, other: &Utf8Range) -> Option<Ordering>
[src][−]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn ge(&self, other: &Rhs) -> bool