pub struct CompilationFeedback {
pub spv: Vec<u32>,
pub dep_paths: Vec<String>,
}Fields§
§spv: Vec<u32>§dep_paths: Vec<String>Auto Trait Implementations§
impl Freeze for CompilationFeedback
impl RefUnwindSafe for CompilationFeedback
impl Send for CompilationFeedback
impl Sync for CompilationFeedback
impl Unpin for CompilationFeedback
impl UnsafeUnpin for CompilationFeedback
impl UnwindSafe for CompilationFeedback
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