Struct ScriptCtx
pub struct ScriptCtx<'a> {
input: &'a Fields,
registry: &'a RegistryHandle,
}Fields§
§input: &'a Fields§registry: &'a RegistryHandleImplementations§
Auto Trait Implementations§
impl<'a> Freeze for ScriptCtx<'a>
impl<'a> RefUnwindSafe for ScriptCtx<'a>
impl<'a> Send for ScriptCtx<'a>
impl<'a> Sync for ScriptCtx<'a>
impl<'a> Unpin for ScriptCtx<'a>
impl<'a> UnwindSafe for ScriptCtx<'a>
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