Struct badtouch::structs::LuaMap [] [src]

pub struct LuaMap(_);

Methods

impl LuaMap
[src]

[src]

[src]

[src]

[src]

Important traits for IntoIter<K, V>
[src]

Trait Implementations

impl Debug for LuaMap
[src]

[src]

Formats the value using the given formatter. Read more

impl From<HashMap<String, String>> for LuaMap
[src]

[src]

Performs the conversion.

impl From<HashMap<AnyHashableLuaValue, AnyLuaValue>> for LuaMap
[src]

[src]

Performs the conversion.

impl From<Vec<(AnyLuaValue, AnyLuaValue)>> for LuaMap
[src]

[src]

Performs the conversion.

impl Into<HashMap<AnyHashableLuaValue, AnyLuaValue>> for LuaMap
[src]

[src]

Performs the conversion.

impl Into<AnyLuaValue> for LuaMap
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for LuaMap

impl Sync for LuaMap