Docs.rs
nvim-rs-0.9.2
nvim-rs 0.9.2
Permalink
Docs.rs crate page
LGPL-3.0
Links
Repository
crates.io
Source
Owners
KillTheMule
Dependencies
async-std ^1.13.0
normal
optional
async-trait ^0.1.86
normal
futures ^0.3.31
normal
log ^0.4.26
normal
neovim-lib ^0.6.1
normal
optional
rmp ^0.8.14
normal
rmpv ^1.3.0
normal
tokio ^1.43.0
normal
optional
tokio-util ^0.7.13
normal
optional
criterion ^0.5.1
dev
fastrand ^2.1.1
dev
tempfile ^3.17.1
dev
Versions
46.2%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
nvim_rs
0.9.2
IntoVal
Required Methods
into_val
Implementations on Foreign Types
&'a str
(i64, i64)
String
Vec<(Value, Value)>
Vec<String>
Vec<Value>
bool
f64
i64
Implementors
In nvim_
rs::
rpc::
model
nvim_rs
::
rpc
::
model
Trait
IntoVal
Copy item path
Source
pub trait IntoVal<T> { // Required method fn
into_val
(self) -> T; }
Required Methods
§
Source
fn
into_val
(self) -> T
Implementations on Foreign Types
§
Source
§
impl
IntoVal
<
Value
> for (
i64
,
i64
)
Source
§
fn
into_val
(self) ->
Value
Source
§
impl
IntoVal
<
Value
> for
bool
Source
§
fn
into_val
(self) ->
Value
Source
§
impl
IntoVal
<
Value
> for
f64
Source
§
fn
into_val
(self) ->
Value
Source
§
impl
IntoVal
<
Value
> for
i64
Source
§
fn
into_val
(self) ->
Value
Source
§
impl
IntoVal
<
Value
> for
String
Source
§
fn
into_val
(self) ->
Value
Source
§
impl
IntoVal
<
Value
> for
Vec
<(
Value
,
Value
)>
Source
§
fn
into_val
(self) ->
Value
Source
§
impl
IntoVal
<
Value
> for
Vec
<
Value
>
Source
§
fn
into_val
(self) ->
Value
Source
§
impl
IntoVal
<
Value
> for
Vec
<
String
>
Source
§
fn
into_val
(self) ->
Value
Source
§
impl<'a>
IntoVal
<
Value
> for &'a
str
Source
§
fn
into_val
(self) ->
Value
Implementors
§
Source
§
impl
IntoVal
<
Value
> for
Value
Source
§
impl<W>
IntoVal
<
Value
> for &
Buffer
<W>
where W:
AsyncWrite
+
Send
+
Unpin
+ 'static,
Source
§
impl<W>
IntoVal
<
Value
> for &
Tabpage
<W>
where W:
AsyncWrite
+
Send
+
Unpin
+ 'static,
Source
§
impl<W>
IntoVal
<
Value
> for &
Window
<W>
where W:
AsyncWrite
+
Send
+
Unpin
+ 'static,