pub struct Concat<A, B, C = Nothing, D = Nothing, E = Nothing, F = Nothing, G = Nothing> { /* private fields */ }Expand description
Parse successive items.
Implementations§
Source§impl<A, B> Concat<A, B>
impl<A, B> Concat<A, B>
Sourcepub fn into_tuple2(self) -> (A, B)
pub fn into_tuple2(self) -> (A, B)
Convert itself to a tuple containing the parsed values.
Source§impl<A, B, C> Concat<A, B, C>
impl<A, B, C> Concat<A, B, C>
Sourcepub fn into_tuple3(self) -> (A, B, C)
pub fn into_tuple3(self) -> (A, B, C)
Convert itself to a tuple containing the parsed values.
Source§impl<A, B, C, D> Concat<A, B, C, D>
impl<A, B, C, D> Concat<A, B, C, D>
Sourcepub fn into_tuple4(self) -> (A, B, C, D)
pub fn into_tuple4(self) -> (A, B, C, D)
Convert itself to a tuple containing the parsed values.
Source§impl<A, B, C, D, E> Concat<A, B, C, D, E>
impl<A, B, C, D, E> Concat<A, B, C, D, E>
Sourcepub fn into_tuple5(self) -> (A, B, C, D, E)
pub fn into_tuple5(self) -> (A, B, C, D, E)
Convert itself to a tuple containing the parsed values.
Source§impl<A, B, C, D, E, F> Concat<A, B, C, D, E, F>
impl<A, B, C, D, E, F> Concat<A, B, C, D, E, F>
Sourcepub fn into_tuple6(self) -> (A, B, C, D, E, F)
pub fn into_tuple6(self) -> (A, B, C, D, E, F)
Convert itself to a tuple containing the parsed values.
Source§impl<A, B, C, D, E, F, G> Concat<A, B, C, D, E, F, G>
impl<A, B, C, D, E, F, G> Concat<A, B, C, D, E, F, G>
Sourcepub fn into_tuple7(self) -> (A, B, C, D, E, F, G)
pub fn into_tuple7(self) -> (A, B, C, D, E, F, G)
Convert itself to a tuple containing the parsed values.
Trait Implementations§
Source§impl<A: Clone, B: Clone, C: Clone, D: Clone, E: Clone, F: Clone, G: Clone> Clone for Concat<A, B, C, D, E, F, G>
impl<A: Clone, B: Clone, C: Clone, D: Clone, E: Clone, F: Clone, G: Clone> Clone for Concat<A, B, C, D, E, F, G>
Source§impl<A: Debug, B: Debug, C: Debug, D: Debug, E: Debug, F: Debug, G: Debug> Debug for Concat<A, B, C, D, E, F, G>
impl<A: Debug, B: Debug, C: Debug, D: Debug, E: Debug, F: Debug, G: Debug> Debug for Concat<A, B, C, D, E, F, G>
Source§impl<A, B, C, D> From<Concat<A, B, C, D>> for (A, B, C, D)
impl<A, B, C, D> From<Concat<A, B, C, D>> for (A, B, C, D)
Source§impl<A, B, C, D, E> From<Concat<A, B, C, D, E>> for (A, B, C, D, E)
impl<A, B, C, D, E> From<Concat<A, B, C, D, E>> for (A, B, C, D, E)
Source§impl<A, B, C, D, E, F> From<Concat<A, B, C, D, E, F>> for (A, B, C, D, E, F)
impl<A, B, C, D, E, F> From<Concat<A, B, C, D, E, F>> for (A, B, C, D, E, F)
Source§impl<A, B, C, D, E, F, G> From<Concat<A, B, C, D, E, F, G>> for (A, B, C, D, E, F, G)
impl<A, B, C, D, E, F, G> From<Concat<A, B, C, D, E, F, G>> for (A, B, C, D, E, F, G)
Source§impl<A: Hash, B: Hash, C: Hash, D: Hash, E: Hash, F: Hash, G: Hash> Hash for Concat<A, B, C, D, E, F, G>
impl<A: Hash, B: Hash, C: Hash, D: Hash, E: Hash, F: Hash, G: Hash> Hash for Concat<A, B, C, D, E, F, G>
Source§impl<A: Ord, B: Ord, C: Ord, D: Ord, E: Ord, F: Ord, G: Ord> Ord for Concat<A, B, C, D, E, F, G>
impl<A: Ord, B: Ord, C: Ord, D: Ord, E: Ord, F: Ord, G: Ord> Ord for Concat<A, B, C, D, E, F, G>
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<A: ParseMore, B: ParseMore, C: ParseMore, D: ParseMore, E: ParseMore, F: ParseMore, G: ParseMore> ParseMore for Concat<A, B, C, D, E, F, G>
impl<A: ParseMore, B: ParseMore, C: ParseMore, D: ParseMore, E: ParseMore, F: ParseMore, G: ParseMore> ParseMore for Concat<A, B, C, D, E, F, G>
fn parse(input: ParseStream<'_>) -> Result<Self>
Source§impl<A: PartialEq, B: PartialEq, C: PartialEq, D: PartialEq, E: PartialEq, F: PartialEq, G: PartialEq> PartialEq for Concat<A, B, C, D, E, F, G>
impl<A: PartialEq, B: PartialEq, C: PartialEq, D: PartialEq, E: PartialEq, F: PartialEq, G: PartialEq> PartialEq for Concat<A, B, C, D, E, F, G>
Source§impl<A: PartialOrd, B: PartialOrd, C: PartialOrd, D: PartialOrd, E: PartialOrd, F: PartialOrd, G: PartialOrd> PartialOrd for Concat<A, B, C, D, E, F, G>
impl<A: PartialOrd, B: PartialOrd, C: PartialOrd, D: PartialOrd, E: PartialOrd, F: PartialOrd, G: PartialOrd> PartialOrd for Concat<A, B, C, D, E, F, G>
impl<A: Copy, B: Copy, C: Copy, D: Copy, E: Copy, F: Copy, G: Copy> Copy for Concat<A, B, C, D, E, F, G>
impl<A: Eq, B: Eq, C: Eq, D: Eq, E: Eq, F: Eq, G: Eq> Eq for Concat<A, B, C, D, E, F, G>
impl<A, B, C, D, E, F, G> StructuralPartialEq for Concat<A, B, C, D, E, F, G>
Auto Trait Implementations§
impl<A, B, C, D, E, F, G> Freeze for Concat<A, B, C, D, E, F, G>
impl<A, B, C, D, E, F, G> RefUnwindSafe for Concat<A, B, C, D, E, F, G>where
A: RefUnwindSafe,
B: RefUnwindSafe,
C: RefUnwindSafe,
D: RefUnwindSafe,
E: RefUnwindSafe,
F: RefUnwindSafe,
G: RefUnwindSafe,
impl<A, B, C, D, E, F, G> Send for Concat<A, B, C, D, E, F, G>
impl<A, B, C, D, E, F, G> Sync for Concat<A, B, C, D, E, F, G>
impl<A, B, C, D, E, F, G> Unpin for Concat<A, B, C, D, E, F, G>
impl<A, B, C, D, E, F, G> UnwindSafe for Concat<A, B, C, D, E, F, G>where
A: UnwindSafe,
B: UnwindSafe,
C: UnwindSafe,
D: UnwindSafe,
E: UnwindSafe,
F: UnwindSafe,
G: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more