pub struct ParsedMarking {
pub attrs: IsmAttributes,
pub source_span: Span,
pub kind: MarkingType,
}Expand description
Parse result for a single candidate.
Fields§
§attrs: IsmAttributes§source_span: Span§kind: MarkingTypeTrait Implementations§
Auto Trait Implementations§
impl Freeze for ParsedMarking
impl RefUnwindSafe for ParsedMarking
impl Send for ParsedMarking
impl Sync for ParsedMarking
impl Unpin for ParsedMarking
impl UnsafeUnpin for ParsedMarking
impl UnwindSafe for ParsedMarking
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