Struct combine::parser::sequence::PartialState3[][src]

pub struct PartialState3<A, B, C> {
    pub A: A,
    pub B: B,
    pub C: C,
    // some fields omitted
}

Fields

Trait Implementations

impl<A: Default, B: Default, C: Default> Default for PartialState3<A, B, C>
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl<A, B, C> Send for PartialState3<A, B, C> where
    A: Send,
    B: Send,
    C: Send

impl<A, B, C> Sync for PartialState3<A, B, C> where
    A: Sync,
    B: Sync,
    C: Sync