[][src]Trait object_query::QuerySetItem

pub trait QuerySetItem: Sized {
    fn query_set_item<'a>(
        &mut self,
        query: &Query<'a>,
        val: Self
    ) -> SetResult<Self>; }

Describe how to set a value from a query

Required methods

fn query_set_item<'a>(
    &mut self,
    query: &Query<'a>,
    val: Self
) -> SetResult<Self>

Loading content...

Implementations on Foreign Types

impl QuerySetItem for Value[src]

Loading content...

Implementors

Loading content...