Struct combine::parser::sequence::PartialState2 [−][src]
pub struct PartialState2<A, B> {
pub A: A,
pub B: B,
// some fields omitted
}Fields
A: A
B: B
Trait Implementations
impl<A: Default, B: Default> Default for PartialState2<A, B>[src]
impl<A: Default, B: Default> Default for PartialState2<A, B>fn default() -> PartialState2<A, B>[src]
fn default() -> PartialState2<A, B>Returns the "default value" for a type. Read more
Auto Trait Implementations
impl<A, B> Send for PartialState2<A, B> where
A: Send,
B: Send,
impl<A, B> Send for PartialState2<A, B> where
A: Send,
B: Send, impl<A, B> Sync for PartialState2<A, B> where
A: Sync,
B: Sync,
impl<A, B> Sync for PartialState2<A, B> where
A: Sync,
B: Sync,