pub struct DecodedWorld {
pub resolve: Resolve,
pub world: WorldId,
pub source: WorldSource,
}Expand description
Resolved world information extracted from a wasm binary.
Fields§
§resolve: Resolve§world: WorldId§source: WorldSourceAuto Trait Implementations§
impl Freeze for DecodedWorld
impl RefUnwindSafe for DecodedWorld
impl Send for DecodedWorld
impl Sync for DecodedWorld
impl Unpin for DecodedWorld
impl UnwindSafe for DecodedWorld
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