Struct ormlite_attr::ForeignKey
source · pub struct ForeignKey {
pub model: String,
pub column: String,
}Fields§
§model: String§column: StringTrait Implementations§
source§impl Clone for ForeignKey
impl Clone for ForeignKey
source§fn clone(&self) -> ForeignKey
fn clone(&self) -> ForeignKey
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more