Struct dioxus_cli::plugin::interface::path::PluginPath
source · pub struct PluginPath;Trait Implementations§
source§impl UserData for PluginPath
impl UserData for PluginPath
source§fn add_methods<'lua, M: UserDataMethods<'lua, Self>>(methods: &mut M)
fn add_methods<'lua, M: UserDataMethods<'lua, Self>>(methods: &mut M)
Adds custom methods and operators specific to this userdata.
source§fn add_fields<'lua, F>(_fields: &mut F)where
F: UserDataFields<'lua, Self>,
fn add_fields<'lua, F>(_fields: &mut F)where F: UserDataFields<'lua, Self>,
Adds custom fields specific to this userdata.
Auto Trait Implementations§
impl RefUnwindSafe for PluginPath
impl Send for PluginPath
impl Sync for PluginPath
impl Unpin for PluginPath
impl UnwindSafe for PluginPath
Blanket Implementations§
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.