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