Function diesel::insert_default_values [] [src]

pub fn insert_default_values() -> IncompleteDefaultInsertStatement

Creates an insert statement with default values.

This function is not exported by default. As with other commands, the resulting query can return the inserted rows if you choose.