Function arel::value::active_value::Set

source ·
pub fn Set<V, ToV>(to_v: ToV) -> ActiveValue<V>
where V: Into<Value> + Clone + PartialEq, ToV: Into<V>,