pub struct Existential {
pub span: Span,
}Expand description
existential
Don’t try to remember the name of this type – use the Token!
macro instead.
Fields§
§span: SpanTrait Implementations§
Source§impl Clone for Existential
impl Clone for Existential
Source§fn clone(&self) -> Existential
fn clone(&self) -> Existential
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 Debug for Existential
Available on crate feature extra-traits only.
impl Debug for Existential
Available on crate feature
extra-traits only.Source§impl Default for Existential
impl Default for Existential
Source§impl Hash for Existential
Available on crate feature extra-traits only.
impl Hash for Existential
Available on crate feature
extra-traits only.Source§impl Parse for Existential
Available on crate feature parsing only.
impl Parse for Existential
Available on crate feature
parsing only.fn parse(input: ParseStream<'_>) -> Result<Self>
Source§impl PartialEq for Existential
Available on crate feature extra-traits only.
impl PartialEq for Existential
Available on crate feature
extra-traits only.Source§impl ToTokens for Existential
Available on crate feature printing only.
impl ToTokens for Existential
Available on crate feature
printing only.Source§fn to_tokens(&self, tokens: &mut TokenStream)
fn to_tokens(&self, tokens: &mut TokenStream)
Source§fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
impl Copy for Existential
impl Eq for Existential
Available on crate feature
extra-traits only.impl Token for Existential
Available on crate feature
parsing only.Auto Trait Implementations§
impl Freeze for Existential
impl RefUnwindSafe for Existential
impl !Send for Existential
impl !Sync for Existential
impl Unpin for Existential
impl UnwindSafe for Existential
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: ToTokens,
impl<T> Spanned for Twhere
T: ToTokens,
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.