Skip to main content

IntoValue

Trait IntoValue 

Source
pub trait IntoValue { }
Available on docsrs and crate feature client-proxy and crate feature client only.
Expand description

A type that can used as a Builder value.

Private and sealed, only visible in docs.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl IntoValue for &String

Source§

impl IntoValue for &str

Source§

impl IntoValue for String

Implementors§