pub struct TypstRoot {
pub span: Range<usize>,
}Expand description
Typst AST 根节点
Fields§
§span: Range<usize>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TypstRoot
impl RefUnwindSafe for TypstRoot
impl Send for TypstRoot
impl Sync for TypstRoot
impl Unpin for TypstRoot
impl UnwindSafe for TypstRoot
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