Docs.rs
nvim-api-0.2.0
nvim-api 0.2.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
noib3
Dependencies
derive_builder ^0.11
normal
luajit-bindings ^0.2.0
normal
nvim-types ^0.2.0
normal
serde ^1.0
normal
serde_repr ^0.1
normal
thiserror ^1.0
normal
Versions
57.73%
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_
api
0.2.0
String
OrInt
Required Methods
to_object
Implementations on Foreign Types
&str
String
i8
i16
i32
i64
u8
u16
u32
Implementors
In crate nvim_
api
nvim_api
Trait
StringOrInt
Copy item path
Source
pub trait StringOrInt { // Required method fn
to_object
(self) ->
Object
; }
Expand description
A string or an integer.
Required Methods
§
Source
fn
to_object
(self) ->
Object
Implementations on Foreign Types
§
Source
§
impl
StringOrInt
for &
str
Source
§
fn
to_object
(self) ->
Object
Source
§
impl
StringOrInt
for
i8
Source
§
fn
to_object
(self) ->
Object
Source
§
impl
StringOrInt
for
i16
Source
§
fn
to_object
(self) ->
Object
Source
§
impl
StringOrInt
for
i32
Source
§
fn
to_object
(self) ->
Object
Source
§
impl
StringOrInt
for
i64
Source
§
fn
to_object
(self) ->
Object
Source
§
impl
StringOrInt
for
u8
Source
§
fn
to_object
(self) ->
Object
Source
§
impl
StringOrInt
for
u16
Source
§
fn
to_object
(self) ->
Object
Source
§
impl
StringOrInt
for
u32
Source
§
fn
to_object
(self) ->
Object
Source
§
impl
StringOrInt
for
String
Source
§
fn
to_object
(self) ->
Object
Implementors
§