pub struct Sign<'input> {
pub span: Span,
pub token: SimpleToken<'input>,
pub is_negative: bool,
}Fields§
§span: Span§token: SimpleToken<'input>§is_negative: boolTrait Implementations§
Auto Trait Implementations§
impl<'input> Freeze for Sign<'input>
impl<'input> RefUnwindSafe for Sign<'input>
impl<'input> Send for Sign<'input>
impl<'input> Sync for Sign<'input>
impl<'input> Unpin for Sign<'input>
impl<'input> UnwindSafe for Sign<'input>
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