pub struct Transpiled {
pub files: Vec<(String, Vec<u8>)>,
pub imports: Vec<String>,
pub exports: Vec<(String, Export)>,
}Fields§
§files: Vec<(String, Vec<u8>)>§imports: Vec<String>§exports: Vec<(String, Export)>Auto Trait Implementations§
impl Freeze for Transpiled
impl RefUnwindSafe for Transpiled
impl Send for Transpiled
impl Sync for Transpiled
impl Unpin for Transpiled
impl UnsafeUnpin for Transpiled
impl UnwindSafe for Transpiled
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