Struct rustorm::DatabaseName[][src]

pub struct DatabaseName { /* fields omitted */ }

The current database name and its comment

Trait Implementations

impl FromDao for DatabaseName
[src]

convert dao to an instance of the corresponding struct of the model taking into considerating the renamed columns Read more

Auto Trait Implementations