Struct wild_doc_script_image::WdImage
source · pub struct WdImage {}Trait Implementations§
source§impl WildDocScript for WdImage
impl WildDocScript for WdImage
fn new(
_: Arc<Mutex<Box<dyn IncludeAdaptor + Send>>>,
_: PathBuf,
_: &Stack
) -> Result<Self>where
Self: Sized,
fn evaluate_module<'life0, 'life1, 'life2, 'life3, 'async_trait>(
&'life0 mut self,
_: &'life1 str,
_: &'life2 str,
_: &'life3 Stack
) -> Pin<Box<dyn Future<Output = Result<()>> + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
'life3: 'async_trait,
fn eval<'life0, 'life1, 'life2, 'async_trait>(
&'life0 mut self,
code: &'life1 str,
stack: &'life2 Stack
) -> Pin<Box<dyn Future<Output = Result<WildDocValue>> + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
Auto Trait Implementations§
impl RefUnwindSafe for WdImage
impl Send for WdImage
impl Sync for WdImage
impl Unpin for WdImage
impl UnwindSafe for WdImage
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