pub struct PreprocIf<'tree> {
pub span: Span,
pub alternative: Option<PreprocIfAlternative<'tree>>,
pub condition: PreprocIfCondition<'tree>,
pub children: Vec<PreprocIfChildren<'tree>>,
}Fields§
§span: Span§alternative: Option<PreprocIfAlternative<'tree>>§condition: PreprocIfCondition<'tree>§children: Vec<PreprocIfChildren<'tree>>Trait Implementations§
Auto Trait Implementations§
impl<'tree> Freeze for PreprocIf<'tree>
impl<'tree> RefUnwindSafe for PreprocIf<'tree>
impl<'tree> Send for PreprocIf<'tree>
impl<'tree> Sync for PreprocIf<'tree>
impl<'tree> Unpin for PreprocIf<'tree>
impl<'tree> UnsafeUnpin for PreprocIf<'tree>
impl<'tree> UnwindSafe for PreprocIf<'tree>
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