[−][src]Trait mruby::convert::FromMrb
Associated Types
Loading content...Required methods
Loading content...Implementations on Foreign Types
impl FromMrb<Value> for Option<Value>
[src]
impl FromMrb<Value> for ()
[src]
Loading content...
Implementors
impl FromMrb<Option<bool>> for Value
[src]
impl FromMrb<Option<f64>> for Value
[src]
impl FromMrb<Option<i64>> for Value
[src]
impl FromMrb<Option<Value>> for Value
[src]
impl FromMrb<Option<String>> for Value
[src]
impl FromMrb<Option<Vec<bool>>> for Value
[src]
impl FromMrb<Option<Vec<f64>>> for Value
[src]
impl FromMrb<Option<Vec<i64>>> for Value
[src]
impl FromMrb<Option<Vec<u8>>> for Value
[src]
impl FromMrb<Option<Vec<String>>> for Value
[src]
impl FromMrb<Option<Vec<Vec<u8>>>> for Value
[src]
impl FromMrb<bool> for Value
[src]
impl FromMrb<f64> for Value
[src]
impl FromMrb<i16> for Value
[src]
impl FromMrb<i32> for Value
[src]
impl FromMrb<i64> for Value
[src]
impl FromMrb<i8> for Value
[src]
impl FromMrb<u16> for Value
[src]
impl FromMrb<u32> for Value
[src]
impl FromMrb<u8> for Value
[src]
impl FromMrb<Value> for Value
[src]
impl FromMrb<String> for Value
[src]
impl FromMrb<Vec<Option<bool>>> for Value
[src]
impl FromMrb<Vec<Option<f64>>> for Value
[src]
impl FromMrb<Vec<Option<i64>>> for Value
[src]
impl FromMrb<Vec<Option<Value>>> for Value
[src]
impl FromMrb<Vec<Option<String>>> for Value
[src]
impl FromMrb<Vec<Option<Vec<u8>>>> for Value
[src]
impl FromMrb<Vec<bool>> for Value
[src]
impl FromMrb<Vec<f64>> for Value
[src]
impl FromMrb<Vec<i64>> for Value
[src]
impl FromMrb<Vec<(Option<bool>, Option<bool>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<bool>, Option<bool>)>) -> Self
[src]
impl FromMrb<Vec<(Option<bool>, Option<f64>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<bool>, Option<Float>)>) -> Self
[src]
impl FromMrb<Vec<(Option<bool>, Option<i64>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<bool>, Option<Int>)>) -> Self
[src]
impl FromMrb<Vec<(Option<bool>, Option<Value>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<bool>, Option<Value>)>) -> Self
[src]
impl FromMrb<Vec<(Option<bool>, Option<String>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<bool>, Option<String>)>) -> Self
[src]
impl FromMrb<Vec<(Option<bool>, Option<Vec<u8>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<bool>, Option<Vec<u8>>)>) -> Self
[src]
impl FromMrb<Vec<(Option<bool>, bool)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<bool>, bool)>) -> Self
[src]
impl FromMrb<Vec<(Option<bool>, f64)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<bool>, Float)>) -> Self
[src]
impl FromMrb<Vec<(Option<bool>, i64)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<bool>, Int)>) -> Self
[src]
impl FromMrb<Vec<(Option<bool>, Value)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<bool>, Value)>) -> Self
[src]
impl FromMrb<Vec<(Option<bool>, String)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<bool>, String)>) -> Self
[src]
impl FromMrb<Vec<(Option<bool>, Vec<Option<bool>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<bool>, Vec<Option<bool>>)>) -> Self
[src]
impl FromMrb<Vec<(Option<bool>, Vec<Option<f64>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: Vec<(Option<bool>, Vec<Option<Float>>)>
) -> Self
[src]
interp: &Mrb,
value: Vec<(Option<bool>, Vec<Option<Float>>)>
) -> Self
impl FromMrb<Vec<(Option<bool>, Vec<Option<i64>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<bool>, Vec<Option<Int>>)>) -> Self
[src]
impl FromMrb<Vec<(Option<bool>, Vec<Option<String>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: Vec<(Option<bool>, Vec<Option<String>>)>
) -> Self
[src]
interp: &Mrb,
value: Vec<(Option<bool>, Vec<Option<String>>)>
) -> Self
impl FromMrb<Vec<(Option<bool>, Vec<Option<Vec<u8>>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: Vec<(Option<bool>, Vec<Option<Vec<u8>>>)>
) -> Self
[src]
interp: &Mrb,
value: Vec<(Option<bool>, Vec<Option<Vec<u8>>>)>
) -> Self
impl FromMrb<Vec<(Option<bool>, Vec<bool>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<bool>, Vec<bool>)>) -> Self
[src]
impl FromMrb<Vec<(Option<bool>, Vec<f64>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<bool>, Vec<Float>)>) -> Self
[src]
impl FromMrb<Vec<(Option<bool>, Vec<i64>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<bool>, Vec<Int>)>) -> Self
[src]
impl FromMrb<Vec<(Option<bool>, Vec<(Value, Value)>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: Vec<(Option<bool>, Vec<(Value, Value)>)>
) -> Self
[src]
interp: &Mrb,
value: Vec<(Option<bool>, Vec<(Value, Value)>)>
) -> Self
impl FromMrb<Vec<(Option<bool>, Vec<u8>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<bool>, Vec<u8>)>) -> Self
[src]
impl FromMrb<Vec<(Option<bool>, Vec<String>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<bool>, Vec<String>)>) -> Self
[src]
impl FromMrb<Vec<(Option<bool>, Vec<Vec<u8>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<bool>, Vec<Vec<u8>>)>) -> Self
[src]
impl FromMrb<Vec<(Option<i64>, bool)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<Int>, bool)>) -> Self
[src]
impl FromMrb<Vec<(Option<i64>, String)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<Int>, String)>) -> Self
[src]
impl FromMrb<Vec<(Option<i64>, Option<bool>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<Int>, Option<bool>)>) -> Self
[src]
impl FromMrb<Vec<(Option<i64>, Option<String>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<Int>, Option<String>)>) -> Self
[src]
impl FromMrb<Vec<(Option<i64>, Vec<bool>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<Int>, Vec<bool>)>) -> Self
[src]
impl FromMrb<Vec<(Option<i64>, Vec<String>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<Int>, Vec<String>)>) -> Self
[src]
impl FromMrb<Vec<(Option<i64>, Vec<Option<bool>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<Int>, Vec<Option<bool>>)>) -> Self
[src]
impl FromMrb<Vec<(Option<i64>, Vec<Option<String>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: Vec<(Option<Int>, Vec<Option<String>>)>
) -> Self
[src]
interp: &Mrb,
value: Vec<(Option<Int>, Vec<Option<String>>)>
) -> Self
impl FromMrb<Vec<(Option<i64>, Vec<(Value, Value)>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: Vec<(Option<Int>, Vec<(Value, Value)>)>
) -> Self
[src]
interp: &Mrb,
value: Vec<(Option<Int>, Vec<(Value, Value)>)>
) -> Self
impl FromMrb<Vec<(Option<i64>, Value)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<Int>, Value)>) -> Self
[src]
impl FromMrb<Vec<(Option<i64>, Option<Value>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<Int>, Option<Value>)>) -> Self
[src]
impl FromMrb<Vec<(Option<i64>, Option<f64>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<Int>, Option<Float>)>) -> Self
[src]
impl FromMrb<Vec<(Option<i64>, Option<i64>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<Int>, Option<Int>)>) -> Self
[src]
impl FromMrb<Vec<(Option<i64>, Option<Vec<u8>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<Int>, Option<Vec<u8>>)>) -> Self
[src]
impl FromMrb<Vec<(Option<i64>, f64)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<Int>, Float)>) -> Self
[src]
impl FromMrb<Vec<(Option<i64>, i64)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<Int>, Int)>) -> Self
[src]
impl FromMrb<Vec<(Option<i64>, Vec<Option<f64>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<Int>, Vec<Option<Float>>)>) -> Self
[src]
impl FromMrb<Vec<(Option<i64>, Vec<Option<i64>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<Int>, Vec<Option<Int>>)>) -> Self
[src]
impl FromMrb<Vec<(Option<i64>, Vec<Option<Vec<u8>>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: Vec<(Option<Int>, Vec<Option<Vec<u8>>>)>
) -> Self
[src]
interp: &Mrb,
value: Vec<(Option<Int>, Vec<Option<Vec<u8>>>)>
) -> Self
impl FromMrb<Vec<(Option<i64>, Vec<f64>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<Int>, Vec<Float>)>) -> Self
[src]
impl FromMrb<Vec<(Option<i64>, Vec<i64>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<Int>, Vec<Int>)>) -> Self
[src]
impl FromMrb<Vec<(Option<i64>, Vec<u8>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<Int>, Vec<u8>)>) -> Self
[src]
impl FromMrb<Vec<(Option<i64>, Vec<Vec<u8>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<Int>, Vec<Vec<u8>>)>) -> Self
[src]
impl FromMrb<Vec<(Option<Value>, Option<Value>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<Self>, Option<Self>)>) -> Self
[src]
impl FromMrb<Vec<(Option<Value>, Value)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<Self>, Self)>) -> Self
[src]
impl FromMrb<Vec<(Option<String>, Option<bool>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<String>, Option<bool>)>) -> Self
[src]
impl FromMrb<Vec<(Option<String>, Option<f64>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<String>, Option<Float>)>) -> Self
[src]
impl FromMrb<Vec<(Option<String>, Option<i64>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<String>, Option<Int>)>) -> Self
[src]
impl FromMrb<Vec<(Option<String>, Option<Value>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<String>, Option<Value>)>) -> Self
[src]
impl FromMrb<Vec<(Option<String>, Option<String>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<String>, Option<String>)>) -> Self
[src]
impl FromMrb<Vec<(Option<String>, Option<Vec<u8>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<String>, Option<Vec<u8>>)>) -> Self
[src]
impl FromMrb<Vec<(Option<String>, bool)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<String>, bool)>) -> Self
[src]
impl FromMrb<Vec<(Option<String>, f64)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<String>, Float)>) -> Self
[src]
impl FromMrb<Vec<(Option<String>, i64)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<String>, Int)>) -> Self
[src]
impl FromMrb<Vec<(Option<String>, Value)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<String>, Value)>) -> Self
[src]
impl FromMrb<Vec<(Option<String>, String)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<String>, String)>) -> Self
[src]
impl FromMrb<Vec<(Option<String>, Vec<Option<bool>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: Vec<(Option<String>, Vec<Option<bool>>)>
) -> Self
[src]
interp: &Mrb,
value: Vec<(Option<String>, Vec<Option<bool>>)>
) -> Self
impl FromMrb<Vec<(Option<String>, Vec<Option<f64>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: Vec<(Option<String>, Vec<Option<Float>>)>
) -> Self
[src]
interp: &Mrb,
value: Vec<(Option<String>, Vec<Option<Float>>)>
) -> Self
impl FromMrb<Vec<(Option<String>, Vec<Option<i64>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: Vec<(Option<String>, Vec<Option<Int>>)>
) -> Self
[src]
interp: &Mrb,
value: Vec<(Option<String>, Vec<Option<Int>>)>
) -> Self
impl FromMrb<Vec<(Option<String>, Vec<Option<String>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: Vec<(Option<String>, Vec<Option<String>>)>
) -> Self
[src]
interp: &Mrb,
value: Vec<(Option<String>, Vec<Option<String>>)>
) -> Self
impl FromMrb<Vec<(Option<String>, Vec<Option<Vec<u8>>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: Vec<(Option<String>, Vec<Option<Vec<u8>>>)>
) -> Self
[src]
interp: &Mrb,
value: Vec<(Option<String>, Vec<Option<Vec<u8>>>)>
) -> Self
impl FromMrb<Vec<(Option<String>, Vec<bool>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<String>, Vec<bool>)>) -> Self
[src]
impl FromMrb<Vec<(Option<String>, Vec<f64>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<String>, Vec<Float>)>) -> Self
[src]
impl FromMrb<Vec<(Option<String>, Vec<i64>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<String>, Vec<Int>)>) -> Self
[src]
impl FromMrb<Vec<(Option<String>, Vec<(Value, Value)>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: Vec<(Option<String>, Vec<(Value, Value)>)>
) -> Self
[src]
interp: &Mrb,
value: Vec<(Option<String>, Vec<(Value, Value)>)>
) -> Self
impl FromMrb<Vec<(Option<String>, Vec<u8>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<String>, Vec<u8>)>) -> Self
[src]
impl FromMrb<Vec<(Option<String>, Vec<String>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<String>, Vec<String>)>) -> Self
[src]
impl FromMrb<Vec<(Option<String>, Vec<Vec<u8>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<String>, Vec<Vec<u8>>)>) -> Self
[src]
impl FromMrb<Vec<(Option<Vec<u8>>, bool)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<Vec<u8>>, bool)>) -> Self
[src]
impl FromMrb<Vec<(Option<Vec<u8>>, String)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<Vec<u8>>, String)>) -> Self
[src]
impl FromMrb<Vec<(Option<Vec<u8>>, Option<bool>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<Vec<u8>>, Option<bool>)>) -> Self
[src]
impl FromMrb<Vec<(Option<Vec<u8>>, Option<String>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<Vec<u8>>, Option<String>)>) -> Self
[src]
impl FromMrb<Vec<(Option<Vec<u8>>, Vec<bool>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<Vec<u8>>, Vec<bool>)>) -> Self
[src]
impl FromMrb<Vec<(Option<Vec<u8>>, Vec<String>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<Vec<u8>>, Vec<String>)>) -> Self
[src]
impl FromMrb<Vec<(Option<Vec<u8>>, Vec<Option<bool>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: Vec<(Option<Vec<u8>>, Vec<Option<bool>>)>
) -> Self
[src]
interp: &Mrb,
value: Vec<(Option<Vec<u8>>, Vec<Option<bool>>)>
) -> Self
impl FromMrb<Vec<(Option<Vec<u8>>, Vec<Option<String>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: Vec<(Option<Vec<u8>>, Vec<Option<String>>)>
) -> Self
[src]
interp: &Mrb,
value: Vec<(Option<Vec<u8>>, Vec<Option<String>>)>
) -> Self
impl FromMrb<Vec<(Option<Vec<u8>>, Vec<(Value, Value)>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: Vec<(Option<Vec<u8>>, Vec<(Value, Value)>)>
) -> Self
[src]
interp: &Mrb,
value: Vec<(Option<Vec<u8>>, Vec<(Value, Value)>)>
) -> Self
impl FromMrb<Vec<(Option<Vec<u8>>, Value)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<Vec<u8>>, Value)>) -> Self
[src]
impl FromMrb<Vec<(Option<Vec<u8>>, Option<Value>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<Vec<u8>>, Option<Value>)>) -> Self
[src]
impl FromMrb<Vec<(Option<Vec<u8>>, Option<f64>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<Vec<u8>>, Option<Float>)>) -> Self
[src]
impl FromMrb<Vec<(Option<Vec<u8>>, Option<i64>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<Vec<u8>>, Option<Int>)>) -> Self
[src]
impl FromMrb<Vec<(Option<Vec<u8>>, Option<Vec<u8>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: Vec<(Option<Vec<u8>>, Option<Vec<u8>>)>
) -> Self
[src]
interp: &Mrb,
value: Vec<(Option<Vec<u8>>, Option<Vec<u8>>)>
) -> Self
impl FromMrb<Vec<(Option<Vec<u8>>, f64)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<Vec<u8>>, Float)>) -> Self
[src]
impl FromMrb<Vec<(Option<Vec<u8>>, i64)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<Vec<u8>>, Int)>) -> Self
[src]
impl FromMrb<Vec<(Option<Vec<u8>>, Vec<Option<f64>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: Vec<(Option<Vec<u8>>, Vec<Option<Float>>)>
) -> Self
[src]
interp: &Mrb,
value: Vec<(Option<Vec<u8>>, Vec<Option<Float>>)>
) -> Self
impl FromMrb<Vec<(Option<Vec<u8>>, Vec<Option<i64>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: Vec<(Option<Vec<u8>>, Vec<Option<Int>>)>
) -> Self
[src]
interp: &Mrb,
value: Vec<(Option<Vec<u8>>, Vec<Option<Int>>)>
) -> Self
impl FromMrb<Vec<(Option<Vec<u8>>, Vec<Option<Vec<u8>>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: Vec<(Option<Vec<u8>>, Vec<Option<Vec<u8>>>)>
) -> Self
[src]
interp: &Mrb,
value: Vec<(Option<Vec<u8>>, Vec<Option<Vec<u8>>>)>
) -> Self
impl FromMrb<Vec<(Option<Vec<u8>>, Vec<f64>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<Vec<u8>>, Vec<Float>)>) -> Self
[src]
impl FromMrb<Vec<(Option<Vec<u8>>, Vec<i64>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<Vec<u8>>, Vec<Int>)>) -> Self
[src]
impl FromMrb<Vec<(Option<Vec<u8>>, Vec<u8>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<Vec<u8>>, Vec<u8>)>) -> Self
[src]
impl FromMrb<Vec<(Option<Vec<u8>>, Vec<Vec<u8>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Option<Vec<u8>>, Vec<Vec<u8>>)>) -> Self
[src]
impl FromMrb<Vec<(bool, Option<bool>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(bool, Option<bool>)>) -> Self
[src]
impl FromMrb<Vec<(bool, Option<f64>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(bool, Option<Float>)>) -> Self
[src]
impl FromMrb<Vec<(bool, Option<i64>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(bool, Option<Int>)>) -> Self
[src]
impl FromMrb<Vec<(bool, Option<Value>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(bool, Option<Value>)>) -> Self
[src]
impl FromMrb<Vec<(bool, Option<String>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(bool, Option<String>)>) -> Self
[src]
impl FromMrb<Vec<(bool, Option<Vec<u8>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(bool, Option<Vec<u8>>)>) -> Self
[src]
impl FromMrb<Vec<(bool, bool)>> for Value
[src]
impl FromMrb<Vec<(bool, f64)>> for Value
[src]
impl FromMrb<Vec<(bool, i64)>> for Value
[src]
impl FromMrb<Vec<(bool, Value)>> for Value
[src]
impl FromMrb<Vec<(bool, String)>> for Value
[src]
impl FromMrb<Vec<(bool, Vec<Option<bool>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(bool, Vec<Option<bool>>)>) -> Self
[src]
impl FromMrb<Vec<(bool, Vec<Option<f64>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(bool, Vec<Option<Float>>)>) -> Self
[src]
impl FromMrb<Vec<(bool, Vec<Option<i64>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(bool, Vec<Option<Int>>)>) -> Self
[src]
impl FromMrb<Vec<(bool, Vec<Option<String>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(bool, Vec<Option<String>>)>) -> Self
[src]
impl FromMrb<Vec<(bool, Vec<Option<Vec<u8>>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(bool, Vec<Option<Vec<u8>>>)>) -> Self
[src]
impl FromMrb<Vec<(bool, Vec<bool>)>> for Value
[src]
impl FromMrb<Vec<(bool, Vec<f64>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(bool, Vec<Float>)>) -> Self
[src]
impl FromMrb<Vec<(bool, Vec<i64>)>> for Value
[src]
impl FromMrb<Vec<(bool, Vec<(Value, Value)>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(bool, Vec<(Value, Value)>)>) -> Self
[src]
impl FromMrb<Vec<(bool, Vec<u8>)>> for Value
[src]
impl FromMrb<Vec<(bool, Vec<String>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(bool, Vec<String>)>) -> Self
[src]
impl FromMrb<Vec<(bool, Vec<Vec<u8>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(bool, Vec<Vec<u8>>)>) -> Self
[src]
impl FromMrb<Vec<(i64, bool)>> for Value
[src]
impl FromMrb<Vec<(i64, String)>> for Value
[src]
impl FromMrb<Vec<(i64, Option<bool>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Int, Option<bool>)>) -> Self
[src]
impl FromMrb<Vec<(i64, Option<String>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Int, Option<String>)>) -> Self
[src]
impl FromMrb<Vec<(i64, Vec<bool>)>> for Value
[src]
impl FromMrb<Vec<(i64, Vec<String>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Int, Vec<String>)>) -> Self
[src]
impl FromMrb<Vec<(i64, Vec<Option<bool>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Int, Vec<Option<bool>>)>) -> Self
[src]
impl FromMrb<Vec<(i64, Vec<Option<String>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Int, Vec<Option<String>>)>) -> Self
[src]
impl FromMrb<Vec<(i64, Vec<(Value, Value)>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Int, Vec<(Value, Value)>)>) -> Self
[src]
impl FromMrb<Vec<(i64, Value)>> for Value
[src]
impl FromMrb<Vec<(i64, Option<Value>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Int, Option<Value>)>) -> Self
[src]
impl FromMrb<Vec<(i64, Option<f64>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Int, Option<Float>)>) -> Self
[src]
impl FromMrb<Vec<(i64, Option<i64>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Int, Option<Int>)>) -> Self
[src]
impl FromMrb<Vec<(i64, Option<Vec<u8>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Int, Option<Vec<u8>>)>) -> Self
[src]
impl FromMrb<Vec<(i64, f64)>> for Value
[src]
impl FromMrb<Vec<(i64, i64)>> for Value
[src]
impl FromMrb<Vec<(i64, Vec<Option<f64>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Int, Vec<Option<Float>>)>) -> Self
[src]
impl FromMrb<Vec<(i64, Vec<Option<i64>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Int, Vec<Option<Int>>)>) -> Self
[src]
impl FromMrb<Vec<(i64, Vec<Option<Vec<u8>>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Int, Vec<Option<Vec<u8>>>)>) -> Self
[src]
impl FromMrb<Vec<(i64, Vec<f64>)>> for Value
[src]
impl FromMrb<Vec<(i64, Vec<i64>)>> for Value
[src]
impl FromMrb<Vec<(i64, Vec<u8>)>> for Value
[src]
impl FromMrb<Vec<(i64, Vec<Vec<u8>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Int, Vec<Vec<u8>>)>) -> Self
[src]
impl FromMrb<Vec<(Value, Option<Value>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Self, Option<Self>)>) -> Self
[src]
impl FromMrb<Vec<(Value, Value)>> for Value
[src]
impl FromMrb<Vec<(String, Option<bool>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(String, Option<bool>)>) -> Self
[src]
impl FromMrb<Vec<(String, Option<f64>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(String, Option<Float>)>) -> Self
[src]
impl FromMrb<Vec<(String, Option<i64>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(String, Option<Int>)>) -> Self
[src]
impl FromMrb<Vec<(String, Option<Value>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(String, Option<Value>)>) -> Self
[src]
impl FromMrb<Vec<(String, Option<String>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(String, Option<String>)>) -> Self
[src]
impl FromMrb<Vec<(String, Option<Vec<u8>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(String, Option<Vec<u8>>)>) -> Self
[src]
impl FromMrb<Vec<(String, bool)>> for Value
[src]
impl FromMrb<Vec<(String, f64)>> for Value
[src]
impl FromMrb<Vec<(String, i64)>> for Value
[src]
impl FromMrb<Vec<(String, Value)>> for Value
[src]
impl FromMrb<Vec<(String, String)>> for Value
[src]
impl FromMrb<Vec<(String, Vec<Option<bool>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(String, Vec<Option<bool>>)>) -> Self
[src]
impl FromMrb<Vec<(String, Vec<Option<f64>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(String, Vec<Option<Float>>)>) -> Self
[src]
impl FromMrb<Vec<(String, Vec<Option<i64>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(String, Vec<Option<Int>>)>) -> Self
[src]
impl FromMrb<Vec<(String, Vec<Option<String>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(String, Vec<Option<String>>)>) -> Self
[src]
impl FromMrb<Vec<(String, Vec<Option<Vec<u8>>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(String, Vec<Option<Vec<u8>>>)>) -> Self
[src]
impl FromMrb<Vec<(String, Vec<bool>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(String, Vec<bool>)>) -> Self
[src]
impl FromMrb<Vec<(String, Vec<f64>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(String, Vec<Float>)>) -> Self
[src]
impl FromMrb<Vec<(String, Vec<i64>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(String, Vec<Int>)>) -> Self
[src]
impl FromMrb<Vec<(String, Vec<(Value, Value)>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(String, Vec<(Value, Value)>)>) -> Self
[src]
impl FromMrb<Vec<(String, Vec<u8>)>> for Value
[src]
impl FromMrb<Vec<(String, Vec<String>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(String, Vec<String>)>) -> Self
[src]
impl FromMrb<Vec<(String, Vec<Vec<u8>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(String, Vec<Vec<u8>>)>) -> Self
[src]
impl FromMrb<Vec<(Vec<u8>, bool)>> for Value
[src]
impl FromMrb<Vec<(Vec<u8>, String)>> for Value
[src]
impl FromMrb<Vec<(Vec<u8>, Option<bool>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Vec<u8>, Option<bool>)>) -> Self
[src]
impl FromMrb<Vec<(Vec<u8>, Option<String>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Vec<u8>, Option<String>)>) -> Self
[src]
impl FromMrb<Vec<(Vec<u8>, Vec<bool>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Vec<u8>, Vec<bool>)>) -> Self
[src]
impl FromMrb<Vec<(Vec<u8>, Vec<String>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Vec<u8>, Vec<String>)>) -> Self
[src]
impl FromMrb<Vec<(Vec<u8>, Vec<Option<bool>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Vec<u8>, Vec<Option<bool>>)>) -> Self
[src]
impl FromMrb<Vec<(Vec<u8>, Vec<Option<String>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Vec<u8>, Vec<Option<String>>)>) -> Self
[src]
impl FromMrb<Vec<(Vec<u8>, Vec<(Value, Value)>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Vec<u8>, Vec<(Value, Value)>)>) -> Self
[src]
impl FromMrb<Vec<(Vec<u8>, Value)>> for Value
[src]
impl FromMrb<Vec<(Vec<u8>, Option<Value>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Vec<u8>, Option<Value>)>) -> Self
[src]
impl FromMrb<Vec<(Vec<u8>, Option<f64>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Vec<u8>, Option<Float>)>) -> Self
[src]
impl FromMrb<Vec<(Vec<u8>, Option<i64>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Vec<u8>, Option<Int>)>) -> Self
[src]
impl FromMrb<Vec<(Vec<u8>, Option<Vec<u8>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Vec<u8>, Option<Vec<u8>>)>) -> Self
[src]
impl FromMrb<Vec<(Vec<u8>, f64)>> for Value
[src]
impl FromMrb<Vec<(Vec<u8>, i64)>> for Value
[src]
impl FromMrb<Vec<(Vec<u8>, Vec<Option<f64>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Vec<u8>, Vec<Option<Float>>)>) -> Self
[src]
impl FromMrb<Vec<(Vec<u8>, Vec<Option<i64>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Vec<u8>, Vec<Option<Int>>)>) -> Self
[src]
impl FromMrb<Vec<(Vec<u8>, Vec<Option<Vec<u8>>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Vec<u8>, Vec<Option<Vec<u8>>>)>) -> Self
[src]
impl FromMrb<Vec<(Vec<u8>, Vec<f64>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Vec<u8>, Vec<Float>)>) -> Self
[src]
impl FromMrb<Vec<(Vec<u8>, Vec<i64>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Vec<u8>, Vec<Int>)>) -> Self
[src]
impl FromMrb<Vec<(Vec<u8>, Vec<u8>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Vec<u8>, Vec<u8>)>) -> Self
[src]
impl FromMrb<Vec<(Vec<u8>, Vec<Vec<u8>>)>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: Vec<(Vec<u8>, Vec<Vec<u8>>)>) -> Self
[src]
impl FromMrb<Vec<u8>> for Value
[src]
impl FromMrb<Vec<Value>> for Value
[src]
impl FromMrb<Vec<String>> for Value
[src]
impl FromMrb<Vec<Vec<u8>>> for Value
[src]
impl FromMrb<HashMap<Option<bool>, Option<bool>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<bool>, Option<bool>>) -> Self
[src]
impl FromMrb<HashMap<Option<bool>, Option<f64>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<bool>, Option<Float>>) -> Self
[src]
impl FromMrb<HashMap<Option<bool>, Option<i64>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<bool>, Option<Int>>) -> Self
[src]
impl FromMrb<HashMap<Option<bool>, Option<Value>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<bool>, Option<Value>>) -> Self
[src]
impl FromMrb<HashMap<Option<bool>, Option<String>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<bool>, Option<String>>) -> Self
[src]
impl FromMrb<HashMap<Option<bool>, Option<Vec<u8>>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<bool>, Option<Vec<u8>>>) -> Self
[src]
impl FromMrb<HashMap<Option<bool>, bool, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<bool>, bool>) -> Self
[src]
impl FromMrb<HashMap<Option<bool>, f64, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<bool>, Float>) -> Self
[src]
impl FromMrb<HashMap<Option<bool>, i64, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<bool>, Int>) -> Self
[src]
impl FromMrb<HashMap<Option<bool>, Value, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<bool>, Value>) -> Self
[src]
impl FromMrb<HashMap<Option<bool>, String, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<bool>, String>) -> Self
[src]
impl FromMrb<HashMap<Option<bool>, Vec<Option<bool>>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: HashMap<Option<bool>, Vec<Option<bool>>>
) -> Self
[src]
interp: &Mrb,
value: HashMap<Option<bool>, Vec<Option<bool>>>
) -> Self
impl FromMrb<HashMap<Option<bool>, Vec<Option<f64>>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: HashMap<Option<bool>, Vec<Option<Float>>>
) -> Self
[src]
interp: &Mrb,
value: HashMap<Option<bool>, Vec<Option<Float>>>
) -> Self
impl FromMrb<HashMap<Option<bool>, Vec<Option<i64>>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: HashMap<Option<bool>, Vec<Option<Int>>>
) -> Self
[src]
interp: &Mrb,
value: HashMap<Option<bool>, Vec<Option<Int>>>
) -> Self
impl FromMrb<HashMap<Option<bool>, Vec<Option<String>>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: HashMap<Option<bool>, Vec<Option<String>>>
) -> Self
[src]
interp: &Mrb,
value: HashMap<Option<bool>, Vec<Option<String>>>
) -> Self
impl FromMrb<HashMap<Option<bool>, Vec<Option<Vec<u8>>>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: HashMap<Option<bool>, Vec<Option<Vec<u8>>>>
) -> Self
[src]
interp: &Mrb,
value: HashMap<Option<bool>, Vec<Option<Vec<u8>>>>
) -> Self
impl FromMrb<HashMap<Option<bool>, Vec<bool>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<bool>, Vec<bool>>) -> Self
[src]
impl FromMrb<HashMap<Option<bool>, Vec<f64>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<bool>, Vec<Float>>) -> Self
[src]
impl FromMrb<HashMap<Option<bool>, Vec<i64>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<bool>, Vec<Int>>) -> Self
[src]
impl FromMrb<HashMap<Option<bool>, Vec<(Value, Value)>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: HashMap<Option<bool>, Vec<(Value, Value)>>
) -> Self
[src]
interp: &Mrb,
value: HashMap<Option<bool>, Vec<(Value, Value)>>
) -> Self
impl FromMrb<HashMap<Option<bool>, Vec<u8>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<bool>, Vec<u8>>) -> Self
[src]
impl FromMrb<HashMap<Option<bool>, Vec<String>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<bool>, Vec<String>>) -> Self
[src]
impl FromMrb<HashMap<Option<bool>, Vec<Vec<u8>>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<bool>, Vec<Vec<u8>>>) -> Self
[src]
impl FromMrb<HashMap<Option<i64>, bool, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<Int>, bool>) -> Self
[src]
impl FromMrb<HashMap<Option<i64>, String, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<Int>, String>) -> Self
[src]
impl FromMrb<HashMap<Option<i64>, Option<bool>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<Int>, Option<bool>>) -> Self
[src]
impl FromMrb<HashMap<Option<i64>, Option<String>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<Int>, Option<String>>) -> Self
[src]
impl FromMrb<HashMap<Option<i64>, Vec<bool>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<Int>, Vec<bool>>) -> Self
[src]
impl FromMrb<HashMap<Option<i64>, Vec<String>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<Int>, Vec<String>>) -> Self
[src]
impl FromMrb<HashMap<Option<i64>, Vec<Option<bool>>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: HashMap<Option<Int>, Vec<Option<bool>>>
) -> Self
[src]
interp: &Mrb,
value: HashMap<Option<Int>, Vec<Option<bool>>>
) -> Self
impl FromMrb<HashMap<Option<i64>, Vec<Option<String>>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: HashMap<Option<Int>, Vec<Option<String>>>
) -> Self
[src]
interp: &Mrb,
value: HashMap<Option<Int>, Vec<Option<String>>>
) -> Self
impl FromMrb<HashMap<Option<i64>, Vec<(Value, Value)>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: HashMap<Option<Int>, Vec<(Value, Value)>>
) -> Self
[src]
interp: &Mrb,
value: HashMap<Option<Int>, Vec<(Value, Value)>>
) -> Self
impl FromMrb<HashMap<Option<i64>, Value, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<Int>, Value>) -> Self
[src]
impl FromMrb<HashMap<Option<i64>, Option<Value>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<Int>, Option<Value>>) -> Self
[src]
impl FromMrb<HashMap<Option<i64>, Option<f64>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<Int>, Option<Float>>) -> Self
[src]
impl FromMrb<HashMap<Option<i64>, Option<i64>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<Int>, Option<Int>>) -> Self
[src]
impl FromMrb<HashMap<Option<i64>, Option<Vec<u8>>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<Int>, Option<Vec<u8>>>) -> Self
[src]
impl FromMrb<HashMap<Option<i64>, f64, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<Int>, Float>) -> Self
[src]
impl FromMrb<HashMap<Option<i64>, i64, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<Int>, Int>) -> Self
[src]
impl FromMrb<HashMap<Option<i64>, Vec<Option<f64>>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: HashMap<Option<Int>, Vec<Option<Float>>>
) -> Self
[src]
interp: &Mrb,
value: HashMap<Option<Int>, Vec<Option<Float>>>
) -> Self
impl FromMrb<HashMap<Option<i64>, Vec<Option<i64>>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<Int>, Vec<Option<Int>>>) -> Self
[src]
impl FromMrb<HashMap<Option<i64>, Vec<Option<Vec<u8>>>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: HashMap<Option<Int>, Vec<Option<Vec<u8>>>>
) -> Self
[src]
interp: &Mrb,
value: HashMap<Option<Int>, Vec<Option<Vec<u8>>>>
) -> Self
impl FromMrb<HashMap<Option<i64>, Vec<f64>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<Int>, Vec<Float>>) -> Self
[src]
impl FromMrb<HashMap<Option<i64>, Vec<i64>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<Int>, Vec<Int>>) -> Self
[src]
impl FromMrb<HashMap<Option<i64>, Vec<u8>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<Int>, Vec<u8>>) -> Self
[src]
impl FromMrb<HashMap<Option<i64>, Vec<Vec<u8>>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<Int>, Vec<Vec<u8>>>) -> Self
[src]
impl FromMrb<HashMap<Option<String>, Option<bool>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<String>, Option<bool>>) -> Self
[src]
impl FromMrb<HashMap<Option<String>, Option<f64>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<String>, Option<Float>>) -> Self
[src]
impl FromMrb<HashMap<Option<String>, Option<i64>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<String>, Option<Int>>) -> Self
[src]
impl FromMrb<HashMap<Option<String>, Option<Value>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<String>, Option<Value>>) -> Self
[src]
impl FromMrb<HashMap<Option<String>, Option<String>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: HashMap<Option<String>, Option<String>>
) -> Self
[src]
interp: &Mrb,
value: HashMap<Option<String>, Option<String>>
) -> Self
impl FromMrb<HashMap<Option<String>, Option<Vec<u8>>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: HashMap<Option<String>, Option<Vec<u8>>>
) -> Self
[src]
interp: &Mrb,
value: HashMap<Option<String>, Option<Vec<u8>>>
) -> Self
impl FromMrb<HashMap<Option<String>, bool, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<String>, bool>) -> Self
[src]
impl FromMrb<HashMap<Option<String>, f64, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<String>, Float>) -> Self
[src]
impl FromMrb<HashMap<Option<String>, i64, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<String>, Int>) -> Self
[src]
impl FromMrb<HashMap<Option<String>, Value, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<String>, Value>) -> Self
[src]
impl FromMrb<HashMap<Option<String>, String, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<String>, String>) -> Self
[src]
impl FromMrb<HashMap<Option<String>, Vec<Option<bool>>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: HashMap<Option<String>, Vec<Option<bool>>>
) -> Self
[src]
interp: &Mrb,
value: HashMap<Option<String>, Vec<Option<bool>>>
) -> Self
impl FromMrb<HashMap<Option<String>, Vec<Option<f64>>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: HashMap<Option<String>, Vec<Option<Float>>>
) -> Self
[src]
interp: &Mrb,
value: HashMap<Option<String>, Vec<Option<Float>>>
) -> Self
impl FromMrb<HashMap<Option<String>, Vec<Option<i64>>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: HashMap<Option<String>, Vec<Option<Int>>>
) -> Self
[src]
interp: &Mrb,
value: HashMap<Option<String>, Vec<Option<Int>>>
) -> Self
impl FromMrb<HashMap<Option<String>, Vec<Option<String>>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: HashMap<Option<String>, Vec<Option<String>>>
) -> Self
[src]
interp: &Mrb,
value: HashMap<Option<String>, Vec<Option<String>>>
) -> Self
impl FromMrb<HashMap<Option<String>, Vec<Option<Vec<u8>>>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: HashMap<Option<String>, Vec<Option<Vec<u8>>>>
) -> Self
[src]
interp: &Mrb,
value: HashMap<Option<String>, Vec<Option<Vec<u8>>>>
) -> Self
impl FromMrb<HashMap<Option<String>, Vec<bool>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<String>, Vec<bool>>) -> Self
[src]
impl FromMrb<HashMap<Option<String>, Vec<f64>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<String>, Vec<Float>>) -> Self
[src]
impl FromMrb<HashMap<Option<String>, Vec<i64>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<String>, Vec<Int>>) -> Self
[src]
impl FromMrb<HashMap<Option<String>, Vec<(Value, Value)>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: HashMap<Option<String>, Vec<(Value, Value)>>
) -> Self
[src]
interp: &Mrb,
value: HashMap<Option<String>, Vec<(Value, Value)>>
) -> Self
impl FromMrb<HashMap<Option<String>, Vec<u8>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<String>, Vec<u8>>) -> Self
[src]
impl FromMrb<HashMap<Option<String>, Vec<String>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<String>, Vec<String>>) -> Self
[src]
impl FromMrb<HashMap<Option<String>, Vec<Vec<u8>>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<String>, Vec<Vec<u8>>>) -> Self
[src]
impl FromMrb<HashMap<Option<Vec<u8>>, bool, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<Vec<u8>>, bool>) -> Self
[src]
impl FromMrb<HashMap<Option<Vec<u8>>, String, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<Vec<u8>>, String>) -> Self
[src]
impl FromMrb<HashMap<Option<Vec<u8>>, Option<bool>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<Vec<u8>>, Option<bool>>) -> Self
[src]
impl FromMrb<HashMap<Option<Vec<u8>>, Option<String>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: HashMap<Option<Vec<u8>>, Option<String>>
) -> Self
[src]
interp: &Mrb,
value: HashMap<Option<Vec<u8>>, Option<String>>
) -> Self
impl FromMrb<HashMap<Option<Vec<u8>>, Vec<bool>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<Vec<u8>>, Vec<bool>>) -> Self
[src]
impl FromMrb<HashMap<Option<Vec<u8>>, Vec<String>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<Vec<u8>>, Vec<String>>) -> Self
[src]
impl FromMrb<HashMap<Option<Vec<u8>>, Vec<Option<bool>>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: HashMap<Option<Vec<u8>>, Vec<Option<bool>>>
) -> Self
[src]
interp: &Mrb,
value: HashMap<Option<Vec<u8>>, Vec<Option<bool>>>
) -> Self
impl FromMrb<HashMap<Option<Vec<u8>>, Vec<Option<String>>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: HashMap<Option<Vec<u8>>, Vec<Option<String>>>
) -> Self
[src]
interp: &Mrb,
value: HashMap<Option<Vec<u8>>, Vec<Option<String>>>
) -> Self
impl FromMrb<HashMap<Option<Vec<u8>>, Vec<(Value, Value)>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: HashMap<Option<Vec<u8>>, Vec<(Value, Value)>>
) -> Self
[src]
interp: &Mrb,
value: HashMap<Option<Vec<u8>>, Vec<(Value, Value)>>
) -> Self
impl FromMrb<HashMap<Option<Vec<u8>>, Value, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<Vec<u8>>, Value>) -> Self
[src]
impl FromMrb<HashMap<Option<Vec<u8>>, Option<Value>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: HashMap<Option<Vec<u8>>, Option<Value>>
) -> Self
[src]
interp: &Mrb,
value: HashMap<Option<Vec<u8>>, Option<Value>>
) -> Self
impl FromMrb<HashMap<Option<Vec<u8>>, Option<f64>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: HashMap<Option<Vec<u8>>, Option<Float>>
) -> Self
[src]
interp: &Mrb,
value: HashMap<Option<Vec<u8>>, Option<Float>>
) -> Self
impl FromMrb<HashMap<Option<Vec<u8>>, Option<i64>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<Vec<u8>>, Option<Int>>) -> Self
[src]
impl FromMrb<HashMap<Option<Vec<u8>>, Option<Vec<u8>>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: HashMap<Option<Vec<u8>>, Option<Vec<u8>>>
) -> Self
[src]
interp: &Mrb,
value: HashMap<Option<Vec<u8>>, Option<Vec<u8>>>
) -> Self
impl FromMrb<HashMap<Option<Vec<u8>>, f64, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<Vec<u8>>, Float>) -> Self
[src]
impl FromMrb<HashMap<Option<Vec<u8>>, i64, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(interp: &Mrb, value: HashMap<Option<Vec<u8>>, Int>) -> Self
[src]
impl FromMrb<HashMap<Option<Vec<u8>>, Vec<Option<f64>>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: HashMap<Option<Vec<u8>>, Vec<Option<Float>>>
) -> Self
[src]
interp: &Mrb,
value: HashMap<Option<Vec<u8>>, Vec<Option<Float>>>
) -> Self
impl FromMrb<HashMap<Option<Vec<u8>>, Vec<Option<i64>>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: HashMap<Option<Vec<u8>>, Vec<Option<Int>>>
) -> Self
[src]
interp: &Mrb,
value: HashMap<Option<Vec<u8>>, Vec<Option<Int>>>
) -> Self
impl FromMrb<HashMap<Option<Vec<u8>>, Vec<Option<Vec<u8>>>, RandomState>> for Value
[src]
type From = Rust
type To = Ruby
fn from_mrb(
interp: &Mrb,
value: HashMap<Option<Vec<u8>>, Vec<Option<Vec<u8>>>>
) -> Self
[src]
interp: &Mrb,
value: HashMap<Option<Vec<u8>>, Vec<Option<Vec<u8>>>>
) -> Self