Struct rustc_expand::mbe::SequenceRepetition [−][src]
struct SequenceRepetition {
tts: Vec<TokenTree>,
separator: Option<Token>,
kleene: KleeneToken,
num_captures: usize,
}
Fields
tts: Vec<TokenTree>
The sequence of token trees
separator: Option<Token>
The optional separator
kleene: KleeneToken
Whether the sequence can be repeated zero (*), or one or more times (+)
num_captures: usize
The number of Match
s that appear in the sequence (and subsequences)
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl !RefUnwindSafe for SequenceRepetition
impl !Send for SequenceRepetition
impl !Sync for SequenceRepetition
impl Unpin for SequenceRepetition
impl !UnwindSafe for SequenceRepetition
Blanket Implementations
Mutably borrows from an owned value. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 72 bytes