logo

Trait sea_orm::entity::IntoActiveValue[][src]

pub trait IntoActiveValue<V> where
    V: Into<Value>, 
{ fn into_active_value(self) -> ActiveValue<V>; }
Expand description

Constraints to perform the conversion of a type into an ActiveValue

Required methods

Method to perform the conversion

Implementations on Foreign Types

Implementors