Struct Le
struct Le { ... }
<=
Usage: less than or equal to.
Don't try to remember the name of this type — use the
Token! macro instead.
Fields
spans: [Span; 2]
Implementations
impl Clone for Le
fn clone(self: &Self) -> Self
impl Copy for Le
impl Debug for Le
fn fmt(self: &Self, f: &mut fmt::Formatter<'_>) -> fmt::Result
impl Default for Le
fn default() -> Self
impl Eq for Le
impl Freeze for Le
impl Hash for Le
fn hash<H: Hasher>(self: &Self, _state: &mut H)
impl Parse for Le
fn parse(input: ParseStream<'_>) -> Result<Self>
impl PartialEq for Le
fn eq(self: &Self, _other: &Le) -> bool
impl RefUnwindSafe for Le
impl Send for Le
impl Sync for Le
impl ToTokens for Le
fn to_tokens(self: &Self, tokens: &mut TokenStream)
impl Token for Le
impl Unpin for Le
impl UnwindSafe for Le
impl<T> Any for Le
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for Le
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for Le
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for Le
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for Le
fn from(t: T) -> TReturns the argument unchanged.
impl<T> Spanned for Le
fn span(self: &Self) -> Span
impl<T> ToOwned for Le
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T, U> Into for Le
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 Le
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for Le
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>