pub struct Unescaper {
pub chars: Vec<char>,
}
Expand description
Unescaper struct which holding the chars cache for unescaping.
Fields§
§chars: Vec<char>
str
cache, in reverse order.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Unescaper
impl RefUnwindSafe for Unescaper
impl Send for Unescaper
impl Sync for Unescaper
impl Unpin for Unescaper
impl UnwindSafe for Unescaper
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