Enum devise::syn::MacroDelimiter [−][src]
Expand description
A grouping token that surrounds a macro body: m!(...)
or m!{...}
or m![...]
.
This type is available if Syn is built with the "derive"
or "full"
feature.
Variants
Paren(Paren)
Tuple Fields of Paren
0: Paren
Brace(Brace)
Tuple Fields of Brace
0: Brace
Bracket(Bracket)
Tuple Fields of Bracket
0: Bracket
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 MacroDelimiter
impl !Send for MacroDelimiter
impl !Sync for MacroDelimiter
impl Unpin for MacroDelimiter
impl UnwindSafe for MacroDelimiter
Blanket Implementations
Mutably borrows from an owned value. Read more