mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
merge main
This commit is contained in:
commit
015d90a962
38 changed files with 792 additions and 205 deletions
|
@ -42,6 +42,12 @@ impl std::ops::Deref for Value {
|
|||
}
|
||||
}
|
||||
|
||||
impl std::ops::DerefMut for Value {
|
||||
fn deref_mut(&mut self) -> &mut Self::Target {
|
||||
&mut self.0
|
||||
}
|
||||
}
|
||||
|
||||
impl PartialEq<serde_json::Value> for Value {
|
||||
fn eq(&self, other: &serde_json::Value) -> bool {
|
||||
&self.0 == other
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue