Struct nvim::api::NvimGetAutocmdsOpts
source · [−]pub struct NvimGetAutocmdsOpts { /* private fields */ }Trait Implementations
sourceimpl Default for NvimGetAutocmdsOpts
impl Default for NvimGetAutocmdsOpts
sourcefn default() -> NvimGetAutocmdsOpts
fn default() -> NvimGetAutocmdsOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for NvimGetAutocmdsOpts
impl Send for NvimGetAutocmdsOpts
impl Sync for NvimGetAutocmdsOpts
impl Unpin for NvimGetAutocmdsOpts
impl UnwindSafe for NvimGetAutocmdsOpts
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.