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

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

Fields

Trait Implementations

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

[src]

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

Auto Trait Implementations

impl<A, B, C, D> Send for PartialState4<A, B, C, D> where
    A: Send,
    B: Send,
    C: Send,
    D: Send

impl<A, B, C, D> Sync for PartialState4<A, B, C, D> where
    A: Sync,
    B: Sync,
    C: Sync,
    D: Sync