pub struct TokenizablePhantomData;
Trait Implementations§
Source§impl Clone for TokenizablePhantomData
impl Clone for TokenizablePhantomData
Source§fn clone(&self) -> TokenizablePhantomData
fn clone(&self) -> TokenizablePhantomData
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl ToTokens for TokenizablePhantomData
impl ToTokens for TokenizablePhantomData
Source§fn to_tokens(&self, tokens: &mut TokenStream)
fn to_tokens(&self, tokens: &mut TokenStream)
Source§fn to_token_stream(&self) -> TokenStream
fn to_token_stream(&self) -> TokenStream
Source§fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
Source§impl Tokenizable for TokenizablePhantomData
impl Tokenizable for TokenizablePhantomData
type ValueType = ()
fn value_token_stream(&self) -> TokenStream
fn from_value(_value: Self::ValueType) -> Self
fn convert_token_stream( ty: &Type, _value_path: &TokenStream, ) -> Result<Option<TokenStream>, Error>
Auto Trait Implementations§
impl Freeze for TokenizablePhantomData
impl RefUnwindSafe for TokenizablePhantomData
impl Send for TokenizablePhantomData
impl Sync for TokenizablePhantomData
impl Unpin for TokenizablePhantomData
impl UnwindSafe for TokenizablePhantomData
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Spanned for Twhere
T: Spanned + ?Sized,
impl<T> Spanned for Twhere
T: Spanned + ?Sized,
Source§fn span(&self) -> Span
fn span(&self) -> Span
Returns a
Span
covering the complete contents of this syntax tree
node, or Span::call_site()
if this node is empty.