Trait IntoValue

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

A type that can used as a Builder value.

Private and sealed, only visible in docs.

Implementations on Foreign Types§

Source§

impl IntoValue for &str

Source§

impl IntoValue for &String

Source§

impl IntoValue for String

Implementors§