Struct syn::ArgSelfRef [−][src]
Self captured by reference in a function signature: &self
or &mut self
.
This type is available if Syn is built with the "full"
feature.
Fields
and_token: And
lifetime: Option<Lifetime>
mutability: Option<Mut>
self_token: Self_
Trait Implementations
impl ToTokens for ArgSelfRef
[src]
[+]
impl ToTokens for ArgSelfRef
impl Clone for ArgSelfRef
[src]
[+]
impl Clone for ArgSelfRef
impl From<ArgSelfRef> for FnArg
[src]
[+]
impl From<ArgSelfRef> for FnArg
Auto Trait Implementations
impl !Send for ArgSelfRef
impl !Send for ArgSelfRef
impl !Sync for ArgSelfRef
impl !Sync for ArgSelfRef