Rayable

Trait Rayable 

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§