pub(crate) struct ParsedLabel {
pub text: String,
pub start: usize,
pub end: usize,
}Fields§
§text: String§start: usize§end: usizeAuto Trait Implementations§
impl Freeze for ParsedLabel
impl RefUnwindSafe for ParsedLabel
impl Send for ParsedLabel
impl Sync for ParsedLabel
impl Unpin for ParsedLabel
impl UnsafeUnpin for ParsedLabel
impl UnwindSafe for ParsedLabel
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