pub struct CharSet { /* private fields */ }
Expand description
Represents an ordered set of code points.
TODO(kpozin): Add factory method that takes lazy Iterator<Item = char>
instead of Vec
.
TODO(kpozin): Enforce char
values.
Implementations§
Trait Implementations§
impl Eq for CharSet
impl StructuralPartialEq for CharSet
Auto Trait Implementations§
impl Freeze for CharSet
impl RefUnwindSafe for CharSet
impl Send for CharSet
impl Sync for CharSet
impl Unpin for CharSet
impl UnwindSafe for CharSet
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