Struct anansi::migrations::CreateRecord
source · pub struct CreateRecord {
pub prefix: &'static str,
pub name: &'static str,
pub fields: Vec<(&'static str, RecordField), Global>,
}Fields§
§prefix: &'static str§name: &'static str§fields: Vec<(&'static str, RecordField), Global>Trait Implementations§
source§impl Clone for CreateRecord
impl Clone for CreateRecord
source§fn clone(&self) -> CreateRecord
fn clone(&self) -> CreateRecord
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