Struct syn::token::DivEq [−][src]
/=
Don’t try to remember the name of this type — use the
Token!
macro instead.
Fields
spans: [Span; 2]
Trait Implementations
impl ToTokens for DivEq
[src]
impl ToTokens for DivEq
[src]/=
Don’t try to remember the name of this type — use the
Token!
macro instead.
spans: [Span; 2]
impl ToTokens for DivEq
[src]fn to_tokens(&self, tokens: &mut TokenStream)
[src][−]pub fn to_token_stream(&self) -> TokenStream
[src][−]pub fn into_token_stream(self) -> TokenStream
[src][−]impl Copy for DivEq
[src]impl Eq for DivEq
[src]impl RefUnwindSafe for DivEq
impl !Send for DivEq
impl !Sync for DivEq
impl Unpin for DivEq
impl UnwindSafe for DivEq