☰
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
?
Trait
nvim_rs
::
rpc
::
model
::
IntoVal
source
·
[
−
]
pub trait IntoVal<T> { fn
into_val
(self) -> T; }
Required methods
source
fn
into_val
(self) -> T
Implementations on Foreign Types
source
impl<'a>
IntoVal
<
Value
> for &'a
str
source
fn
into_val
(self) ->
Value
source
impl
IntoVal
<
Value
> for
Vec
<
String
>
source
fn
into_val
(self) ->
Value
source
impl
IntoVal
<
Value
> for
Vec
<
Value
>
source
fn
into_val
(self) ->
Value
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
i64
source
fn
into_val
(self) ->
Value
source
impl
IntoVal
<
Value
> for
f64
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
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,