Trait diesel::associations::HasTable [−][src]
This trait indicates that a struct is associated with a single database table.
This trait is implemented by structs which implement Identifiable
,
as well as database tables themselves.
Associated Types
Required Methods
Implementations on Foreign Types
impl<'a, T: HasTable> HasTable for &'a T
[src]
impl<'a, T: HasTable> HasTable for &'a T