[−][src]Trait rsfbclient_core::IntoParam 
Implemented for types that can be sent as parameters
Required methods
fn into_param(self) -> Param
Implementations on Foreign Types
impl IntoParam for String[src]
fn into_param(self) -> Param[src]
impl IntoParam for i64[src]
fn into_param(self) -> Param[src]
impl IntoParam for i32[src]
fn into_param(self) -> Param[src]
impl IntoParam for u32[src]
fn into_param(self) -> Param[src]
impl IntoParam for i16[src]
fn into_param(self) -> Param[src]
impl IntoParam for u16[src]
fn into_param(self) -> Param[src]
impl IntoParam for i8[src]
fn into_param(self) -> Param[src]
impl IntoParam for u8[src]
fn into_param(self) -> Param[src]
impl IntoParam for f64[src]
fn into_param(self) -> Param[src]
impl IntoParam for f32[src]
fn into_param(self) -> Param[src]
impl<T> IntoParam for Option<T> where
    T: IntoParam, [src]
T: IntoParam,
Implements for all nullable variants
fn into_param(self) -> Param[src]
impl<T, B: ?Sized, '_> IntoParam for &'_ B where
    B: ToOwned<Owned = T>,
    T: Borrow<B> + IntoParam, [src]
B: ToOwned<Owned = T>,
T: Borrow<B> + IntoParam,
Implements for all borrowed variants (&str, Cow and etc)