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
A: A
B: B
C: C
Trait Implementations
impl<A: Default, B: Default, C: Default> Default for PartialState3<A, B, C>[src]
fn default() -> 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,
A: Send,
B: Send,
C: Send,
impl<A, B, C> Sync for PartialState3<A, B, C> where
A: Sync,
B: Sync,
C: Sync,
A: Sync,
B: Sync,
C: Sync,