pub struct MarkingCandidate {
pub span: Span,
pub kind: MarkingType,
}Expand description
A scanner-identified candidate with its type and source span.
Fields§
§span: Span§kind: MarkingTypeTrait Implementations§
Source§impl Clone for MarkingCandidate
impl Clone for MarkingCandidate
Source§fn clone(&self) -> MarkingCandidate
fn clone(&self) -> MarkingCandidate
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MarkingCandidate
impl Debug for MarkingCandidate
impl Copy for MarkingCandidate
Auto Trait Implementations§
impl Freeze for MarkingCandidate
impl RefUnwindSafe for MarkingCandidate
impl Send for MarkingCandidate
impl Sync for MarkingCandidate
impl Unpin for MarkingCandidate
impl UnsafeUnpin for MarkingCandidate
impl UnwindSafe for MarkingCandidate
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