Struct dioxus_cli::plugin::interface::PluginBuildInfo
source · pub struct PluginBuildInfo<'lua> {
pub on_start: Option<Function<'lua>>,
pub on_finish: Option<Function<'lua>>,
}Fields§
§on_start: Option<Function<'lua>>§on_finish: Option<Function<'lua>>Trait Implementations§
source§impl<'lua> Clone for PluginBuildInfo<'lua>
impl<'lua> Clone for PluginBuildInfo<'lua>
source§fn clone(&self) -> PluginBuildInfo<'lua>
fn clone(&self) -> PluginBuildInfo<'lua>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl<'lua> Debug for PluginBuildInfo<'lua>
impl<'lua> Debug for PluginBuildInfo<'lua>
source§impl<'lua> Default for PluginBuildInfo<'lua>
impl<'lua> Default for PluginBuildInfo<'lua>
source§fn default() -> PluginBuildInfo<'lua>
fn default() -> PluginBuildInfo<'lua>
Returns the “default value” for a type. Read more
source§impl<'lua> FromLua<'lua> for PluginBuildInfo<'lua>
impl<'lua> FromLua<'lua> for PluginBuildInfo<'lua>
Auto Trait Implementations§
impl<'lua> !RefUnwindSafe for PluginBuildInfo<'lua>
impl<'lua> !Send for PluginBuildInfo<'lua>
impl<'lua> !Sync for PluginBuildInfo<'lua>
impl<'lua> Unpin for PluginBuildInfo<'lua>
impl<'lua> !UnwindSafe for PluginBuildInfo<'lua>
Blanket Implementations§
source§impl<'lua, T> FromLuaMulti<'lua> for Twhere
T: FromLua<'lua>,
impl<'lua, T> FromLuaMulti<'lua> for Twhere T: FromLua<'lua>,
source§fn from_lua_multi(values: MultiValue<'lua>, lua: &'lua Lua) -> Result<T, Error>
fn from_lua_multi(values: MultiValue<'lua>, lua: &'lua Lua) -> Result<T, Error>
Performs the conversion. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<'lua, T> ToLuaMulti<'lua> for Twhere
T: ToLua<'lua>,
impl<'lua, T> ToLuaMulti<'lua> for Twhere T: ToLua<'lua>,
source§fn to_lua_multi(self, lua: &'lua Lua) -> Result<MultiValue<'lua>, Error>
fn to_lua_multi(self, lua: &'lua Lua) -> Result<MultiValue<'lua>, Error>
Performs the conversion.