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