pub enum PreprocessorExtensionNameData {
All,
Specific(SmolStr),
}
Expand description
An #extension name annotation.
Variants
All
All extensions you could ever imagine in your whole lifetime (how crazy is that!).
Specific(SmolStr)
A specific extension.
Trait Implementations
sourceimpl Clone for PreprocessorExtensionNameData
impl Clone for PreprocessorExtensionNameData
sourcefn clone(&self) -> PreprocessorExtensionNameData
fn clone(&self) -> PreprocessorExtensionNameData
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for PreprocessorExtensionNameData
impl Debug for PreprocessorExtensionNameData
sourceimpl From<Node<PreprocessorExtensionNameData>> for PreprocessorExtensionNameData
impl From<Node<PreprocessorExtensionNameData>> for PreprocessorExtensionNameData
sourcefn from(
node: Node<PreprocessorExtensionNameData>
) -> PreprocessorExtensionNameData
fn from(
node: Node<PreprocessorExtensionNameData>
) -> PreprocessorExtensionNameData
Converts to this type from the input type.
sourceimpl NodeContent for PreprocessorExtensionNameData
impl NodeContent for PreprocessorExtensionNameData
sourcefn into_node<T>(self) -> Node<T> where
T: From<Self> + NodeContent,
fn into_node<T>(self) -> Node<T> where
T: From<Self> + NodeContent,
Convert the contents into a node
sourcefn spanned(self, start: LexerPosition, end: LexerPosition) -> Node<Self>
fn spanned(self, start: LexerPosition, end: LexerPosition) -> Node<Self>
Add span information to a syntax node
sourceimpl NodeContentDisplay for PreprocessorExtensionNameData
impl NodeContentDisplay for PreprocessorExtensionNameData
sourceimpl PartialEq<PreprocessorExtensionNameData> for PreprocessorExtensionNameData
impl PartialEq<PreprocessorExtensionNameData> for PreprocessorExtensionNameData
sourcefn eq(&self, other: &PreprocessorExtensionNameData) -> bool
fn eq(&self, other: &PreprocessorExtensionNameData) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &PreprocessorExtensionNameData) -> bool
fn ne(&self, other: &PreprocessorExtensionNameData) -> bool
This method tests for !=
.
impl StructuralPartialEq for PreprocessorExtensionNameData
Auto Trait Implementations
impl RefUnwindSafe for PreprocessorExtensionNameData
impl Send for PreprocessorExtensionNameData
impl Sync for PreprocessorExtensionNameData
impl Unpin for PreprocessorExtensionNameData
impl UnwindSafe for PreprocessorExtensionNameData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> NodeDisplay for T where
T: NodeContentDisplay,
impl<T> NodeDisplay for T where
T: NodeContentDisplay,
sourcefn display(&self) -> NodeDisplayWrapper<'_, T>
fn display(&self) -> NodeDisplayWrapper<'_, T>
Obtain a display wrapper for the current node