IntoArma

Trait IntoArma 

Source
pub trait IntoArma {
    // Required method
    fn to_arma(&self) -> Value;
}
Expand description

Convert a type to a value that can be sent into Arma

Required Methods§

Source

fn to_arma(&self) -> Value

Convert a type to a value that can be sent into Arma

Implementations on Foreign Types§

Source§

impl IntoArma for &'static str

Source§

fn to_arma(&self) -> Value

Source§

impl IntoArma for bool

Source§

fn to_arma(&self) -> Value

Source§

impl IntoArma for f32

Source§

fn to_arma(&self) -> Value

Source§

impl IntoArma for f64

Source§

fn to_arma(&self) -> Value

Source§

impl IntoArma for i8

Source§

fn to_arma(&self) -> Value

Source§

impl IntoArma for i16

Source§

fn to_arma(&self) -> Value

Source§

impl IntoArma for i32

Source§

fn to_arma(&self) -> Value

Source§

impl IntoArma for u8

Source§

fn to_arma(&self) -> Value

Source§

impl IntoArma for u16

Source§

fn to_arma(&self) -> Value

Source§

impl IntoArma for u32

Source§

fn to_arma(&self) -> Value

Source§

impl IntoArma for ()

Source§

fn to_arma(&self) -> Value

Source§

impl IntoArma for String

Source§

fn to_arma(&self) -> Value

Source§

impl IntoArma for Vec<Value>

Source§

fn to_arma(&self) -> Value

Source§

impl<A, B> IntoArma for (A, B)
where A: IntoArma, B: IntoArma,

Source§

fn to_arma(&self) -> Value

Source§

impl<A, B, C> IntoArma for (A, B, C)
where A: IntoArma, B: IntoArma, C: IntoArma,

Source§

fn to_arma(&self) -> Value

Source§

impl<A, B, C, D> IntoArma for (A, B, C, D)
where A: IntoArma, B: IntoArma, C: IntoArma, D: IntoArma,

Source§

fn to_arma(&self) -> Value

Source§

impl<A, B, C, D, E> IntoArma for (A, B, C, D, E)
where A: IntoArma, B: IntoArma, C: IntoArma, D: IntoArma, E: IntoArma,

Source§

fn to_arma(&self) -> Value

Source§

impl<A, B, C, D, E, F> IntoArma for (A, B, C, D, E, F)
where A: IntoArma, B: IntoArma, C: IntoArma, D: IntoArma, E: IntoArma, F: IntoArma,

Source§

fn to_arma(&self) -> Value

Source§

impl<A, B, C, D, E, F, G> IntoArma for (A, B, C, D, E, F, G)
where A: IntoArma, B: IntoArma, C: IntoArma, D: IntoArma, E: IntoArma, F: IntoArma, G: IntoArma,

Source§

fn to_arma(&self) -> Value

Source§

impl<A, B, C, D, E, F, G, H> IntoArma for (A, B, C, D, E, F, G, H)
where A: IntoArma, B: IntoArma, C: IntoArma, D: IntoArma, E: IntoArma, F: IntoArma, G: IntoArma, H: IntoArma,

Source§

fn to_arma(&self) -> Value

Source§

impl<A, B, C, D, E, F, G, H, I> IntoArma for (A, B, C, D, E, F, G, H, I)
where A: IntoArma, B: IntoArma, C: IntoArma, D: IntoArma, E: IntoArma, F: IntoArma, G: IntoArma, H: IntoArma, I: IntoArma,

Source§

fn to_arma(&self) -> Value

Source§

impl<A, B, C, D, E, F, G, H, I, J> IntoArma for (A, B, C, D, E, F, G, H, I, J)
where A: IntoArma, B: IntoArma, C: IntoArma, D: IntoArma, E: IntoArma, F: IntoArma, G: IntoArma, H: IntoArma, I: IntoArma, J: IntoArma,

Source§

fn to_arma(&self) -> Value

Source§

