pub struct Chars;Expand description
Unicode scalar values — what escriba’s own Position and match offsets use.
Trait Implementations§
impl Copy for Chars
impl Eq for Chars
Source§impl Ord for Chars
impl Ord for Chars
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Chars
impl PartialOrd for Chars
impl StructuralPartialEq for Chars
Auto Trait Implementations§
impl Freeze for Chars
impl RefUnwindSafe for Chars
impl Send for Chars
impl Sync for Chars
impl Unpin for Chars
impl UnsafeUnpin for Chars
impl UnwindSafe for Chars
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