Struct rustyscript::StaticModule
source · pub struct StaticModule(/* private fields */);
Expand description
A static representation of a module
use .to_module()
to get a module instance to use with a runtime
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for StaticModule
impl Send for StaticModule
impl Sync for StaticModule
impl Unpin for StaticModule
impl UnwindSafe for StaticModule
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