pub struct BareMention {
pub concept: PageId,
pub byte_range: Range<usize>,
pub line: usize,
pub col: usize,
}Expand description
A bare concept mention found in prose that should be a wikilink.
Fields§
§concept: PageId§byte_range: Range<usize>§line: usize§col: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for BareMention
impl RefUnwindSafe for BareMention
impl Send for BareMention
impl Sync for BareMention
impl Unpin for BareMention
impl UnsafeUnpin for BareMention
impl UnwindSafe for BareMention
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