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