pub struct Manager_type { /* private fields */ }
Implementations§
Source§impl Manager_type
impl Manager_type
pub fn New(Registrables: &[&dyn Registrable_trait]) -> Result_type<Self>
pub fn Execute( &'static self, Buffer: Vec<u8>, Stack_size: usize, Standard_in: Unique_file_identifier_type, Standard_out: Unique_file_identifier_type, Standard_error: Unique_file_identifier_type, ) -> Result_type<Vec<WasmValue>>
Trait Implementations§
impl Send for Manager_type
impl Sync for Manager_type
Auto Trait Implementations§
impl Freeze for Manager_type
impl RefUnwindSafe for Manager_type
impl Unpin for Manager_type
impl UnwindSafe for Manager_type
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