Docs.rs
edon-0.0.27
edon 0.0.27
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
alshdavid
Dependencies
anyhow ^1
normal
optional
bitflags ^2.9.0
normal
chrono ^0.4
normal
optional
ctor ^0.4.2
normal
libffi ^4.0.0
normal
libnode_sys ^0.0.7
normal
once_cell ^1.21.3
normal
serde ^1
normal
optional
serde_json ^1
normal
optional
Versions
8.18%
of the crate is documented
Platform
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
Skip to main content
Object
edon
0.0.27
Object
Aliased Type
Associated Functions
keys
Methods
get
set
Trait Implementations
TypeName
In edon::
napi
edon
::
napi
Type Alias
Object
Copy item path
Source
pub type Object =
JsObject
;
Aliased Type
§
pub struct Object(
/* private fields */
);
Implementations
§
Source
§
impl
Object
Source
pub fn
get
<K:
AsRef
<
str
>, V:
FromNapiValue
>( &self, field: K, ) ->
Result
<
Option
<V>>
Source
pub fn
set
<K:
AsRef
<
str
>, V:
ToNapiValue
>( &mut self, field: K, val: V, ) ->
Result
<
()
>
Source
pub fn
keys
(obj: &
Object
) ->
Result
<
Vec
<
String
>>
Trait Implementations
§
Source
§
impl
TypeName
for
Object
Source
§
fn
type_name
() -> &'static
str
Source
§
fn
value_type
() ->
ValueType