Struct nvim::api::NvimCreateUserCommandOpts
source · [−]pub struct NvimCreateUserCommandOpts {
pub nargs: Nargs,
pub desc: Option<String>,
pub force: Option<bool>,
}Fields
nargs: Nargsdesc: Option<String>force: Option<bool>Implementations
Trait Implementations
sourceimpl Default for NvimCreateUserCommandOpts
impl Default for NvimCreateUserCommandOpts
sourcefn default() -> NvimCreateUserCommandOpts
fn default() -> NvimCreateUserCommandOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for NvimCreateUserCommandOpts
impl Send for NvimCreateUserCommandOpts
impl Sync for NvimCreateUserCommandOpts
impl Unpin for NvimCreateUserCommandOpts
impl UnwindSafe for NvimCreateUserCommandOpts
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<'lua, T> ToLuaMulti<'lua> for T where
T: ToLua<'lua>,
impl<'lua, T> ToLuaMulti<'lua> for T where
T: ToLua<'lua>,
sourcefn 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.