pub struct Concat<T>(pub T);Expand description
Parse successive items.
Tuple Fields§
§0: TImplementations§
Trait Implementations§
Source§impl<T: Ord> Ord for Concat<T>
impl<T: Ord> Ord for Concat<T>
Source§impl<A: ParseMore, B: ParseMore, C: ParseMore, D: ParseMore, E: ParseMore, F: ParseMore, G: ParseMore, H: ParseMore, I: ParseMore, J: ParseMore, K: ParseMore, L: ParseMore, M: ParseMore, N: ParseMore, O: ParseMore, P: ParseMore, Q: ParseMore, R: ParseMore, S: ParseMore, T: ParseMore> ParseMore for Concat<(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T)>
impl<A: ParseMore, B: ParseMore, C: ParseMore, D: ParseMore, E: ParseMore, F: ParseMore, G: ParseMore, H: ParseMore, I: ParseMore, J: ParseMore, K: ParseMore, L: ParseMore, M: ParseMore, N: ParseMore, O: ParseMore, P: ParseMore, Q: ParseMore, R: ParseMore, S: ParseMore, T: ParseMore> ParseMore for Concat<(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T)>
fn parse(input: ParseStream<'_>) -> Result<Self>
Source§impl<B: ParseMore, C: ParseMore, D: ParseMore, E: ParseMore, F: ParseMore, G: ParseMore, H: ParseMore, I: ParseMore, J: ParseMore, K: ParseMore, L: ParseMore, M: ParseMore, N: ParseMore, O: ParseMore, P: ParseMore, Q: ParseMore, R: ParseMore, S: ParseMore, T: ParseMore> ParseMore for Concat<(B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T)>
impl<B: ParseMore, C: ParseMore, D: ParseMore, E: ParseMore, F: ParseMore, G: ParseMore, H: ParseMore, I: ParseMore, J: ParseMore, K: ParseMore, L: ParseMore, M: ParseMore, N: ParseMore, O: ParseMore, P: ParseMore, Q: ParseMore, R: ParseMore, S: ParseMore, T: ParseMore> ParseMore for Concat<(B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T)>
fn parse(input: ParseStream<'_>) -> Result<Self>
Source§impl<C: ParseMore, D: ParseMore, E: ParseMore, F: ParseMore, G: ParseMore, H: ParseMore, I: ParseMore, J: ParseMore, K: ParseMore, L: ParseMore, M: ParseMore, N: ParseMore, O: ParseMore, P: ParseMore, Q: ParseMore, R: ParseMore, S: ParseMore, T: ParseMore> ParseMore for Concat<(C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T)>
impl<C: ParseMore, D: ParseMore, E: ParseMore, F: ParseMore, G: ParseMore, H: ParseMore, I: ParseMore, J: ParseMore, K: ParseMore, L: ParseMore, M: ParseMore, N: ParseMore, O: ParseMore, P: ParseMore, Q: ParseMore, R: ParseMore, S: ParseMore, T: ParseMore> ParseMore for Concat<(C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T)>
fn parse(input: ParseStream<'_>) -> Result<Self>
Source§impl<D: ParseMore, E: ParseMore, F: ParseMore, G: ParseMore, H: ParseMore, I: ParseMore, J: ParseMore, K: ParseMore, L: ParseMore, M: ParseMore, N: ParseMore, O: ParseMore, P: ParseMore, Q: ParseMore, R: ParseMore, S: ParseMore, T: ParseMore> ParseMore for Concat<(D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T)>
impl<D: ParseMore, E: ParseMore, F: ParseMore, G: ParseMore, H: ParseMore, I: ParseMore, J: ParseMore, K: ParseMore, L: ParseMore, M: ParseMore, N: ParseMore, O: ParseMore, P: ParseMore, Q: ParseMore, R: ParseMore, S: ParseMore, T: ParseMore> ParseMore for Concat<(D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T)>
fn parse(input: ParseStream<'_>) -> Result<Self>
Source§impl<E: ParseMore, F: ParseMore, G: ParseMore, H: ParseMore, I: ParseMore, J: ParseMore, K: ParseMore, L: ParseMore, M: ParseMore, N: ParseMore, O: ParseMore, P: ParseMore, Q: ParseMore, R: ParseMore, S: ParseMore, T: ParseMore> ParseMore for Concat<(E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T)>
impl<E: ParseMore, F: ParseMore, G: ParseMore, H: ParseMore, I: ParseMore, J: ParseMore, K: ParseMore, L: ParseMore, M: ParseMore, N: ParseMore, O: ParseMore, P: ParseMore, Q: ParseMore, R: ParseMore, S: ParseMore, T: ParseMore> ParseMore for Concat<(E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T)>
fn parse(input: ParseStream<'_>) -> Result<Self>
Source§impl<F: ParseMore, G: ParseMore, H: ParseMore, I: ParseMore, J: ParseMore, K: ParseMore, L: ParseMore, M: ParseMore, N: ParseMore, O: ParseMore, P: ParseMore, Q: ParseMore, R: ParseMore, S: ParseMore, T: ParseMore> ParseMore for Concat<(F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T)>
impl<F: ParseMore, G: ParseMore, H: ParseMore, I: ParseMore, J: ParseMore, K: ParseMore, L: ParseMore, M: ParseMore, N: ParseMore, O: ParseMore, P: ParseMore, Q: ParseMore, R: ParseMore, S: ParseMore, T: ParseMore> ParseMore for Concat<(F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T)>
fn parse(input: ParseStream<'_>) -> Result<Self>
Source§impl<G: ParseMore, H: ParseMore, I: ParseMore, J: ParseMore, K: ParseMore, L: ParseMore, M: ParseMore, N: ParseMore, O: ParseMore, P: ParseMore, Q: ParseMore, R: ParseMore, S: ParseMore, T: ParseMore> ParseMore for Concat<(G, H, I, J, K, L, M, N, O, P, Q, R, S, T)>
impl<G: ParseMore, H: ParseMore, I: ParseMore, J: ParseMore, K: ParseMore, L: ParseMore, M: ParseMore, N: ParseMore, O: ParseMore, P: ParseMore, Q: ParseMore, R: ParseMore, S: ParseMore, T: ParseMore> ParseMore for Concat<(G, H, I, J, K, L, M, N, O, P, Q, R, S, T)>
fn parse(input: ParseStream<'_>) -> Result<Self>
Source§impl<H: ParseMore, I: ParseMore, J: ParseMore, K: ParseMore, L: ParseMore, M: ParseMore, N: ParseMore, O: ParseMore, P: ParseMore, Q: ParseMore, R: ParseMore, S: ParseMore, T: ParseMore> ParseMore for Concat<(H, I, J, K, L, M, N, O, P, Q, R, S, T)>
impl<H: ParseMore, I: ParseMore, J: ParseMore, K: ParseMore, L: ParseMore, M: ParseMore, N: ParseMore, O: ParseMore, P: ParseMore, Q: ParseMore, R: ParseMore, S: ParseMore, T: ParseMore> ParseMore for Concat<(H, I, J, K, L, M, N, O, P, Q, R, S, T)>
fn parse(input: ParseStream<'_>) -> Result<Self>
Source§impl<I: ParseMore, J: ParseMore, K: ParseMore, L: ParseMore, M: ParseMore, N: ParseMore, O: ParseMore, P: ParseMore, Q: ParseMore, R: ParseMore, S: ParseMore, T: ParseMore> ParseMore for Concat<(I, J, K, L, M, N, O, P, Q, R, S, T)>
impl<I: ParseMore, J: ParseMore, K: ParseMore, L: ParseMore, M: ParseMore, N: ParseMore, O: ParseMore, P: ParseMore, Q: ParseMore, R: ParseMore, S: ParseMore, T: ParseMore> ParseMore for Concat<(I, J, K, L, M, N, O, P, Q, R, S, T)>
fn parse(input: ParseStream<'_>) -> Result<Self>
Source§impl<J: ParseMore, K: ParseMore, L: ParseMore, M: ParseMore, N: ParseMore, O: ParseMore, P: ParseMore, Q: ParseMore, R: ParseMore, S: ParseMore, T: ParseMore> ParseMore for Concat<(J, K, L, M, N, O, P, Q, R, S, T)>
impl<J: ParseMore, K: ParseMore, L: ParseMore, M: ParseMore, N: ParseMore, O: ParseMore, P: ParseMore, Q: ParseMore, R: ParseMore, S: ParseMore, T: ParseMore> ParseMore for Concat<(J, K, L, M, N, O, P, Q, R, S, T)>
fn parse(input: ParseStream<'_>) -> Result<Self>
Source§impl<K: ParseMore, L: ParseMore, M: ParseMore, N: ParseMore, O: ParseMore, P: ParseMore, Q: ParseMore, R: ParseMore, S: ParseMore, T: ParseMore> ParseMore for Concat<(K, L, M, N, O, P, Q, R, S, T)>
impl<K: ParseMore, L: ParseMore, M: ParseMore, N: ParseMore, O: ParseMore, P: ParseMore, Q: ParseMore, R: ParseMore, S: ParseMore, T: ParseMore> ParseMore for Concat<(K, L, M, N, O, P, Q, R, S, T)>
fn parse(input: ParseStream<'_>) -> Result<Self>
Source§impl<L: ParseMore, M: ParseMore, N: ParseMore, O: ParseMore, P: ParseMore, Q: ParseMore, R: ParseMore, S: ParseMore, T: ParseMore> ParseMore for Concat<(L, M, N, O, P, Q, R, S, T)>
impl<L: ParseMore, M: ParseMore, N: ParseMore, O: ParseMore, P: ParseMore, Q: ParseMore, R: ParseMore, S: ParseMore, T: ParseMore> ParseMore for Concat<(L, M, N, O, P, Q, R, S, T)>
fn parse(input: ParseStream<'_>) -> Result<Self>
Source§impl<M: ParseMore, N: ParseMore, O: ParseMore, P: ParseMore, Q: ParseMore, R: ParseMore, S: ParseMore, T: ParseMore> ParseMore for Concat<(M, N, O, P, Q, R, S, T)>
impl<M: ParseMore, N: ParseMore, O: ParseMore, P: ParseMore, Q: ParseMore, R: ParseMore, S: ParseMore, T: ParseMore> ParseMore for Concat<(M, N, O, P, Q, R, S, T)>
fn parse(input: ParseStream<'_>) -> Result<Self>
Source§impl<N: ParseMore, O: ParseMore, P: ParseMore, Q: ParseMore, R: ParseMore, S: ParseMore, T: ParseMore> ParseMore for Concat<(N, O, P, Q, R, S, T)>
impl<N: ParseMore, O: ParseMore, P: ParseMore, Q: ParseMore, R: ParseMore, S: ParseMore, T: ParseMore> ParseMore for Concat<(N, O, P, Q, R, S, T)>
fn parse(input: ParseStream<'_>) -> Result<Self>
Source§impl<O: ParseMore, P: ParseMore, Q: ParseMore, R: ParseMore, S: ParseMore, T: ParseMore> ParseMore for Concat<(O, P, Q, R, S, T)>
impl<O: ParseMore, P: ParseMore, Q: ParseMore, R: ParseMore, S: ParseMore, T: ParseMore> ParseMore for Concat<(O, P, Q, R, S, T)>
fn parse(input: ParseStream<'_>) -> Result<Self>
Source§impl<P: ParseMore, Q: ParseMore, R: ParseMore, S: ParseMore, T: ParseMore> ParseMore for Concat<(P, Q, R, S, T)>
impl<P: ParseMore, Q: ParseMore, R: ParseMore, S: ParseMore, T: ParseMore> ParseMore for Concat<(P, Q, R, S, T)>
fn parse(input: ParseStream<'_>) -> Result<Self>
Source§impl<Q: ParseMore, R: ParseMore, S: ParseMore, T: ParseMore> ParseMore for Concat<(Q, R, S, T)>
impl<Q: ParseMore, R: ParseMore, S: ParseMore, T: ParseMore> ParseMore for Concat<(Q, R, S, T)>
fn parse(input: ParseStream<'_>) -> Result<Self>
Source§impl<R: ParseMore, S: ParseMore, T: ParseMore> ParseMore for Concat<(R, S, T)>
impl<R: ParseMore, S: ParseMore, T: ParseMore> ParseMore for Concat<(R, S, T)>
fn parse(input: ParseStream<'_>) -> Result<Self>
Source§impl<S: ParseMore, T: ParseMore> ParseMore for Concat<(S, T)>
impl<S: ParseMore, T: ParseMore> ParseMore for Concat<(S, T)>
fn parse(input: ParseStream<'_>) -> Result<Self>
Source§impl<T: ParseMore> ParseMore for Concat<(T,)>
impl<T: ParseMore> ParseMore for Concat<(T,)>
fn parse(input: ParseStream<'_>) -> Result<Self>
Source§impl<T: PartialOrd> PartialOrd for Concat<T>
impl<T: PartialOrd> PartialOrd for Concat<T>
impl<T: Copy> Copy for Concat<T>
impl<T: Eq> Eq for Concat<T>
impl<T> StructuralPartialEq for Concat<T>
Auto Trait Implementations§
impl<T> Freeze for Concat<T>where
T: Freeze,
impl<T> RefUnwindSafe for Concat<T>where
T: RefUnwindSafe,
impl<T> Send for Concat<T>where
T: Send,
impl<T> Sync for Concat<T>where
T: Sync,
impl<T> Unpin for Concat<T>where
T: Unpin,
impl<T> UnwindSafe for Concat<T>where
T: 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