[][src]Struct humblegen_rt::regexset_map::RegexSetMap

pub struct RegexSetMap<I, T: Entry<I>> { /* fields omitted */ }

Refer to module-level docs.

Implementations

impl<I, T: Entry<I>> RegexSetMap<I, T>[src]

pub fn new(entries: Vec<T>) -> Result<Self, Error>[src]

Refer to module-level docs.

pub fn get(&self, s: &str, input: &I) -> GetResult<'_, T>[src]

Refer to module-level docs.

Trait Implementations

impl<I, T: Entry<I>> Debug for RegexSetMap<I, T>[src]

Auto Trait Implementations

impl<I, T> !RefUnwindSafe for RegexSetMap<I, T>

impl<I, T> Send for RegexSetMap<I, T> where
    I: Send,
    T: Send

impl<I, T> Sync for RegexSetMap<I, T> where
    I: Sync,
    T: Sync

impl<I, T> Unpin for RegexSetMap<I, T> where
    I: Unpin,
    T: Unpin

impl<I, T> UnwindSafe for RegexSetMap<I, T> where
    I: UnwindSafe,
    T: UnwindSafe

Blanket Implementations

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

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

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

impl<T> Downcast for T where
    T: Any
[src]

impl<T> DowncastSync for T where
    T: Send + Sync + Any
[src]

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

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<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<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> WithSubscriber for T[src]