Struct AndEq

struct AndEq { ... }

&=

Usage: bitwise AND assignment.

Don't try to remember the name of this type — use the Token! macro instead.

Fields

spans: [Span; 2]

Implementations

impl Clone for AndEq

fn clone(self: &Self) -> Self

impl Copy for AndEq

impl Debug for AndEq

fn fmt(self: &Self, f: &mut fmt::Formatter<'_>) -> fmt::Result

impl Default for AndEq

fn default() -> Self

impl Eq for AndEq

impl Freeze for AndEq

impl Hash for AndEq

fn hash<H: Hasher>(self: &Self, _state: &mut H)

impl Parse for AndEq

fn parse(input: ParseStream<'_>) -> Result<Self>

impl PartialEq for AndEq

fn eq(self: &Self, _other: &AndEq) -> bool

impl RefUnwindSafe for AndEq

impl Send for AndEq

impl Sync for AndEq

impl ToTokens for AndEq

fn to_tokens(self: &Self, tokens: &mut TokenStream)

impl Token for AndEq

impl Unpin for AndEq

impl UnwindSafe for AndEq

impl<T> Any for AndEq

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for AndEq

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for AndEq

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for AndEq

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for AndEq

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> Spanned for AndEq

fn span(self: &Self) -> Span

impl<T> ToOwned for AndEq

fn to_owned(self: &Self) -> T
fn clone_into(self: &Self, target: &mut T)

impl<T, U> Into for AndEq

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for AndEq

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for AndEq

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>