struct ParsedSegment {
inlines: Vec<Inline>,
next: usize,
closed: Option<ClosedDelimiter>,
}Fields§
§inlines: Vec<Inline>§next: usize§closed: Option<ClosedDelimiter>Auto Trait Implementations§
impl Freeze for ParsedSegment
impl RefUnwindSafe for ParsedSegment
impl Send for ParsedSegment
impl Sync for ParsedSegment
impl Unpin for ParsedSegment
impl UnsafeUnpin for ParsedSegment
impl UnwindSafe for ParsedSegment
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