Struct And
struct And { ... }
&
Usage: bitwise and logical AND, borrow, references, reference patterns.
Don't try to remember the name of this type — use the
Token! macro instead.
Fields
spans: [Span; 1]
Implementations
impl Clone for And
fn clone(self: &Self) -> Self
impl Copy for And
impl Debug for And
fn fmt(self: &Self, f: &mut fmt::Formatter<'_>) -> fmt::Result
impl Default for And
fn default() -> Self
impl Deref for And
fn deref(self: &Self) -> &<Self as >::Target
impl DerefMut for And
fn deref_mut(self: &mut Self) -> &mut <Self as >::Target
impl Eq for And
impl Freeze for And
impl Hash for And
fn hash<H: Hasher>(self: &Self, _state: &mut H)
impl Parse for And
fn parse(input: ParseStream<'_>) -> Result<Self>
impl PartialEq for And
fn eq(self: &Self, _other: &And) -> bool
impl RefUnwindSafe for And
impl Send for And
impl Sync for And
impl ToTokens for And
fn to_tokens(self: &Self, tokens: &mut TokenStream)
impl Token for And
impl Unpin for And
impl UnwindSafe for And
impl<P, T> Receiver for And
impl<T> Any for And
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for And
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for And
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for And
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for And
fn from(t: T) -> TReturns the argument unchanged.
impl<T> Spanned for And
fn span(self: &Self) -> Span
impl<T> ToOwned for And
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T, U> Into for And
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for And
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for And
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>