Struct planus_cli::cst::Sign [−][src]
pub struct Sign<'input> {
pub span: Span,
pub token: SimpleToken<'input>,
pub is_negative: bool,
}Fields
span: Spantoken: SimpleToken<'input>is_negative: boolTrait Implementations
Auto Trait Implementations
impl<'input> RefUnwindSafe for Sign<'input>
impl<'input> UnwindSafe for Sign<'input>
Blanket Implementations
Mutably borrows from an owned value. Read more
