[][src]Type Definition stk::Object

type Object<T> = HashMap<String, T>;

The type of an object.

Trait Implementations

impl<T> FromValue for Object<T> where
    T: FromValue
[src]

impl<T> ReflectValueType for Object<T>[src]

impl<'a, T> ReflectValueType for &'a Object<T>[src]

impl<'a, T> ReflectValueType for &'a mut Object<T>[src]

impl<T> ToValue for Object<T> where
    T: ToValue
[src]

impl<'a> UnsafeFromValue for &'a Object<ValuePtr>[src]

type Guard = RawRefGuard

The raw guard returned. Read more