[][src]Trait koto_runtime::ValueMapKey

pub trait ValueMapKey {
    pub fn to_value_ref(&self) -> ValueRef<'_>;
}

Required methods

pub fn to_value_ref(&self) -> ValueRef<'_>[src]

Loading content...

Trait Implementations

impl<'a> Borrow<dyn ValueMapKey + 'a> for Value[src]

impl<'a> Borrow<dyn ValueMapKey + 'a> for &'a str[src]

impl<'a> Eq for dyn ValueMapKey + 'a[src]

impl<'a> Hash for dyn ValueMapKey + 'a[src]

impl<'a> PartialEq<dyn ValueMapKey + 'a> for dyn ValueMapKey + 'a[src]

Implementations on Foreign Types

impl<'a> ValueMapKey for &'a str[src]

Loading content...

Implementors

impl ValueMapKey for Value[src]

Loading content...