Struct cargo_registry::version::NewAuthor [] [src]

struct NewAuthor<'a> {
    version_id: i32,
    name: &'a str,
}

Fields

Trait Implementations

impl<'a, 'insert, DB> Insertable<table, DB> for &'insert NewAuthor<'a> where
    DB: Backend,
    (ColumnInsertValue<version_id, AsExpr<&'insert i32, version_id>>, ColumnInsertValue<name, AsExpr<&'insert &'a str, name>>): InsertValues<DB>, 

impl<'a: 'insert, 'insert, Op> IntoInsertStatement<table, Op> for &'insert NewAuthor<'a>

impl<'a: 'insert, 'insert> UndecoratedInsertRecord<table> for &'insert NewAuthor<'a>

impl<'a> Debug for NewAuthor<'a>
[src]

[src]

Formats the value using the given formatter.