Enum do_with_in_base::Sigil
source · pub enum Sigil {
Dollar,
Percent,
Hash,
Tilde,
}
Variants§
Trait Implementations§
source§impl PartialEq<Sigil> for Sigil
impl PartialEq<Sigil> for Sigil
source§impl ToTokens for Sigil
impl ToTokens for Sigil
source§fn to_tokens(&self, tokens: &mut TokenStream2)
fn to_tokens(&self, tokens: &mut TokenStream2)
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,
impl Copy for Sigil
impl Eq for Sigil
impl StructuralEq for Sigil
impl StructuralPartialEq for Sigil
Auto Trait Implementations§
impl RefUnwindSafe for Sigil
impl Send for Sigil
impl Sync for Sigil
impl Unpin for Sigil
impl UnwindSafe for Sigil
Blanket Implementations§
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.