Docs.rs
onedrive-api-0.10.0
onedrive-api 0.10.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
oxalica
Dependencies
bytes ^1
normal
reqwest ^0.12
normal
serde ^1
normal
serde_json ^1
normal
strum ^0.26
normal
thiserror ^1
normal
url ^2
normal
reqwest ^0.12
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
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
onedrive_api
0.10.0
JsonValue
Aliased type
In onedrive_api::resource
?
Type Alias
onedrive_api
::
resource
::
JsonValue
source
·
[
−
]
pub type JsonValue =
Box
<
Value
>;
Expand description
Boxed raw json value.
Aliased Type
§
struct JsonValue(
/* private fields */
);