pub enum ConditionalCompilerDirective {
IfdefDirective(Box<IfdefDirective>),
IfndefDirective(Box<IfndefDirective>),
}Variants
IfdefDirective(Box<IfdefDirective>)
IfndefDirective(Box<IfndefDirective>)
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for ConditionalCompilerDirective
impl Sync for ConditionalCompilerDirective
impl Unpin for ConditionalCompilerDirective
impl UnwindSafe for ConditionalCompilerDirective
Blanket Implementations
Mutably borrows from an owned value. Read more