Trait sn0int::models::InsertableStruct[][src]

pub trait InsertableStruct<T: Model>: Upsertable<T> {
    fn value(&self) -> &T::ID;
fn set_scoped(&mut self, scoped: bool);
fn insert(&self, db: &Database) -> Result<()>; }

Required methods

Implementors