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