impl<A, B, C, D, E, F, G, H, I, J, K> IntoArma for (A, B, C, D, E, F, G, H, I, J, K)
where A: IntoArma, B: IntoArma, C: IntoArma, D: IntoArma, E: IntoArma, F: IntoArma, G: IntoArma, H: IntoArma, I: IntoArma, J: IntoArma, K: IntoArma,

Source§

fn to_arma(&self) -> Value

Source§

impl<A, B, C, D, E, F, G, H, I, J, K, L> IntoArma for (A, B, C, D, E, F, G, H, I, J, K, L)
where A: IntoArma, B: IntoArma, C: IntoArma, D: IntoArma, E: IntoArma, F: IntoArma, G: IntoArma, H: IntoArma, I: IntoArma, J: IntoArma, K: IntoArma, L: IntoArma,

Source§

fn to_arma(&self) -> Value

Source§

impl<A, B, C, D, E, F, G, H, I, J, K, L, M> IntoArma for (A, B, C, D, E, F, G, H, I, J, K, L, M)
where A: IntoArma, B: IntoArma, C: IntoArma, D: IntoArma, E: IntoArma, F: IntoArma, G: IntoArma, H: IntoArma, I: IntoArma, J: IntoArma, K: IntoArma, L: IntoArma, M: IntoArma,

Source§

fn to_arma(&self) -> Value

Source§

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N> IntoArma for (A, B, C, D, E, F, G, H, I, J, K, L, M, N)
where A: IntoArma, B: IntoArma, C: IntoArma, D: IntoArma, E: IntoArma, F: IntoArma, G: IntoArma, H: IntoArma, I: IntoArma, J: IntoArma, K: IntoArma, L: IntoArma, M: IntoArma, N: IntoArma,

Source§

fn to_arma(&self) -> Value

Source§

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O> IntoArma for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O)
where A: IntoArma, B: IntoArma, C: IntoArma, D: IntoArma, E: IntoArma, F: IntoArma, G: IntoArma, H: IntoArma, I: IntoArma, J: IntoArma, K: IntoArma, L: IntoArma, M: IntoArma, N: IntoArma, O: IntoArma,

Source§

fn to_arma(&self) -> Value

Source§

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> IntoArma for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P)

Source§

fn to_arma(&self) -> Value

Source§

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q> IntoArma for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q)

Source§

fn to_arma(&self) -> Value

Source§

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R> IntoArma for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R)

Source§

fn to_arma(&self) -> Value

Source§

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S> IntoArma for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S)

Source§

fn to_arma(&self) -> Value

Source§

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T> IntoArma for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T)

Source§

fn to_arma(&self) -> Value

Source§

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U> IntoArma for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U)

Source§

fn to_arma(&self) -> Value

Source§

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V> IntoArma for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V)

Source§

fn to_arma(&self) -> Value

Source§

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W> IntoArma for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W)

Source§

fn to_arma(&self) -> Value

Source§

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X> IntoArma for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X)

Source§

fn to_arma(&self) -> Value

Source§

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y> IntoArma for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y)

Source§

fn to_arma(&self) -> Value

Source§

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z> IntoArma for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z)

Source§

fn to_arma(&self) -> Value

Source§

impl<K, S> IntoArma for HashMap<K, Value, S>
where K: IntoArma, S: BuildHasher,

Source§

fn to_arma(&self) -> Value

Source§

impl<K, V, S> IntoArma for HashMap<K, V, S>
where K: IntoArma, V: IntoArma, S: BuildHasher,

Source§

fn to_arma(&self) -> Value

Source§

impl<T> IntoArma for &[T]
where T: IntoArma,

Source§

fn to_arma(&self) -> Value

Source§

impl<T> IntoArma for Vec<T>
where T: IntoArma,

Source§

fn to_arma(&self) -> Value

Source§

impl<T: IntoArma> IntoArma for Option<T>

Source§

fn to_arma(&self) -> Value

Implementors§