Docs.rs
nvim-oxi-0.1.2
nvim-oxi 0.1.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
noib3
Dependencies
derive_builder ^0.11
normal
libc ^0.2
normal
nvim-types ^0.1
normal
once_cell ^1.12
normal
oxi-module ^0.1
normal
oxi-test ^0.1
normal
serde ^1.0
normal
serde_repr ^0.1
normal
thiserror ^1.0
normal
Versions
58.58%
of the crate is documented
Go to latest version
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
☰
ToObject
Required Methods
to_obj
Implementations on Foreign Types
&str
()
Cow<'_, str>
HashMap<K, V>
Option<T>
StdString
Vec<T>
bool
f64
i128
i16
i32
i64
i8
isize
u128
u16
u32
u64
u8
usize
Implementors
In nvim_oxi::object
?
Trait
nvim_oxi
::
object
::
ToObject
source
·
[
−
]
pub trait ToObject { fn
to_obj
(self) ->
Result
<
Object
>; }
Required Methods
source
fn
to_obj
(self) ->
Result
<
Object
>
Implementations on Foreign Types
source
impl
ToObject
for
()
source
fn
to_obj
(self) ->
Result
<
Object
>
source
impl
ToObject
for
bool
source
fn
to_obj
(self) ->
Result
<
Object
>
source
impl
ToObject
for
i8
source
fn
to_obj
(self) ->
Result
<
Object
>
source
impl
ToObject
for
u8
source
fn
to_obj
(self) ->
Result
<
Object
>
source
impl
ToObject
for
i16
source
fn
to_obj
(self) ->
Result
<
Object
>
source
impl
ToObject
for
u16
source
fn
to_obj
(self) ->
Result
<
Object
>
source
impl
ToObject
for
i32
source
fn
to_obj
(self) ->
Result
<
Object
>
source
impl
ToObject
for
u32
source
fn
to_obj
(self) ->
Result
<
Object
>
source
impl
ToObject
for
i64
source
fn
to_obj
(self) ->
Result
<
Object
>
source
impl
ToObject
for
f64
source
fn
to_obj
(self) ->
Result
<
Object
>
source
impl
ToObject
for
StdString
source
fn
to_obj
(self) ->
Result
<
Object
>
source
impl
ToObject
for
u64
source
fn
to_obj
(self) ->
Result
<
Object
>
source
impl
ToObject
for
i128
source
fn
to_obj
(self) ->
Result
<
Object
>
source
impl
ToObject
for
u128
source
fn
to_obj
(self) ->
Result
<
Object
>
source
impl
ToObject
for
isize
source
fn
to_obj
(self) ->
Result
<
Object
>
source
impl
ToObject
for
usize
source
fn
to_obj
(self) ->
Result
<
Object
>
source
impl
ToObject
for &
str
source
fn
to_obj
(self) ->
Result
<
Object
>
source
impl
ToObject
for
Cow
<'_,
str
>
source
fn
to_obj
(self) ->
Result
<
Object
>
source
impl<T>
ToObject
for
Option
<T>
where
T:
ToObject
,
source
fn
to_obj
(self) ->
Result
<
Object
>
source
impl<T>
ToObject
for
Vec
<T>
where
T:
ToObject
,
source
fn
to_obj
(self) ->
Result
<
Object
>
source
impl<K, V>
ToObject
for
HashMap
<K, V>
where
K:
Into
<
NvimString
>,
V:
ToObject
,
source
fn
to_obj
(self) ->
Result
<
Object
>
Implementors
source
impl
ToObject
for
CommandAddr
source
impl
ToObject
for
CommandComplete
source
impl
ToObject
for
CommandNArgs
source
impl
ToObject
for
CommandRange
source
impl
ToObject
for
Object
source
impl
ToObject
for
NvimString
source
impl
ToObject
for
CommandModifiers
source
impl
ToObject
for
Array
source
impl
ToObject
for
Dictionary
source
impl<A, R>
ToObject
for
Function
<A, R>