Docs.rs
ray-debug-0.0.4
ray-debug 0.0.4
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
larsmbergvall
Dependencies
backtrace ^0.3
normal
gethostname ^0.4
normal
maud ^0.24
normal
reqwest ^0.11
normal
rustc_version ^0.4.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
uuid ^1.3
normal
tokio ^1.26
dev
Versions
0%
of the crate is documented
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
Rayable
ray_
debug
0.0.4
Rayable
Required Methods
into_ray_request
Implementations on Foreign Types
&T
&str
Number
String
Value
Vec<T>
i64
Implementors
In ray_
debug::
rayable
ray_debug
::
rayable
Trait
Rayable
Copy item path
Source
pub trait Rayable { // Required method fn
into_ray_request
(self) -> RayRequest; }
Required Methods
§
Source
fn
into_ray_request
(self) -> RayRequest
Implementations on Foreign Types
§
Source
§
impl
Rayable
for &
str
Source
§
fn
into_ray_request
(self) -> RayRequest
Source
§
impl
Rayable
for
Value
Source
§
fn
into_ray_request
(self) -> RayRequest
Source
§
impl
Rayable
for
i64
Source
§
fn
into_ray_request
(self) -> RayRequest
Source
§
impl
Rayable
for
String
Source
§
fn
into_ray_request
(self) -> RayRequest
Source
§
impl
Rayable
for
Number
Source
§
fn
into_ray_request
(self) -> RayRequest
Source
§
impl<T:
Serialize
>
Rayable
for
&T
Source
§
fn
into_ray_request
(self) -> RayRequest
Source
§
impl<T:
Serialize
>
Rayable
for
Vec
<T>
Source
§
fn
into_ray_request
(self) -> RayRequest
Implementors
§