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