[][src]Struct cfg_regex::RegexTranslation

pub struct RegexTranslation<'a, H> { /* fields omitted */ }

Methods

impl<'a, H> RegexTranslation<'a, H> where
    H: Clone + Default + RewriteSequence<Rewritten = H>, 
[src]

pub fn new(cfg: &'a mut Cfg<H>) -> RegexTranslation<'a, H>[src]

pub fn change_cfg<'b, H2>(
    self,
    other_cfg: &'b mut Cfg<H2>
) -> RegexTranslation<'b, H2> where
    H2: Clone + Default + RewriteSequence<Rewritten = H>, 
[src]

pub fn rewrite_string(&mut self, string: &str) -> Symbol[src]

pub fn rewrite_regex(&mut self, regex: &str) -> Result<Symbol>[src]

pub fn class_map(&self) -> &Vec<(Class, Symbol)>[src]

Auto Trait Implementations

impl<'a, H> Sync for RegexTranslation<'a, H> where
    H: Sync

impl<'a, H> Send for RegexTranslation<'a, H> where
    H: Send

impl<'a, H> Unpin for RegexTranslation<'a, H>

impl<'a, H> !UnwindSafe for RegexTranslation<'a, H>

impl<'a, H> RefUnwindSafe for RegexTranslation<'a, H> where
    H: RefUnwindSafe

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]