pub struct Compiler<'a> {
pub main_file: &'a str,
pub args: Option<CommandArgs<'a>>,
}
Fields§
§main_file: &'a str
§args: Option<CommandArgs<'a>>
Implementations§
Trait Implementations§
impl<'a> Copy for Compiler<'a>
impl<'a> Eq for Compiler<'a>
impl<'a> StructuralPartialEq for Compiler<'a>
Auto Trait Implementations§
impl<'a> Freeze for Compiler<'a>
impl<'a> RefUnwindSafe for Compiler<'a>
impl<'a> Send for Compiler<'a>
impl<'a> Sync for Compiler<'a>
impl<'a> Unpin for Compiler<'a>
impl<'a> UnwindSafe for Compiler<'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