pub struct Scripting {
pub registry: Registry,
}Fields§
§registry: RegistryImplementations§
Auto Trait Implementations§
impl Freeze for Scripting
impl !RefUnwindSafe for Scripting
impl Send for Scripting
impl Sync for Scripting
impl Unpin for Scripting
impl !UnwindSafe for Scripting
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