pub struct AstFile(pub Vec<FileEntity>);
Tuple Fields§
§0: Vec<FileEntity>
Implementations§
Trait Implementations§
source§impl PartialEq for AstFile
impl PartialEq for AstFile
impl StructuralPartialEq for AstFile
Auto Trait Implementations§
impl RefUnwindSafe for AstFile
impl Send for AstFile
impl Sync for AstFile
impl Unpin for AstFile
impl UnwindSafe for AstFile
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