Struct syn::token::MulEq [−][src]
*=
Don't try to remember the name of this type -- use the Token!
macro instead.
Methods
impl MulEq[src]
impl MulEqTrait Implementations
impl Copy for MulEq[src]
impl Copy for MulEqimpl Clone for MulEq[src]
impl Clone for MulEqfn clone(&self) -> MulEq[src]
fn clone(&self) -> MulEqReturns 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
impl Default for MulEq[src]
impl Default for MulEqimpl Debug for MulEq[src]
impl Debug for MulEqfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for MulEq[src]
impl Eq for MulEqimpl PartialEq for MulEq[src]
impl PartialEq for MulEqfn eq(&self, _other: &MulEq) -> bool[src]
fn eq(&self, _other: &MulEq) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Hash for MulEq[src]
impl Hash for MulEqfn hash<H>(&self, _state: &mut H) where
H: Hasher, [src]
fn hash<H>(&self, _state: &mut H) where
H: Hasher, Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl From<Span> for MulEq[src]
impl From<Span> for MulEqimpl ToTokens for MulEq[src]
impl ToTokens for MulEqfn to_tokens(&self, tokens: &mut TokenStream)[src]
fn to_tokens(&self, tokens: &mut TokenStream)Write self to the given TokenStream. Read more
fn into_token_stream(self) -> TokenStream[src]
fn into_token_stream(self) -> TokenStreamConvert self directly into a TokenStream object. Read more
impl Synom for MulEq[src]
impl Synom for MulEq