mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
fix all the import and comment most of the dump v6
This commit is contained in:
parent
141a1c9464
commit
0af00f6b32
5 changed files with 36 additions and 22 deletions
|
@ -416,6 +416,7 @@ pub enum Details {
|
|||
dump_uid: String,
|
||||
},
|
||||
}
|
||||
|
||||
#[derive(Default, Debug, PartialEq, Clone, Serialize)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub struct DetailsView {
|
||||
|
@ -441,6 +442,7 @@ pub struct DetailsView {
|
|||
#[serde(flatten)]
|
||||
settings: Option<Settings<Unchecked>>,
|
||||
}
|
||||
|
||||
impl Details {
|
||||
fn as_details_view(&self) -> DetailsView {
|
||||
match self.clone() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue