pub struct Module<'runtime> { /* private fields */ }
Implementations§
Source§impl<'runtime> Module<'runtime>
impl<'runtime> Module<'runtime>
pub async fn from_buffer( runtime: &'runtime Runtime, buffer: Vec<u8>, name: &str, standard_in: UniqueFileIdentifier, standard_out: UniqueFileIdentifier, standard_error: UniqueFileIdentifier, ) -> Result<Self>
Trait Implementations§
Auto Trait Implementations§
impl<'runtime> Freeze for Module<'runtime>
impl<'runtime> RefUnwindSafe for Module<'runtime>
impl<'runtime> !Sync for Module<'runtime>
impl<'runtime> Unpin for Module<'runtime>
impl<'runtime> UnwindSafe for Module<'runtime>
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