pub struct File<'src> {
pub definitions: Vec<Definition<'src>>,
/* private fields */
}
Fields§
§definitions: Vec<Definition<'src>>
Trait Implementations§
impl<'src> StructuralPartialEq for File<'src>
Auto Trait Implementations§
impl<'src> Freeze for File<'src>
impl<'src> RefUnwindSafe for File<'src>
impl<'src> Send for File<'src>
impl<'src> Sync for File<'src>
impl<'src> Unpin for File<'src>
impl<'src> UnwindSafe for File<'src>
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