pub struct Src<P: Parser> {
pub lang: u16,
pub hash_li: Vec<Vec<u8>>,
pub range_li: Vec<Range<usize>>,
pub title_pos: HashSet<usize>,
pub txt: String,
/* private fields */
}Fields§
§lang: u16§hash_li: Vec<Vec<u8>>§range_li: Vec<Range<usize>>§title_pos: HashSet<usize>§txt: StringImplementations§
Auto Trait Implementations§
impl<P> Freeze for Src<P>
impl<P> RefUnwindSafe for Src<P>where
P: RefUnwindSafe,
impl<P> Send for Src<P>where
P: Send,
impl<P> Sync for Src<P>where
P: Sync,
impl<P> Unpin for Src<P>where
P: Unpin,
impl<P> UnwindSafe for Src<P>where
P: UnwindSafe,
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