pub struct ParsedFile<'a> { /* private fields */ }Expand description
A parsed TLA file ready for formatting.
Implementations§
Source§impl<'a> ParsedFile<'a>
impl<'a> ParsedFile<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ParsedFile<'a>
impl<'a> RefUnwindSafe for ParsedFile<'a>
impl<'a> Send for ParsedFile<'a>
impl<'a> Sync for ParsedFile<'a>
impl<'a> Unpin for ParsedFile<'a>
impl<'a> UnwindSafe for ParsedFile<'a>
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