pub struct RustcOutput {
pub compile_result: CompileResult,
pub deps: Vec<RawString>,
}Fields§
§compile_result: CompileResult§deps: Vec<RawString>Auto Trait Implementations§
impl Freeze for RustcOutput
impl RefUnwindSafe for RustcOutput
impl Send for RustcOutput
impl Sync for RustcOutput
impl Unpin for RustcOutput
impl UnsafeUnpin for RustcOutput
impl UnwindSafe for RustcOutput
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