Struct edlang_session::Session
source · pub struct Session {
pub file_paths: Vec<PathBuf>,
pub debug_info: DebugInfo,
pub optlevel: OptLevel,
pub sources: Vec<Source<String>>,
pub library: bool,
pub output_file: PathBuf,
pub output_llvm: bool,
pub output_asm: bool,
}
Fields§
§file_paths: Vec<PathBuf>
§debug_info: DebugInfo
§optlevel: OptLevel
§sources: Vec<Source<String>>
§library: bool
§output_file: PathBuf
§output_llvm: bool
§output_asm: bool
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Session
impl Send for Session
impl Sync for Session
impl Unpin for Session
impl UnwindSafe for Session
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