Enum syn::GenericMethodArgument [−][src]
An individual generic argument to a method, like T
.
This type is available if Syn is built with the "full"
feature.
Variants
Type(Type)
A type argument.
Const(Expr)
A const expression. Must be inside of a block.
NOTE: Identity expressions are represented as Type arguments, as they are indistinguishable syntactically.
Trait Implementations
impl Synom for GenericMethodArgument
[src]
impl Synom for GenericMethodArgument
fn parse(i: Cursor) -> PResult<Self>
[src]
fn parse(i: Cursor) -> PResult<Self>
fn description() -> Option<&'static str>
[src]
fn description() -> Option<&'static str>
A short name of the type being parsed. Read more
impl ToTokens for GenericMethodArgument
[src]
impl ToTokens for GenericMethodArgument
fn to_tokens(&self, tokens: &mut Tokens)
[src]
fn to_tokens(&self, tokens: &mut Tokens)
Write self
to the given Tokens
. Read more
fn into_tokens(self) -> Tokens
[src]
fn into_tokens(self) -> Tokens
Convert self
directly into a Tokens
object. Read more
impl Clone for GenericMethodArgument
[src]
impl Clone for GenericMethodArgument
fn clone(&self) -> GenericMethodArgument
[src]
fn clone(&self) -> GenericMethodArgument
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl !Send for GenericMethodArgument
impl !Send for GenericMethodArgument
impl !Sync for GenericMethodArgument
impl !Sync for GenericMethodArgument