[][src]Struct bogobble::charbool::CharStar

pub struct CharStar<C: CharBool> { /* fields omitted */ }

Trait Implementations

impl<C: Clone + CharBool> Clone for CharStar<C>[src]

impl<'a, CB: CharBool> Parser<'a> for CharStar<CB>[src]

type Out = &'a str

Auto Trait Implementations

impl<C> RefUnwindSafe for CharStar<C> where
    C: RefUnwindSafe
[src]

impl<C> Send for CharStar<C> where
    C: Send
[src]

impl<C> Sync for CharStar<C> where
    C: Sync
[src]

impl<C> Unpin for CharStar<C> where
    C: Unpin
[src]

impl<C> UnwindSafe for CharStar<C> where
    C: UnwindSafe
[src]

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> From<T> for T[src]

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.