705 lines
366 KiB
HTML
705 lines
366 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Represents any valid JSON value."><title>Value in serde_json::value - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2"href="../../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../../static.files/rustdoc-ca0dd0c4.css"><meta name="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="serde_json" data-themes="" data-resource-suffix="" data-rustdoc-version="1.93.1 (01f6ddf75 2026-02-11) (Arch Linux rust 1:1.93.1-1)" data-channel="1.93.1" data-search-js="search-9e2438ea.js" data-stringdex-js="stringdex-a3946164.js" data-settings-js="settings-c38705f0.js" ><script src="../../static.files/storage-e2aeef58.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../static.files/main-a410ff4d.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-263c88ec.css"></noscript><link rel="alternate icon" type="image/png" href="../../static.files/favicon-32x32-eab170b8.png"><link rel="icon" type="image/svg+xml" href="../../static.files/favicon-044be391.svg"></head><body class="rustdoc enum"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><rustdoc-topbar><h2><a href="#">Value</a></h2></rustdoc-topbar><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../serde_json/index.html">serde_<wbr>json</a><span class="version">1.0.149</span></h2></div><div class="sidebar-elems"><section id="rustdoc-toc"><h2 class="location"><a href="#">Value</a></h2><h3><a href="#variants">Variants</a></h3><ul class="block variant"><li><a href="#variant.Array" title="Array">Array</a></li><li><a href="#variant.Bool" title="Bool">Bool</a></li><li><a href="#variant.Null" title="Null">Null</a></li><li><a href="#variant.Number" title="Number">Number</a></li><li><a href="#variant.Object" title="Object">Object</a></li><li><a href="#variant.String" title="String">String</a></li></ul><h3><a href="#implementations">Methods</a></h3><ul class="block method"><li><a href="#method.as_array" title="as_array">as_array</a></li><li><a href="#method.as_array_mut" title="as_array_mut">as_array_mut</a></li><li><a href="#method.as_bool" title="as_bool">as_bool</a></li><li><a href="#method.as_f64" title="as_f64">as_f64</a></li><li><a href="#method.as_i64" title="as_i64">as_i64</a></li><li><a href="#method.as_null" title="as_null">as_null</a></li><li><a href="#method.as_number" title="as_number">as_number</a></li><li><a href="#method.as_object" title="as_object">as_object</a></li><li><a href="#method.as_object_mut" title="as_object_mut">as_object_mut</a></li><li><a href="#method.as_str" title="as_str">as_str</a></li><li><a href="#method.as_u64" title="as_u64">as_u64</a></li><li><a href="#method.get" title="get">get</a></li><li><a href="#method.get_mut" title="get_mut">get_mut</a></li><li><a href="#method.is_array" title="is_array">is_array</a></li><li><a href="#method.is_boolean" title="is_boolean">is_boolean</a></li><li><a href="#method.is_f64" title="is_f64">is_f64</a></li><li><a href="#method.is_i64" title="is_i64">is_i64</a></li><li><a href="#method.is_null" title="is_null">is_null</a></li><li><a href="#method.is_number" title="is_number">is_number</a></li><li><a href="#method.is_object" title="is_object">is_object</a></li><li><a href="#method.is_string" title="is_string">is_string</a></li><li><a href="#method.is_u64" title="is_u64">is_u64</a></li><li><a href="#method.pointer" title="pointer">pointer</a></li><li><a href="#method.pointer_mut" title="pointer_mut">pointer_mut</a></li><li><a href="#method.sort_all_objects" title="sort_all_objects">sort_all_objects</a></li><li><a href="#method.take" title="take">take</a></li></ul><h3><a href="#trait-implementations">Trait Implementations</a></h3><ul class="block trait-implementation"><li><a href="#impl-Clone-for-Value" title="Clone">Clone</a></li><li><a href="#impl-Debug-for-Value" title="Debug">Debug</a></li><li><a href="#impl-Default-for-%26Value" title="Default">Default</a></li><li><a href="#impl-Default-for-Value" title="Default">Default</a></li><li><a href="#impl-Deserialize%3C'de%3E-for-Value" title="Deserialize<'de>">Deserialize<'de></a></li><li><a href="#impl-Deserializer%3C'de%3E-for-%26Value" title="Deserializer<'de>">Deserializer<'de></a></li><li><a href="#impl-Deserializer%3C'de%3E-for-Value" title="Deserializer<'de>">Deserializer<'de></a></li><li><a href="#impl-Display-for-Value" title="Display">Display</a></li><li><a href="#impl-Eq-for-Value" title="Eq">Eq</a></li><li><a href="#impl-From%3C%26%5BT%5D%3E-for-Value" title="From<&[T]>">From<&[T]></a></li><li><a href="#impl-From%3C%26str%3E-for-Value" title="From<&str>">From<&str></a></li><li><a href="#impl-From%3C()%3E-for-Value" title="From<()>">From<()></a></li><li><a href="#impl-From%3CCow%3C'a,+str%3E%3E-for-Value" title="From<Cow<'a, str>>">From<Cow<'a, str>></a></li><li><a href="#impl-From%3CMap%3CString,+Value%3E%3E-for-Value" title="From<Map<String, Value>>">From<Map<String, Value>></a></li><li><a href="#impl-From%3CNumber%3E-for-Value" title="From<Number>">From<Number></a></li><li><a href="#impl-From%3COption%3CT%3E%3E-for-Value" title="From<Option<T>>">From<Option<T>></a></li><li><a href="#impl-From%3CString%3E-for-Value" title="From<String>">From<String></a></li><li><a href="#impl-From%3CVec%3CT%3E%3E-for-Value" title="From<Vec<T>>">From<Vec<T>></a></li><li><a href="#impl-From%3C%5BT;+N%5D%3E-for-Value" title="From<[T; N]>">From<[T; N]></a></li><li><a href="#impl-From%3Cbool%3E-for-Value" title="From<bool>">From<bool></a></li><li><a href="#impl-From%3Cf32%3E-for-Value" title="From<f32>">From<f32></a></li><li><a href="#impl-From%3Cf64%3E-for-Value" title="From<f64>">From<f64></a></li><li><a href="#impl-From%3Ci8%3E-for-Value" title="From<i8>">From<i8></a></li><li><a href="#impl-From%3Ci16%3E-for-Value" title="From<i16>">From<i16></a></li><li><a href="#impl-From%3Ci32%3E-for-Value" title="From<i32>">From<i32></a></li><li><a href="#impl-From%3Ci64%3E-for-Value" title="From<i64>">From<i64></a></li><li><a href="#impl-From%3Cisize%3E-for-Value" title="From<isize>">From<isize></a></li><li><a href="#impl-From%3Cu8%3E-for-Value" title="From<u8>">From<u8></a></li><li><a href="#impl-From%3Cu16%3E-for-Value" title="From<u16>">From<u16></a></li><li><a href="#impl-From%3Cu32%3E-for-Value" title="From<u32>">From<u32></a></li><li><a href="#impl-From%3Cu64%3E-for-Value" title="From<u64>">From<u64></a></li><li><a href="#impl-From%3Cusize%3E-for-Value" title="From<usize>">From<usize></a></li><li><a href="#impl-FromIterator%3C(K,+V)%3E-for-Value" title="FromIterator<(K, V)>">FromIterator<(K, V)></a></li><li><a href="#impl-FromIterator%3CT%3E-for-Value" title="FromIterator<T>">FromIterator<T></a></li><li><a href="#impl-FromStr-for-Value" title="FromStr">FromStr</a></li><li><a href="#impl-Hash-for-Value" title="Hash">Hash</a></li><li><a href="#impl-Index%3CI%3E-for-Value" title="Index<I>">Index<I></a></li><li><a href="#impl-IndexMut%3CI%3E-for-Value" title="IndexMut<I>">IndexMut<I></a></li><li><a href="#impl-IntoDeserializer%3C'de,+Error%3E-for-%26Value" title="IntoDeserializer<'de, Error>">IntoDeserializer<'de, Error></a></li><li><a href="#impl-IntoDeserializer%3C'de,+Error%3E-for-Value" title="IntoDeserializer<'de, Error>">IntoDeserializer<'de, Error></a></li><li><a href="#impl-PartialEq-for-Value" title="PartialEq">PartialEq</a></li><li><a href="#impl-PartialEq%3C%26str%3E-for-Value" title="PartialEq<&str>">PartialEq<&str></a></li><li><a href="#impl-PartialEq%3CString%3E-for-Value" title="PartialEq<String>">PartialEq<String></a></li><li><a href="#impl-PartialEq%3CValue%3E-for-%26str" title="PartialEq<Value>">PartialEq<Value></a></li><li><a href="#impl-PartialEq%3CValue%3E-for-String" title="PartialEq<Value>">PartialEq<Value></a></li><li><a href="#impl-PartialEq%3CValue%3E-for-bool" title="PartialEq<Value>">PartialEq<Value></a></li><li><a href="#impl-PartialEq%3CValue%3E-for-f32" title="PartialEq<Value>">PartialEq<Value></a></li><li><a href="#impl-PartialEq%3CValue%3E-for-f64" title="PartialEq<Value>">PartialEq<Value></a></li><li><a href="#impl-PartialEq%3CValue%3E-for-i16" title="PartialEq<Value>">PartialEq<Value></a></li><li><a href="#impl-PartialEq%3CValue%3E-for-i32" title="PartialEq<Value>">PartialEq<Value></a></li><li><a href="#impl-PartialEq%3CValue%3E-for-i64" title="PartialEq<Value>">PartialEq<Value></a></li><li><a href="#impl-PartialEq%3CValue%3E-for-i8" title="PartialEq<Value>">PartialEq<Value></a></li><li><a href="#impl-PartialEq%3CValue%3E-for-isize" title="PartialEq<Value>">PartialEq<Value></a></li><li><a href="#impl-PartialEq%3CValue%3E-for-str" title="PartialEq<Value>">PartialEq<Value></a></li><li><a href="#impl-PartialEq%3CValue%3E-for-u16" title="PartialEq<Value>">PartialEq<Value></a></li><li><a href="#impl-PartialEq%3CValue%3E-for-u32" title="PartialEq<Value>">PartialEq<Value></a></li><li><a href="#impl-PartialEq%3CValue%3E-for-u64" title="PartialEq<Value>">PartialEq<Value></a></li><li><a href="#impl-PartialEq%3CValue%3E-for-u8" title="PartialEq<Value>">PartialEq<Value></a></li><li><a href="#impl-PartialEq%3CValue%3E-for-usize" title="PartialEq<Value>">PartialEq<Value></a></li><li><a href="#impl-PartialEq%3Cbool%3E-for-%26Value" title="PartialEq<bool>">PartialEq<bool></a></li><li><a href="#impl-PartialEq%3Cbool%3E-for-%26mut+Value" title="PartialEq<bool>">PartialEq<bool></a></li><li><a href="#impl-PartialEq%3Cbool%3E-for-Value" title="PartialEq<bool>">PartialEq<bool></a></li><li><a href="#impl-PartialEq%3Cf32%3E-for-%26Value" title="PartialEq<f32>">PartialEq<f32></a></li><li><a href="#impl-PartialEq%3Cf32%3E-for-%26mut+Value" title="PartialEq<f32>">PartialEq<f32></a></li><li><a href="#impl-PartialEq%3Cf32%3E-for-Value" title="PartialEq<f32>">PartialEq<f32></a></li><li><a href="#impl-PartialEq%3Cf64%3E-for-%26Value" title="PartialEq<f64>">PartialEq<f64></a></li><li><a href="#impl-PartialEq%3Cf64%3E-for-%26mut+Value" title="PartialEq<f64>">PartialEq<f64></a></li><li><a href="#impl-PartialEq%3Cf64%3E-for-Value" title="PartialEq<f64>">PartialEq<f64></a></li><li><a href="#impl-PartialEq%3Ci8%3E-for-%26Value" title="PartialEq<i8>">PartialEq<i8></a></li><li><a href="#impl-PartialEq%3Ci8%3E-for-%26mut+Value" title="PartialEq<i8>">PartialEq<i8></a></li><li><a href="#impl-PartialEq%3Ci8%3E-for-Value" title="PartialEq<i8>">PartialEq<i8></a></li><li><a href="#impl-PartialEq%3Ci16%3E-for-%26Value" title="PartialEq<i16>">PartialEq<i16></a></li><li><a href="#impl-PartialEq%3Ci16%3E-for-%26mut+Value" title="PartialEq<i16>">PartialEq<i16></a></li><li><a href="#impl-PartialEq%3Ci16%3E-for-Value" title="PartialEq<i16>">PartialEq<i16></a></li><li><a href="#impl-PartialEq%3Ci32%3E-for-%26Value" title="PartialEq<i32>">PartialEq<i32></a></li><li><a href="#impl-PartialEq%3Ci32%3E-for-%26mut+Value" title="PartialEq<i32>">PartialEq<i32></a></li><li><a href="#impl-PartialEq%3Ci32%3E-for-Value" title="PartialEq<i32>">PartialEq<i32></a></li><li><a href="#impl-PartialEq%3Ci64%3E-for-%26Value" title="PartialEq<i64>">PartialEq<i64></a></li><li><a href="#impl-PartialEq%3Ci64%3E-for-%26mut+Value" title="PartialEq<i64>">PartialEq<i64></a></li><li><a href="#impl-PartialEq%3Ci64%3E-for-Value" title="PartialEq<i64>">PartialEq<i64></a></li><li><a href="#impl-PartialEq%3Cisize%3E-for-%26Value" title="PartialEq<isize>">PartialEq<isize></a></li><li><a href="#impl-PartialEq%3Cisize%3E-for-%26mut+Value" title="PartialEq<isize>">PartialEq<isize></a></li><li><a href="#impl-PartialEq%3Cisize%3E-for-Value" title="PartialEq<isize>">PartialEq<isize></a></li><li><a href="#impl-PartialEq%3Cstr%3E-for-Value" title="PartialEq<str>">PartialEq<str></a></li><li><a href="#impl-PartialEq%3Cu8%3E-for-%26Value" title="PartialEq<u8>">PartialEq<u8></a></li><li><a href="#impl-PartialEq%3Cu8%3E-for-%26mut+Value" title="PartialEq<u8>">PartialEq<u8></a></li><li><a href="#impl-PartialEq%3Cu8%3E-for-Value" title="PartialEq<u8>">PartialEq<u8></a></li><li><a href="#impl-PartialEq%3Cu16%3E-for-%26Value" title="PartialEq<u16>">PartialEq<u16></a></li><li><a href="#impl-PartialEq%3Cu16%3E-for-%26mut+Value" title="PartialEq<u16>">PartialEq<u16></a></li><li><a href="#impl-PartialEq%3Cu16%3E-for-Value" title="PartialEq<u16>">PartialEq<u16></a></li><li><a href="#impl-PartialEq%3Cu32%3E-for-%26Value" title="PartialEq<u32>">PartialEq<u32></a></li><li><a href="#impl-PartialEq%3Cu32%3E-for-%26mut+Value" title="PartialEq<u32>">PartialEq<u32></a></li><li><a href="#impl-PartialEq%3Cu32%3E-for-Value" title="PartialEq<u32>">PartialEq<u32></a></li><li><a href="#impl-PartialEq%3Cu64%3E-for-%26Value" title="PartialEq<u64>">PartialEq<u64></a></li><li><a href="#impl-PartialEq%3Cu64%3E-for-%26mut+Value" title="PartialEq<u64>">PartialEq<u64></a></li><li><a href="#impl-PartialEq%3Cu64%3E-for-Value" title="PartialEq<u64>">PartialEq<u64></a></li><li><a href="#impl-PartialEq%3Cusize%3E-for-%26Value" title="PartialEq<usize>">PartialEq<usize></a></li><li><a href="#impl-PartialEq%3Cusize%3E-for-%26mut+Value" title="PartialEq<usize>">PartialEq<usize></a></li><li><a href="#impl-PartialEq%3Cusize%3E-for-Value" title="PartialEq<usize>">PartialEq<usize></a></li><li><a href="#impl-Serialize-for-Value" title="Serialize">Serialize</a></li><li><a href="#impl-StructuralPartialEq-for-Value" title="StructuralPartialEq">StructuralPartialEq</a></li></ul><h3><a href="#synthetic-implementations">Auto Trait Implementations</a></h3><ul class="block synthetic-implementation"><li><a href="#impl-Freeze-for-Value" title="Freeze">Freeze</a></li><li><a href="#impl-RefUnwindSafe-for-Value" title="RefUnwindSafe">RefUnwindSafe</a></li><li><a href="#impl-Send-for-Value" title="Send">Send</a></li><li><a href="#impl-Sync-for-Value" title="Sync">Sync</a></li><li><a href="#impl-Unpin-for-Value" title="Unpin">Unpin</a></li><li><a href="#impl-UnwindSafe-for-Value" title="UnwindSafe">UnwindSafe</a></li></ul><h3><a href="#blanket-implementations">Blanket Implementations</a></h3><ul class="block blanket-implementation"><li><a href="#impl-Any-for-T" title="Any">Any</a></li><li><a href="#impl-Borrow%3CT%3E-for-T" title="Borrow<T>">Borrow<T></a></li><li><a href="#impl-BorrowMut%3CT%3E-for-T" title="BorrowMut<T>">BorrowMut<T></a></li><li><a href="#impl-CloneToUninit-for-T" title="CloneToUninit">CloneToUninit</a></li><li><a href="#impl-DeserializeOwned-for-T" title="DeserializeOwned">DeserializeOwned</a></li><li><a href="#impl-From%3CT%3E-for-T" title="From<T>">From<T></a></li><li><a href="#impl-Into%3CU%3E-for-T" title="Into<U>">Into<U></a></li><li><a href="#impl-ToOwned-for-T" title="ToOwned">ToOwned</a></li><li><a href="#impl-ToString-for-T" title="ToString">ToString</a></li><li><a href="#impl-TryFrom%3CU%3E-for-T" title="TryFrom<U>">TryFrom<U></a></li><li><a href="#impl-TryInto%3CU%3E-for-T" title="TryInto<U>">TryInto<U></a></li></ul></section><div id="rustdoc-modnav"><h2><a href="index.html">In serde_<wbr>json::<wbr>value</a></h2></div></div></nav><div class="sidebar-resizer" title="Drag to resize sidebar"></div><main><div class="width-limiter"><section id="main-content" class="content"><div class="main-heading"><div class="rustdoc-breadcrumbs"><a href="../index.html">serde_json</a>::<wbr><a href="index.html">value</a></div><h1>Enum <span class="enum">Value</span> <button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../../src/serde_json/value/mod.rs.html#116-176">Source</a> </span></div><pre class="rust item-decl"><code>pub enum Value {
|
||
Null,
|
||
Bool(<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a>),
|
||
Number(<a class="struct" href="../struct.Number.html" title="struct serde_json::Number">Number</a>),
|
||
String(<a class="struct" href="https://doc.rust-lang.org/1.93.1/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>),
|
||
Array(<a class="struct" href="https://doc.rust-lang.org/1.93.1/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>>),
|
||
Object(<a class="struct" href="../struct.Map.html" title="struct serde_json::Map">Map</a><<a class="struct" href="https://doc.rust-lang.org/1.93.1/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>>),
|
||
}</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Represents any valid JSON value.</p>
|
||
<p>See the <a href="index.html" title="mod serde_json::value"><code>serde_json::value</code> module documentation</a> for usage examples.</p>
|
||
</div></details><h2 id="variants" class="variants section-header">Variants<a href="#variants" class="anchor">§</a></h2><div class="variants"><section id="variant.Null" class="variant"><a href="#variant.Null" class="anchor">§</a><h3 class="code-header">Null</h3></section><div class="docblock"><p>Represents a JSON null value.</p>
|
||
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>v = <span class="macro">json!</span>(null);</code></pre></div></div><section id="variant.Bool" class="variant"><a href="#variant.Bool" class="anchor">§</a><h3 class="code-header">Bool(<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a>)</h3></section><div class="docblock"><p>Represents a JSON boolean.</p>
|
||
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>v = <span class="macro">json!</span>(<span class="bool-val">true</span>);</code></pre></div></div><section id="variant.Number" class="variant"><a href="#variant.Number" class="anchor">§</a><h3 class="code-header">Number(<a class="struct" href="../struct.Number.html" title="struct serde_json::Number">Number</a>)</h3></section><div class="docblock"><p>Represents a JSON number, whether integer or floating point.</p>
|
||
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>v = <span class="macro">json!</span>(<span class="number">12.5</span>);</code></pre></div></div><section id="variant.String" class="variant"><a href="#variant.String" class="anchor">§</a><h3 class="code-header">String(<a class="struct" href="https://doc.rust-lang.org/1.93.1/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>)</h3></section><div class="docblock"><p>Represents a JSON string.</p>
|
||
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>v = <span class="macro">json!</span>(<span class="string">"a string"</span>);</code></pre></div></div><section id="variant.Array" class="variant"><a href="#variant.Array" class="anchor">§</a><h3 class="code-header">Array(<a class="struct" href="https://doc.rust-lang.org/1.93.1/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>>)</h3></section><div class="docblock"><p>Represents a JSON array.</p>
|
||
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>v = <span class="macro">json!</span>([<span class="string">"an"</span>, <span class="string">"array"</span>]);</code></pre></div></div><section id="variant.Object" class="variant"><a href="#variant.Object" class="anchor">§</a><h3 class="code-header">Object(<a class="struct" href="../struct.Map.html" title="struct serde_json::Map">Map</a><<a class="struct" href="https://doc.rust-lang.org/1.93.1/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>>)</h3></section><div class="docblock"><p>Represents a JSON object.</p>
|
||
<p>By default the map is backed by a BTreeMap. Enable the <code>preserve_order</code>
|
||
feature of serde_json to use IndexMap instead, which preserves
|
||
entries in the order they are inserted into the map. In particular, this
|
||
allows JSON data to be deserialized into a Value and serialized to a
|
||
string while retaining the order of map keys in the input.</p>
|
||
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>v = <span class="macro">json!</span>({ <span class="string">"an"</span>: <span class="string">"object" </span>});</code></pre></div></div></div><h2 id="implementations" class="section-header">Implementations<a href="#implementations" class="anchor">§</a></h2><div id="implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/mod.rs.html#266-890">Source</a><a href="#impl-Value" class="anchor">§</a><h3 class="code-header">impl <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.get" class="method"><a class="src rightside" href="../../src/serde_json/value/mod.rs.html#305-307">Source</a><h4 class="code-header">pub fn <a href="#method.get" class="fn">get</a><I: <a class="trait" href="trait.Index.html" title="trait serde_json::value::Index">Index</a>>(&self, index: I) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>></h4></section></summary><div class="docblock"><p>Index into a JSON array or map. A string index can be used to access a
|
||
value in a map, and a usize index can be used to access an element of an
|
||
array.</p>
|
||
<p>Returns <code>None</code> if the type of <code>self</code> does not match the type of the
|
||
index, for example if the index is a string and <code>self</code> is an array or a
|
||
number. Also returns <code>None</code> if the given key does not exist in the map
|
||
or the given index is not within the bounds of the array.</p>
|
||
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>object = <span class="macro">json!</span>({ <span class="string">"A"</span>: <span class="number">65</span>, <span class="string">"B"</span>: <span class="number">66</span>, <span class="string">"C"</span>: <span class="number">67 </span>});
|
||
<span class="macro">assert_eq!</span>(<span class="kw-2">*</span>object.get(<span class="string">"A"</span>).unwrap(), <span class="macro">json!</span>(<span class="number">65</span>));
|
||
|
||
<span class="kw">let </span>array = <span class="macro">json!</span>([ <span class="string">"A"</span>, <span class="string">"B"</span>, <span class="string">"C" </span>]);
|
||
<span class="macro">assert_eq!</span>(<span class="kw-2">*</span>array.get(<span class="number">2</span>).unwrap(), <span class="macro">json!</span>(<span class="string">"C"</span>));
|
||
|
||
<span class="macro">assert_eq!</span>(array.get(<span class="string">"A"</span>), <span class="prelude-val">None</span>);</code></pre></div>
|
||
<p>Square brackets can also be used to index into a value in a more concise
|
||
way. This returns <code>Value::Null</code> in cases where <code>get</code> would have returned
|
||
<code>None</code>.</p>
|
||
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>object = <span class="macro">json!</span>({
|
||
<span class="string">"A"</span>: [<span class="string">"a"</span>, <span class="string">"á"</span>, <span class="string">"à"</span>],
|
||
<span class="string">"B"</span>: [<span class="string">"b"</span>, <span class="string">"b́"</span>],
|
||
<span class="string">"C"</span>: [<span class="string">"c"</span>, <span class="string">"ć"</span>, <span class="string">"ć̣"</span>, <span class="string">"ḉ"</span>],
|
||
});
|
||
<span class="macro">assert_eq!</span>(object[<span class="string">"B"</span>][<span class="number">0</span>], <span class="macro">json!</span>(<span class="string">"b"</span>));
|
||
|
||
<span class="macro">assert_eq!</span>(object[<span class="string">"D"</span>], <span class="macro">json!</span>(null));
|
||
<span class="macro">assert_eq!</span>(object[<span class="number">0</span>][<span class="string">"x"</span>][<span class="string">"y"</span>][<span class="string">"z"</span>], <span class="macro">json!</span>(null));</code></pre></div></div></details><details class="toggle method-toggle" open><summary><section id="method.get_mut" class="method"><a class="src rightside" href="../../src/serde_json/value/mod.rs.html#327-329">Source</a><h4 class="code-header">pub fn <a href="#method.get_mut" class="fn">get_mut</a><I: <a class="trait" href="trait.Index.html" title="trait serde_json::value::Index">Index</a>>(&mut self, index: I) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>></h4></section></summary><div class="docblock"><p>Mutably index into a JSON array or map. A string index can be used to
|
||
access a value in a map, and a usize index can be used to access an
|
||
element of an array.</p>
|
||
<p>Returns <code>None</code> if the type of <code>self</code> does not match the type of the
|
||
index, for example if the index is a string and <code>self</code> is an array or a
|
||
number. Also returns <code>None</code> if the given key does not exist in the map
|
||
or the given index is not within the bounds of the array.</p>
|
||
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span><span class="kw-2">mut </span>object = <span class="macro">json!</span>({ <span class="string">"A"</span>: <span class="number">65</span>, <span class="string">"B"</span>: <span class="number">66</span>, <span class="string">"C"</span>: <span class="number">67 </span>});
|
||
<span class="kw-2">*</span>object.get_mut(<span class="string">"A"</span>).unwrap() = <span class="macro">json!</span>(<span class="number">69</span>);
|
||
|
||
<span class="kw">let </span><span class="kw-2">mut </span>array = <span class="macro">json!</span>([ <span class="string">"A"</span>, <span class="string">"B"</span>, <span class="string">"C" </span>]);
|
||
<span class="kw-2">*</span>array.get_mut(<span class="number">2</span>).unwrap() = <span class="macro">json!</span>(<span class="string">"D"</span>);</code></pre></div></div></details><details class="toggle method-toggle" open><summary><section id="method.is_object" class="method"><a class="src rightside" href="../../src/serde_json/value/mod.rs.html#348-350">Source</a><h4 class="code-header">pub fn <a href="#method.is_object" class="fn">is_object</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class="docblock"><p>Returns true if the <code>Value</code> is an Object. Returns false otherwise.</p>
|
||
<p>For any Value on which <code>is_object</code> returns true, <code>as_object</code> and
|
||
<code>as_object_mut</code> are guaranteed to return the map representation of the
|
||
object.</p>
|
||
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>obj = <span class="macro">json!</span>({ <span class="string">"a"</span>: { <span class="string">"nested"</span>: <span class="bool-val">true </span>}, <span class="string">"b"</span>: [<span class="string">"an"</span>, <span class="string">"array"</span>] });
|
||
|
||
<span class="macro">assert!</span>(obj.is_object());
|
||
<span class="macro">assert!</span>(obj[<span class="string">"a"</span>].is_object());
|
||
|
||
<span class="comment">// array, not an object
|
||
</span><span class="macro">assert!</span>(!obj[<span class="string">"b"</span>].is_object());</code></pre></div></div></details><details class="toggle method-toggle" open><summary><section id="method.as_object" class="method"><a class="src rightside" href="../../src/serde_json/value/mod.rs.html#366-371">Source</a><h4 class="code-header">pub fn <a href="#method.as_object" class="fn">as_object</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../struct.Map.html" title="struct serde_json::Map">Map</a><<a class="struct" href="https://doc.rust-lang.org/1.93.1/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>>></h4></section></summary><div class="docblock"><p>If the <code>Value</code> is an Object, returns the associated Map. Returns None
|
||
otherwise.</p>
|
||
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>v = <span class="macro">json!</span>({ <span class="string">"a"</span>: { <span class="string">"nested"</span>: <span class="bool-val">true </span>}, <span class="string">"b"</span>: [<span class="string">"an"</span>, <span class="string">"array"</span>] });
|
||
|
||
<span class="comment">// The length of `{"nested": true}` is 1 entry.
|
||
</span><span class="macro">assert_eq!</span>(v[<span class="string">"a"</span>].as_object().unwrap().len(), <span class="number">1</span>);
|
||
|
||
<span class="comment">// The array `["an", "array"]` is not an object.
|
||
</span><span class="macro">assert_eq!</span>(v[<span class="string">"b"</span>].as_object(), <span class="prelude-val">None</span>);</code></pre></div></div></details><details class="toggle method-toggle" open><summary><section id="method.as_object_mut" class="method"><a class="src rightside" href="../../src/serde_json/value/mod.rs.html#384-389">Source</a><h4 class="code-header">pub fn <a href="#method.as_object_mut" class="fn">as_object_mut</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut <a class="struct" href="../struct.Map.html" title="struct serde_json::Map">Map</a><<a class="struct" href="https://doc.rust-lang.org/1.93.1/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>>></h4></section></summary><div class="docblock"><p>If the <code>Value</code> is an Object, returns the associated mutable Map.
|
||
Returns None otherwise.</p>
|
||
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span><span class="kw-2">mut </span>v = <span class="macro">json!</span>({ <span class="string">"a"</span>: { <span class="string">"nested"</span>: <span class="bool-val">true </span>} });
|
||
|
||
v[<span class="string">"a"</span>].as_object_mut().unwrap().clear();
|
||
<span class="macro">assert_eq!</span>(v, <span class="macro">json!</span>({ <span class="string">"a"</span>: {} }));</code></pre></div></div></details><details class="toggle method-toggle" open><summary><section id="method.is_array" class="method"><a class="src rightside" href="../../src/serde_json/value/mod.rs.html#407-409">Source</a><h4 class="code-header">pub fn <a href="#method.is_array" class="fn">is_array</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class="docblock"><p>Returns true if the <code>Value</code> is an Array. Returns false otherwise.</p>
|
||
<p>For any Value on which <code>is_array</code> returns true, <code>as_array</code> and
|
||
<code>as_array_mut</code> are guaranteed to return the vector representing the
|
||
array.</p>
|
||
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>obj = <span class="macro">json!</span>({ <span class="string">"a"</span>: [<span class="string">"an"</span>, <span class="string">"array"</span>], <span class="string">"b"</span>: { <span class="string">"an"</span>: <span class="string">"object" </span>} });
|
||
|
||
<span class="macro">assert!</span>(obj[<span class="string">"a"</span>].is_array());
|
||
|
||
<span class="comment">// an object, not an array
|
||
</span><span class="macro">assert!</span>(!obj[<span class="string">"b"</span>].is_array());</code></pre></div></div></details><details class="toggle method-toggle" open><summary><section id="method.as_array" class="method"><a class="src rightside" href="../../src/serde_json/value/mod.rs.html#425-430">Source</a><h4 class="code-header">pub fn <a href="#method.as_array" class="fn">as_array</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="https://doc.rust-lang.org/1.93.1/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>>></h4></section></summary><div class="docblock"><p>If the <code>Value</code> is an Array, returns the associated vector. Returns None
|
||
otherwise.</p>
|
||
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>v = <span class="macro">json!</span>({ <span class="string">"a"</span>: [<span class="string">"an"</span>, <span class="string">"array"</span>], <span class="string">"b"</span>: { <span class="string">"an"</span>: <span class="string">"object" </span>} });
|
||
|
||
<span class="comment">// The length of `["an", "array"]` is 2 elements.
|
||
</span><span class="macro">assert_eq!</span>(v[<span class="string">"a"</span>].as_array().unwrap().len(), <span class="number">2</span>);
|
||
|
||
<span class="comment">// The object `{"an": "object"}` is not an array.
|
||
</span><span class="macro">assert_eq!</span>(v[<span class="string">"b"</span>].as_array(), <span class="prelude-val">None</span>);</code></pre></div></div></details><details class="toggle method-toggle" open><summary><section id="method.as_array_mut" class="method"><a class="src rightside" href="../../src/serde_json/value/mod.rs.html#443-448">Source</a><h4 class="code-header">pub fn <a href="#method.as_array_mut" class="fn">as_array_mut</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut <a class="struct" href="https://doc.rust-lang.org/1.93.1/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>>></h4></section></summary><div class="docblock"><p>If the <code>Value</code> is an Array, returns the associated mutable vector.
|
||
Returns None otherwise.</p>
|
||
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span><span class="kw-2">mut </span>v = <span class="macro">json!</span>({ <span class="string">"a"</span>: [<span class="string">"an"</span>, <span class="string">"array"</span>] });
|
||
|
||
v[<span class="string">"a"</span>].as_array_mut().unwrap().clear();
|
||
<span class="macro">assert_eq!</span>(v, <span class="macro">json!</span>({ <span class="string">"a"</span>: [] }));</code></pre></div></div></details><details class="toggle method-toggle" open><summary><section id="method.is_string" class="method"><a class="src rightside" href="../../src/serde_json/value/mod.rs.html#465-467">Source</a><h4 class="code-header">pub fn <a href="#method.is_string" class="fn">is_string</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class="docblock"><p>Returns true if the <code>Value</code> is a String. Returns false otherwise.</p>
|
||
<p>For any Value on which <code>is_string</code> returns true, <code>as_str</code> is guaranteed
|
||
to return the string slice.</p>
|
||
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>v = <span class="macro">json!</span>({ <span class="string">"a"</span>: <span class="string">"some string"</span>, <span class="string">"b"</span>: <span class="bool-val">false </span>});
|
||
|
||
<span class="macro">assert!</span>(v[<span class="string">"a"</span>].is_string());
|
||
|
||
<span class="comment">// The boolean `false` is not a string.
|
||
</span><span class="macro">assert!</span>(!v[<span class="string">"b"</span>].is_string());</code></pre></div></div></details><details class="toggle method-toggle" open><summary><section id="method.as_str" class="method"><a class="src rightside" href="../../src/serde_json/value/mod.rs.html#492-497">Source</a><h4 class="code-header">pub fn <a href="#method.as_str" class="fn">as_str</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.str.html">str</a>></h4></section></summary><div class="docblock"><p>If the <code>Value</code> is a String, returns the associated str. Returns None
|
||
otherwise.</p>
|
||
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>v = <span class="macro">json!</span>({ <span class="string">"a"</span>: <span class="string">"some string"</span>, <span class="string">"b"</span>: <span class="bool-val">false </span>});
|
||
|
||
<span class="macro">assert_eq!</span>(v[<span class="string">"a"</span>].as_str(), <span class="prelude-val">Some</span>(<span class="string">"some string"</span>));
|
||
|
||
<span class="comment">// The boolean `false` is not a string.
|
||
</span><span class="macro">assert_eq!</span>(v[<span class="string">"b"</span>].as_str(), <span class="prelude-val">None</span>);
|
||
|
||
<span class="comment">// JSON values are printed in JSON representation, so strings are in quotes.
|
||
//
|
||
// The value is: "some string"
|
||
</span><span class="macro">println!</span>(<span class="string">"The value is: {}"</span>, v[<span class="string">"a"</span>]);
|
||
|
||
<span class="comment">// Rust strings are printed without quotes.
|
||
//
|
||
// The value is: some string
|
||
</span><span class="macro">println!</span>(<span class="string">"The value is: {}"</span>, v[<span class="string">"a"</span>].as_str().unwrap());</code></pre></div></div></details><details class="toggle method-toggle" open><summary><section id="method.is_number" class="method"><a class="src rightside" href="../../src/serde_json/value/mod.rs.html#511-516">Source</a><h4 class="code-header">pub fn <a href="#method.is_number" class="fn">is_number</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class="docblock"><p>Returns true if the <code>Value</code> is a Number. Returns false otherwise.</p>
|
||
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>v = <span class="macro">json!</span>({ <span class="string">"a"</span>: <span class="number">1</span>, <span class="string">"b"</span>: <span class="string">"2" </span>});
|
||
|
||
<span class="macro">assert!</span>(v[<span class="string">"a"</span>].is_number());
|
||
|
||
<span class="comment">// The string `"2"` is a string, not a number.
|
||
</span><span class="macro">assert!</span>(!v[<span class="string">"b"</span>].is_number());</code></pre></div></div></details><details class="toggle method-toggle" open><summary><section id="method.as_number" class="method"><a class="src rightside" href="../../src/serde_json/value/mod.rs.html#533-538">Source</a><h4 class="code-header">pub fn <a href="#method.as_number" class="fn">as_number</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../struct.Number.html" title="struct serde_json::Number">Number</a>></h4></section></summary><div class="docblock"><p>If the <code>Value</code> is a Number, returns the associated <a href="../struct.Number.html" title="struct serde_json::Number"><code>Number</code></a>. Returns
|
||
None otherwise.</p>
|
||
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>v = <span class="macro">json!</span>({ <span class="string">"a"</span>: <span class="number">1</span>, <span class="string">"b"</span>: <span class="number">2.2</span>, <span class="string">"c"</span>: -<span class="number">3</span>, <span class="string">"d"</span>: <span class="string">"4" </span>});
|
||
|
||
<span class="macro">assert_eq!</span>(v[<span class="string">"a"</span>].as_number(), <span class="prelude-val">Some</span>(<span class="kw-2">&</span>Number::from(<span class="number">1u64</span>)));
|
||
<span class="macro">assert_eq!</span>(v[<span class="string">"b"</span>].as_number(), <span class="prelude-val">Some</span>(<span class="kw-2">&</span>Number::from_f64(<span class="number">2.2</span>).unwrap()));
|
||
<span class="macro">assert_eq!</span>(v[<span class="string">"c"</span>].as_number(), <span class="prelude-val">Some</span>(<span class="kw-2">&</span>Number::from(-<span class="number">3i64</span>)));
|
||
|
||
<span class="comment">// The string `"4"` is not a number.
|
||
</span><span class="macro">assert_eq!</span>(v[<span class="string">"d"</span>].as_number(), <span class="prelude-val">None</span>);</code></pre></div></div></details><details class="toggle method-toggle" open><summary><section id="method.is_i64" class="method"><a class="src rightside" href="../../src/serde_json/value/mod.rs.html#560-565">Source</a><h4 class="code-header">pub fn <a href="#method.is_i64" class="fn">is_i64</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class="docblock"><p>Returns true if the <code>Value</code> is an integer between <code>i64::MIN</code> and
|
||
<code>i64::MAX</code>.</p>
|
||
<p>For any Value on which <code>is_i64</code> returns true, <code>as_i64</code> is guaranteed to
|
||
return the integer value.</p>
|
||
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>big = i64::max_value() <span class="kw">as </span>u64 + <span class="number">10</span>;
|
||
<span class="kw">let </span>v = <span class="macro">json!</span>({ <span class="string">"a"</span>: <span class="number">64</span>, <span class="string">"b"</span>: big, <span class="string">"c"</span>: <span class="number">256.0 </span>});
|
||
|
||
<span class="macro">assert!</span>(v[<span class="string">"a"</span>].is_i64());
|
||
|
||
<span class="comment">// Greater than i64::MAX.
|
||
</span><span class="macro">assert!</span>(!v[<span class="string">"b"</span>].is_i64());
|
||
|
||
<span class="comment">// Numbers with a decimal point are not considered integers.
|
||
</span><span class="macro">assert!</span>(!v[<span class="string">"c"</span>].is_i64());</code></pre></div></div></details><details class="toggle method-toggle" open><summary><section id="method.is_u64" class="method"><a class="src rightside" href="../../src/serde_json/value/mod.rs.html#585-590">Source</a><h4 class="code-header">pub fn <a href="#method.is_u64" class="fn">is_u64</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class="docblock"><p>Returns true if the <code>Value</code> is an integer between zero and <code>u64::MAX</code>.</p>
|
||
<p>For any Value on which <code>is_u64</code> returns true, <code>as_u64</code> is guaranteed to
|
||
return the integer value.</p>
|
||
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>v = <span class="macro">json!</span>({ <span class="string">"a"</span>: <span class="number">64</span>, <span class="string">"b"</span>: -<span class="number">64</span>, <span class="string">"c"</span>: <span class="number">256.0 </span>});
|
||
|
||
<span class="macro">assert!</span>(v[<span class="string">"a"</span>].is_u64());
|
||
|
||
<span class="comment">// Negative integer.
|
||
</span><span class="macro">assert!</span>(!v[<span class="string">"b"</span>].is_u64());
|
||
|
||
<span class="comment">// Numbers with a decimal point are not considered integers.
|
||
</span><span class="macro">assert!</span>(!v[<span class="string">"c"</span>].is_u64());</code></pre></div></div></details><details class="toggle method-toggle" open><summary><section id="method.is_f64" class="method"><a class="src rightside" href="../../src/serde_json/value/mod.rs.html#611-616">Source</a><h4 class="code-header">pub fn <a href="#method.is_f64" class="fn">is_f64</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class="docblock"><p>Returns true if the <code>Value</code> is a number that can be represented by f64.</p>
|
||
<p>For any Value on which <code>is_f64</code> returns true, <code>as_f64</code> is guaranteed to
|
||
return the floating point value.</p>
|
||
<p>Currently this function returns true if and only if both <code>is_i64</code> and
|
||
<code>is_u64</code> return false but this is not a guarantee in the future.</p>
|
||
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>v = <span class="macro">json!</span>({ <span class="string">"a"</span>: <span class="number">256.0</span>, <span class="string">"b"</span>: <span class="number">64</span>, <span class="string">"c"</span>: -<span class="number">64 </span>});
|
||
|
||
<span class="macro">assert!</span>(v[<span class="string">"a"</span>].is_f64());
|
||
|
||
<span class="comment">// Integers.
|
||
</span><span class="macro">assert!</span>(!v[<span class="string">"b"</span>].is_f64());
|
||
<span class="macro">assert!</span>(!v[<span class="string">"c"</span>].is_f64());</code></pre></div></div></details><details class="toggle method-toggle" open><summary><section id="method.as_i64" class="method"><a class="src rightside" href="../../src/serde_json/value/mod.rs.html#631-636">Source</a><h4 class="code-header">pub fn <a href="#method.as_i64" class="fn">as_i64</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i64.html">i64</a>></h4></section></summary><div class="docblock"><p>If the <code>Value</code> is an integer, represent it as i64 if possible. Returns
|
||
None otherwise.</p>
|
||
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>big = i64::max_value() <span class="kw">as </span>u64 + <span class="number">10</span>;
|
||
<span class="kw">let </span>v = <span class="macro">json!</span>({ <span class="string">"a"</span>: <span class="number">64</span>, <span class="string">"b"</span>: big, <span class="string">"c"</span>: <span class="number">256.0 </span>});
|
||
|
||
<span class="macro">assert_eq!</span>(v[<span class="string">"a"</span>].as_i64(), <span class="prelude-val">Some</span>(<span class="number">64</span>));
|
||
<span class="macro">assert_eq!</span>(v[<span class="string">"b"</span>].as_i64(), <span class="prelude-val">None</span>);
|
||
<span class="macro">assert_eq!</span>(v[<span class="string">"c"</span>].as_i64(), <span class="prelude-val">None</span>);</code></pre></div></div></details><details class="toggle method-toggle" open><summary><section id="method.as_u64" class="method"><a class="src rightside" href="../../src/serde_json/value/mod.rs.html#650-655">Source</a><h4 class="code-header">pub fn <a href="#method.as_u64" class="fn">as_u64</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u64.html">u64</a>></h4></section></summary><div class="docblock"><p>If the <code>Value</code> is an integer, represent it as u64 if possible. Returns
|
||
None otherwise.</p>
|
||
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>v = <span class="macro">json!</span>({ <span class="string">"a"</span>: <span class="number">64</span>, <span class="string">"b"</span>: -<span class="number">64</span>, <span class="string">"c"</span>: <span class="number">256.0 </span>});
|
||
|
||
<span class="macro">assert_eq!</span>(v[<span class="string">"a"</span>].as_u64(), <span class="prelude-val">Some</span>(<span class="number">64</span>));
|
||
<span class="macro">assert_eq!</span>(v[<span class="string">"b"</span>].as_u64(), <span class="prelude-val">None</span>);
|
||
<span class="macro">assert_eq!</span>(v[<span class="string">"c"</span>].as_u64(), <span class="prelude-val">None</span>);</code></pre></div></div></details><details class="toggle method-toggle" open><summary><section id="method.as_f64" class="method"><a class="src rightside" href="../../src/serde_json/value/mod.rs.html#669-674">Source</a><h4 class="code-header">pub fn <a href="#method.as_f64" class="fn">as_f64</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.f64.html">f64</a>></h4></section></summary><div class="docblock"><p>If the <code>Value</code> is a number, represent it as f64 if possible. Returns
|
||
None otherwise.</p>
|
||
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>v = <span class="macro">json!</span>({ <span class="string">"a"</span>: <span class="number">256.0</span>, <span class="string">"b"</span>: <span class="number">64</span>, <span class="string">"c"</span>: -<span class="number">64 </span>});
|
||
|
||
<span class="macro">assert_eq!</span>(v[<span class="string">"a"</span>].as_f64(), <span class="prelude-val">Some</span>(<span class="number">256.0</span>));
|
||
<span class="macro">assert_eq!</span>(v[<span class="string">"b"</span>].as_f64(), <span class="prelude-val">Some</span>(<span class="number">64.0</span>));
|
||
<span class="macro">assert_eq!</span>(v[<span class="string">"c"</span>].as_f64(), <span class="prelude-val">Some</span>(-<span class="number">64.0</span>));</code></pre></div></div></details><details class="toggle method-toggle" open><summary><section id="method.is_boolean" class="method"><a class="src rightside" href="../../src/serde_json/value/mod.rs.html#691-693">Source</a><h4 class="code-header">pub fn <a href="#method.is_boolean" class="fn">is_boolean</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class="docblock"><p>Returns true if the <code>Value</code> is a Boolean. Returns false otherwise.</p>
|
||
<p>For any Value on which <code>is_boolean</code> returns true, <code>as_bool</code> is
|
||
guaranteed to return the boolean value.</p>
|
||
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>v = <span class="macro">json!</span>({ <span class="string">"a"</span>: <span class="bool-val">false</span>, <span class="string">"b"</span>: <span class="string">"false" </span>});
|
||
|
||
<span class="macro">assert!</span>(v[<span class="string">"a"</span>].is_boolean());
|
||
|
||
<span class="comment">// The string `"false"` is a string, not a boolean.
|
||
</span><span class="macro">assert!</span>(!v[<span class="string">"b"</span>].is_boolean());</code></pre></div></div></details><details class="toggle method-toggle" open><summary><section id="method.as_bool" class="method"><a class="src rightside" href="../../src/serde_json/value/mod.rs.html#708-713">Source</a><h4 class="code-header">pub fn <a href="#method.as_bool" class="fn">as_bool</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a>></h4></section></summary><div class="docblock"><p>If the <code>Value</code> is a Boolean, returns the associated bool. Returns None
|
||
otherwise.</p>
|
||
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>v = <span class="macro">json!</span>({ <span class="string">"a"</span>: <span class="bool-val">false</span>, <span class="string">"b"</span>: <span class="string">"false" </span>});
|
||
|
||
<span class="macro">assert_eq!</span>(v[<span class="string">"a"</span>].as_bool(), <span class="prelude-val">Some</span>(<span class="bool-val">false</span>));
|
||
|
||
<span class="comment">// The string `"false"` is a string, not a boolean.
|
||
</span><span class="macro">assert_eq!</span>(v[<span class="string">"b"</span>].as_bool(), <span class="prelude-val">None</span>);</code></pre></div></div></details><details class="toggle method-toggle" open><summary><section id="method.is_null" class="method"><a class="src rightside" href="../../src/serde_json/value/mod.rs.html#730-732">Source</a><h4 class="code-header">pub fn <a href="#method.is_null" class="fn">is_null</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class="docblock"><p>Returns true if the <code>Value</code> is a Null. Returns false otherwise.</p>
|
||
<p>For any Value on which <code>is_null</code> returns true, <code>as_null</code> is guaranteed
|
||
to return <code>Some(())</code>.</p>
|
||
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>v = <span class="macro">json!</span>({ <span class="string">"a"</span>: null, <span class="string">"b"</span>: <span class="bool-val">false </span>});
|
||
|
||
<span class="macro">assert!</span>(v[<span class="string">"a"</span>].is_null());
|
||
|
||
<span class="comment">// The boolean `false` is not null.
|
||
</span><span class="macro">assert!</span>(!v[<span class="string">"b"</span>].is_null());</code></pre></div></div></details><details class="toggle method-toggle" open><summary><section id="method.as_null" class="method"><a class="src rightside" href="../../src/serde_json/value/mod.rs.html#746-751">Source</a><h4 class="code-header">pub fn <a href="#method.as_null" class="fn">as_null</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.unit.html">()</a>></h4></section></summary><div class="docblock"><p>If the <code>Value</code> is a Null, returns (). Returns None otherwise.</p>
|
||
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>v = <span class="macro">json!</span>({ <span class="string">"a"</span>: null, <span class="string">"b"</span>: <span class="bool-val">false </span>});
|
||
|
||
<span class="macro">assert_eq!</span>(v[<span class="string">"a"</span>].as_null(), <span class="prelude-val">Some</span>(()));
|
||
|
||
<span class="comment">// The boolean `false` is not null.
|
||
</span><span class="macro">assert_eq!</span>(v[<span class="string">"b"</span>].as_null(), <span class="prelude-val">None</span>);</code></pre></div></div></details><details class="toggle method-toggle" open><summary><section id="method.pointer" class="method"><a class="src rightside" href="../../src/serde_json/value/mod.rs.html#779-795">Source</a><h4 class="code-header">pub fn <a href="#method.pointer" class="fn">pointer</a>(&self, pointer: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>></h4></section></summary><div class="docblock"><p>Looks up a value by a JSON Pointer.</p>
|
||
<p>JSON Pointer defines a string syntax for identifying a specific value
|
||
within a JavaScript Object Notation (JSON) document.</p>
|
||
<p>A Pointer is a Unicode string with the reference tokens separated by <code>/</code>.
|
||
Inside tokens <code>/</code> is replaced by <code>~1</code> and <code>~</code> is replaced by <code>~0</code>. The
|
||
addressed value is returned and if there is no such value <code>None</code> is
|
||
returned.</p>
|
||
<p>For more information read <a href="https://tools.ietf.org/html/rfc6901">RFC6901</a>.</p>
|
||
<h5 id="examples"><a class="doc-anchor" href="#examples">§</a>Examples</h5>
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>data = <span class="macro">json!</span>({
|
||
<span class="string">"x"</span>: {
|
||
<span class="string">"y"</span>: [<span class="string">"z"</span>, <span class="string">"zz"</span>]
|
||
}
|
||
});
|
||
|
||
<span class="macro">assert_eq!</span>(data.pointer(<span class="string">"/x/y/1"</span>).unwrap(), <span class="kw-2">&</span><span class="macro">json!</span>(<span class="string">"zz"</span>));
|
||
<span class="macro">assert_eq!</span>(data.pointer(<span class="string">"/a/b/c"</span>), <span class="prelude-val">None</span>);</code></pre></div></div></details><details class="toggle method-toggle" open><summary><section id="method.pointer_mut" class="method"><a class="src rightside" href="../../src/serde_json/value/mod.rs.html#834-850">Source</a><h4 class="code-header">pub fn <a href="#method.pointer_mut" class="fn">pointer_mut</a>(&mut self, pointer: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>></h4></section></summary><div class="docblock"><p>Looks up a value by a JSON Pointer and returns a mutable reference to
|
||
that value.</p>
|
||
<p>JSON Pointer defines a string syntax for identifying a specific value
|
||
within a JavaScript Object Notation (JSON) document.</p>
|
||
<p>A Pointer is a Unicode string with the reference tokens separated by <code>/</code>.
|
||
Inside tokens <code>/</code> is replaced by <code>~1</code> and <code>~</code> is replaced by <code>~0</code>. The
|
||
addressed value is returned and if there is no such value <code>None</code> is
|
||
returned.</p>
|
||
<p>For more information read <a href="https://tools.ietf.org/html/rfc6901">RFC6901</a>.</p>
|
||
<h5 id="example-of-use"><a class="doc-anchor" href="#example-of-use">§</a>Example of Use</h5>
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>serde_json::Value;
|
||
|
||
<span class="kw">fn </span>main() {
|
||
<span class="kw">let </span>s = <span class="string">r#"{"x": 1.0, "y": 2.0}"#</span>;
|
||
<span class="kw">let </span><span class="kw-2">mut </span>value: Value = serde_json::from_str(s).unwrap();
|
||
|
||
<span class="comment">// Check value using read-only pointer
|
||
</span><span class="macro">assert_eq!</span>(value.pointer(<span class="string">"/x"</span>), <span class="prelude-val">Some</span>(<span class="kw-2">&</span><span class="number">1.0</span>.into()));
|
||
<span class="comment">// Change value with direct assignment
|
||
</span><span class="kw-2">*</span>value.pointer_mut(<span class="string">"/x"</span>).unwrap() = <span class="number">1.5</span>.into();
|
||
<span class="comment">// Check that new value was written
|
||
</span><span class="macro">assert_eq!</span>(value.pointer(<span class="string">"/x"</span>), <span class="prelude-val">Some</span>(<span class="kw-2">&</span><span class="number">1.5</span>.into()));
|
||
<span class="comment">// Or change the value only if it exists
|
||
</span>value.pointer_mut(<span class="string">"/x"</span>).map(|v| <span class="kw-2">*</span>v = <span class="number">1.5</span>.into());
|
||
|
||
<span class="comment">// "Steal" ownership of a value. Can replace with any valid Value.
|
||
</span><span class="kw">let </span>old_x = value.pointer_mut(<span class="string">"/x"</span>).map(Value::take).unwrap();
|
||
<span class="macro">assert_eq!</span>(old_x, <span class="number">1.5</span>);
|
||
<span class="macro">assert_eq!</span>(value.pointer(<span class="string">"/x"</span>).unwrap(), <span class="kw-2">&</span>Value::Null);
|
||
}</code></pre></div></div></details><details class="toggle method-toggle" open><summary><section id="method.take" class="method"><a class="src rightside" href="../../src/serde_json/value/mod.rs.html#861-863">Source</a><h4 class="code-header">pub fn <a href="#method.take" class="fn">take</a>(&mut self) -> <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h4></section></summary><div class="docblock"><p>Takes the value out of the <code>Value</code>, leaving a <code>Null</code> in its place.</p>
|
||
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span><span class="kw-2">mut </span>v = <span class="macro">json!</span>({ <span class="string">"x"</span>: <span class="string">"y" </span>});
|
||
<span class="macro">assert_eq!</span>(v[<span class="string">"x"</span>].take(), <span class="macro">json!</span>(<span class="string">"y"</span>));
|
||
<span class="macro">assert_eq!</span>(v, <span class="macro">json!</span>({ <span class="string">"x"</span>: null }));</code></pre></div></div></details><details class="toggle method-toggle" open><summary><section id="method.sort_all_objects" class="method"><a class="src rightside" href="../../src/serde_json/value/mod.rs.html#875-889">Source</a><h4 class="code-header">pub fn <a href="#method.sort_all_objects" class="fn">sort_all_objects</a>(&mut self)</h4></section></summary><div class="docblock"><p>Reorders the entries of all <code>Value::Object</code> nested within this JSON
|
||
value according to <code>str</code>’s usual ordering.</p>
|
||
<p>If serde_json’s “preserve_order” feature is not enabled, this method
|
||
does no work because all JSON maps are always kept in a sorted state.</p>
|
||
<p>If serde_json’s “preserve_order” feature is enabled, this method
|
||
destroys the original source order or insertion order of the JSON
|
||
objects in favor of an alphanumerical order that matches how a BTreeMap
|
||
with the same contents would be ordered.</p>
|
||
</div></details></div></details></div><h2 id="trait-implementations" class="section-header">Trait Implementations<a href="#trait-implementations" class="anchor">§</a></h2><div id="trait-implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-Clone-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/mod.rs.html#115">Source</a><a href="#impl-Clone-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.clone" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/mod.rs.html#115">Source</a><a href="#method.clone" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/clone/trait.Clone.html#tymethod.clone" class="fn">clone</a>(&self) -> <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h4></section></summary><div class='docblock'>Returns a duplicate of the value. <a href="https://doc.rust-lang.org/1.93.1/core/clone/trait.Clone.html#tymethod.clone">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.clone_from" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/clone.rs.html#245-247">Source</a></span><a href="#method.clone_from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/clone/trait.Clone.html#method.clone_from" class="fn">clone_from</a>(&mut self, source: &Self)</h4></section></summary><div class='docblock'>Performs copy-assignment from <code>source</code>. <a href="https://doc.rust-lang.org/1.93.1/core/clone/trait.Clone.html#method.clone_from">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Debug-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/mod.rs.html#178-195">Source</a><a href="#impl-Debug-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.fmt" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/mod.rs.html#179-194">Source</a><a href="#method.fmt" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/fmt/trait.Debug.html#tymethod.fmt" class="fn">fmt</a>(&self, formatter: &mut <a class="struct" href="https://doc.rust-lang.org/1.93.1/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a><'_>) -> <a class="type" href="https://doc.rust-lang.org/1.93.1/core/fmt/type.Result.html" title="type core::fmt::Result">Result</a></h4></section></summary><div class='docblock'>Formats the value using the given formatter. <a href="https://doc.rust-lang.org/1.93.1/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Default-for-%26Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/mod.rs.html#927-932">Source</a><a href="#impl-Default-for-%26Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/default/trait.Default.html" title="trait core::default::Default">Default</a> for &<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.default-1" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/mod.rs.html#928-931">Source</a><a href="#method.default-1" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/default/trait.Default.html#tymethod.default" class="fn">default</a>() -> Self</h4></section></summary><div class='docblock'>Returns the “default value” for a type. <a href="https://doc.rust-lang.org/1.93.1/core/default/trait.Default.html#tymethod.default">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Default-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/mod.rs.html#921-925">Source</a><a href="#impl-Default-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/default/trait.Default.html" title="trait core::default::Default">Default</a> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3><div class="docblock"><p>The default value is <code>Value::Null</code>.</p>
|
||
</div></section></summary><div class="docblock"><p>This is useful for handling omitted <code>Value</code> fields when deserializing.</p>
|
||
<h4 id="examples-1"><a class="doc-anchor" href="#examples-1">§</a>Examples</h4>
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>serde_json::Value;
|
||
|
||
<span class="attr">#[derive(Deserialize)]
|
||
</span><span class="kw">struct </span>Settings {
|
||
level: i32,
|
||
<span class="attr">#[serde(default)]
|
||
</span>extras: Value,
|
||
}
|
||
|
||
<span class="kw">let </span>data = <span class="string">r#" { "level": 42 } "#</span>;
|
||
<span class="kw">let </span>s: Settings = serde_json::from_str(data)<span class="question-mark">?</span>;
|
||
|
||
<span class="macro">assert_eq!</span>(s.level, <span class="number">42</span>);
|
||
<span class="macro">assert_eq!</span>(s.extras, Value::Null);</code></pre></div></div><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.default" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/mod.rs.html#922-924">Source</a><a href="#method.default" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/default/trait.Default.html#tymethod.default" class="fn">default</a>() -> <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h4></section></summary><div class='docblock'>Returns the “default value” for a type. <a href="https://doc.rust-lang.org/1.93.1/core/default/trait.Default.html#tymethod.default">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Deserialize%3C'de%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#22-153">Source</a><a href="#impl-Deserialize%3C'de%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl<'de> <a class="trait" href="../../serde_core/de/trait.Deserialize.html" title="trait serde_core::de::Deserialize">Deserialize</a><'de> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.deserialize" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#24-152">Source</a><a href="#method.deserialize" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserialize.html#tymethod.deserialize" class="fn">deserialize</a><D>(deserializer: D) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>, D::<a class="associatedtype" href="../../serde_core/de/trait.Deserializer.html#associatedtype.Error" title="type serde_core::de::Deserializer::Error">Error</a>><div class="where">where
|
||
D: <a class="trait" href="../../serde_core/de/trait.Deserializer.html" title="trait serde_core::de::Deserializer">Deserializer</a><'de>,</div></h4></section></summary><div class='docblock'>Deserialize this value from the given Serde deserializer. <a href="../../serde_core/de/trait.Deserialize.html#tymethod.deserialize">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Deserializer%3C'de%3E-for-%26Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#817-1038">Source</a><a href="#impl-Deserializer%3C'de%3E-for-%26Value" class="anchor">§</a><h3 class="code-header">impl<'de> <a class="trait" href="../../serde_core/de/trait.Deserializer.html" title="trait serde_core::de::Deserializer">Deserializer</a><'de> for &'de <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error-1" class="associatedtype trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#818">Source</a><a href="#associatedtype.Error-1" class="anchor">§</a><h4 class="code-header">type <a href="../../serde_core/de/trait.Deserializer.html#associatedtype.Error" class="associatedtype">Error</a> = <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a></h4></section></summary><div class='docblock'>The error type that can be returned if some error occurs during
|
||
deserialization.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_any-1" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#820-832">Source</a><a href="#method.deserialize_any-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_any" class="fn">deserialize_any</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Require the <code>Deserializer</code> to figure out how to drive the visitor based
|
||
on what data type is in the input. <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_any">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_i8-1" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#834">Source</a><a href="#method.deserialize_i8-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_i8" class="fn">deserialize_i8</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting an <code>i8</code> value.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_i16-1" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#835">Source</a><a href="#method.deserialize_i16-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_i16" class="fn">deserialize_i16</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting an <code>i16</code> value.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_i32-1" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#836">Source</a><a href="#method.deserialize_i32-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_i32" class="fn">deserialize_i32</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting an <code>i32</code> value.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_i64-1" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#837">Source</a><a href="#method.deserialize_i64-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_i64" class="fn">deserialize_i64</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting an <code>i64</code> value.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_i128-1" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#838">Source</a><a href="#method.deserialize_i128-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#method.deserialize_i128" class="fn">deserialize_i128</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting an <code>i128</code> value. <a href="../../serde_core/de/trait.Deserializer.html#method.deserialize_i128">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_u8-1" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#839">Source</a><a href="#method.deserialize_u8-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_u8" class="fn">deserialize_u8</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting a <code>u8</code> value.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_u16-1" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#840">Source</a><a href="#method.deserialize_u16-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_u16" class="fn">deserialize_u16</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting a <code>u16</code> value.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_u32-1" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#841">Source</a><a href="#method.deserialize_u32-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_u32" class="fn">deserialize_u32</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting a <code>u32</code> value.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_u64-1" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#842">Source</a><a href="#method.deserialize_u64-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_u64" class="fn">deserialize_u64</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting a <code>u64</code> value.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_u128-1" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#843">Source</a><a href="#method.deserialize_u128-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#method.deserialize_u128" class="fn">deserialize_u128</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting an <code>u128</code> value. <a href="../../serde_core/de/trait.Deserializer.html#method.deserialize_u128">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_f32-1" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#844">Source</a><a href="#method.deserialize_f32-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_f32" class="fn">deserialize_f32</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting a <code>f32</code> value.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_f64-1" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#845">Source</a><a href="#method.deserialize_f64-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_f64" class="fn">deserialize_f64</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting a <code>f64</code> value.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_option-1" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#847-855">Source</a><a href="#method.deserialize_option-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_option" class="fn">deserialize_option</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting an optional value. <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_option">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_enum-1" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#857-877">Source</a><a href="#method.deserialize_enum-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_enum" class="fn">deserialize_enum</a><V>(
|
||
self,
|
||
name: &'static <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.str.html">str</a>,
|
||
variants: &'static [&'static <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.str.html">str</a>],
|
||
visitor: V,
|
||
) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting an enum value with a
|
||
particular name and possible variants.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_newtype_struct-1" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#880-899">Source</a><a href="#method.deserialize_newtype_struct-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_newtype_struct" class="fn">deserialize_newtype_struct</a><V>(
|
||
self,
|
||
name: &'static <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.str.html">str</a>,
|
||
visitor: V,
|
||
) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting a newtype struct with a
|
||
particular name.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_bool-1" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#901-909">Source</a><a href="#method.deserialize_bool-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_bool" class="fn">deserialize_bool</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting a <code>bool</code> value.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_char-1" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#911-916">Source</a><a href="#method.deserialize_char-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_char" class="fn">deserialize_char</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting a <code>char</code> value.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_str-1" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#918-926">Source</a><a href="#method.deserialize_str-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_str" class="fn">deserialize_str</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting a string value and does
|
||
not benefit from taking ownership of buffered data owned by the
|
||
<code>Deserializer</code>. <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_str">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_string-1" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#928-933">Source</a><a href="#method.deserialize_string-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_string" class="fn">deserialize_string</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting a string value and would
|
||
benefit from taking ownership of buffered data owned by the
|
||
<code>Deserializer</code>. <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_string">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_bytes-1" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#935-944">Source</a><a href="#method.deserialize_bytes-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_bytes" class="fn">deserialize_bytes</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting a byte array and does not
|
||
benefit from taking ownership of buffered data owned by the
|
||
<code>Deserializer</code>. <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_bytes">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_byte_buf-1" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#946-951">Source</a><a href="#method.deserialize_byte_buf-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_byte_buf" class="fn">deserialize_byte_buf</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting a byte array and would
|
||
benefit from taking ownership of buffered data owned by the
|
||
<code>Deserializer</code>. <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_byte_buf">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_unit-1" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#953-961">Source</a><a href="#method.deserialize_unit-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_unit" class="fn">deserialize_unit</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting a unit value.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_unit_struct-1" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#963-968">Source</a><a href="#method.deserialize_unit_struct-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_unit_struct" class="fn">deserialize_unit_struct</a><V>(
|
||
self,
|
||
_name: &'static <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.str.html">str</a>,
|
||
visitor: V,
|
||
) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting a unit struct with a
|
||
particular name.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_seq-1" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#970-978">Source</a><a href="#method.deserialize_seq-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_seq" class="fn">deserialize_seq</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting a sequence of values.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_tuple-1" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#980-985">Source</a><a href="#method.deserialize_tuple-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_tuple" class="fn">deserialize_tuple</a><V>(
|
||
self,
|
||
_len: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.usize.html">usize</a>,
|
||
visitor: V,
|
||
) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting a sequence of values and
|
||
knows how many values there are without looking at the serialized data.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_tuple_struct-1" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#987-997">Source</a><a href="#method.deserialize_tuple_struct-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_tuple_struct" class="fn">deserialize_tuple_struct</a><V>(
|
||
self,
|
||
_name: &'static <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.str.html">str</a>,
|
||
_len: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.usize.html">usize</a>,
|
||
visitor: V,
|
||
) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting a tuple struct with a
|
||
particular name and number of fields.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_map-1" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#999-1007">Source</a><a href="#method.deserialize_map-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_map" class="fn">deserialize_map</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting a map of key-value pairs.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_struct-1" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#1009-1023">Source</a><a href="#method.deserialize_struct-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_struct" class="fn">deserialize_struct</a><V>(
|
||
self,
|
||
_name: &'static <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.str.html">str</a>,
|
||
_fields: &'static [&'static <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.str.html">str</a>],
|
||
visitor: V,
|
||
) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting a struct with a particular
|
||
name and fields.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_identifier-1" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#1025-1030">Source</a><a href="#method.deserialize_identifier-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_identifier" class="fn">deserialize_identifier</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting the name of a struct
|
||
field or the discriminant of an enum variant.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_ignored_any-1" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#1032-1037">Source</a><a href="#method.deserialize_ignored_any-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_ignored_any" class="fn">deserialize_ignored_any</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type needs to deserialize a value whose type
|
||
doesn’t matter because it is ignored. <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_ignored_any">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.is_human_readable-1" class="method trait-impl"><a class="src rightside" href="../../src/serde_core/de/mod.rs.html#1253">Source</a><a href="#method.is_human_readable-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#method.is_human_readable" class="fn">is_human_readable</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Determine whether <code>Deserialize</code> implementations should expect to
|
||
deserialize their human-readable form. <a href="../../serde_core/de/trait.Deserializer.html#method.is_human_readable">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Deserializer%3C'de%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#282-512">Source</a><a href="#impl-Deserializer%3C'de%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl<'de> <a class="trait" href="../../serde_core/de/trait.Deserializer.html" title="trait serde_core::de::Deserializer">Deserializer</a><'de> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error" class="associatedtype trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#283">Source</a><a href="#associatedtype.Error" class="anchor">§</a><h4 class="code-header">type <a href="../../serde_core/de/trait.Deserializer.html#associatedtype.Error" class="associatedtype">Error</a> = <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a></h4></section></summary><div class='docblock'>The error type that can be returned if some error occurs during
|
||
deserialization.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_any" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#286-301">Source</a><a href="#method.deserialize_any" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_any" class="fn">deserialize_any</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Require the <code>Deserializer</code> to figure out how to drive the visitor based
|
||
on what data type is in the input. <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_any">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_i8" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#303">Source</a><a href="#method.deserialize_i8" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_i8" class="fn">deserialize_i8</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting an <code>i8</code> value.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_i16" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#304">Source</a><a href="#method.deserialize_i16" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_i16" class="fn">deserialize_i16</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting an <code>i16</code> value.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_i32" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#305">Source</a><a href="#method.deserialize_i32" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_i32" class="fn">deserialize_i32</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting an <code>i32</code> value.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_i64" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#306">Source</a><a href="#method.deserialize_i64" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_i64" class="fn">deserialize_i64</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting an <code>i64</code> value.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_i128" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#307">Source</a><a href="#method.deserialize_i128" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#method.deserialize_i128" class="fn">deserialize_i128</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting an <code>i128</code> value. <a href="../../serde_core/de/trait.Deserializer.html#method.deserialize_i128">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_u8" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#308">Source</a><a href="#method.deserialize_u8" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_u8" class="fn">deserialize_u8</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting a <code>u8</code> value.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_u16" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#309">Source</a><a href="#method.deserialize_u16" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_u16" class="fn">deserialize_u16</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting a <code>u16</code> value.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_u32" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#310">Source</a><a href="#method.deserialize_u32" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_u32" class="fn">deserialize_u32</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting a <code>u32</code> value.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_u64" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#311">Source</a><a href="#method.deserialize_u64" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_u64" class="fn">deserialize_u64</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting a <code>u64</code> value.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_u128" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#312">Source</a><a href="#method.deserialize_u128" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#method.deserialize_u128" class="fn">deserialize_u128</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting an <code>u128</code> value. <a href="../../serde_core/de/trait.Deserializer.html#method.deserialize_u128">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_f32" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#313">Source</a><a href="#method.deserialize_f32" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_f32" class="fn">deserialize_f32</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting a <code>f32</code> value.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_f64" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#314">Source</a><a href="#method.deserialize_f64" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_f64" class="fn">deserialize_f64</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting a <code>f64</code> value.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_option" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#317-325">Source</a><a href="#method.deserialize_option" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_option" class="fn">deserialize_option</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting an optional value. <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_option">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_enum" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#328-348">Source</a><a href="#method.deserialize_enum" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_enum" class="fn">deserialize_enum</a><V>(
|
||
self,
|
||
name: &'static <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.str.html">str</a>,
|
||
variants: &'static [&'static <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.str.html">str</a>],
|
||
visitor: V,
|
||
) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting an enum value with a
|
||
particular name and possible variants.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_newtype_struct" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#351-370">Source</a><a href="#method.deserialize_newtype_struct" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_newtype_struct" class="fn">deserialize_newtype_struct</a><V>(
|
||
self,
|
||
name: &'static <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.str.html">str</a>,
|
||
visitor: V,
|
||
) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting a newtype struct with a
|
||
particular name.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_bool" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#372-380">Source</a><a href="#method.deserialize_bool" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_bool" class="fn">deserialize_bool</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting a <code>bool</code> value.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_char" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#382-387">Source</a><a href="#method.deserialize_char" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_char" class="fn">deserialize_char</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting a <code>char</code> value.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_str" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#389-394">Source</a><a href="#method.deserialize_str" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_str" class="fn">deserialize_str</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting a string value and does
|
||
not benefit from taking ownership of buffered data owned by the
|
||
<code>Deserializer</code>. <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_str">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_string" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#396-405">Source</a><a href="#method.deserialize_string" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_string" class="fn">deserialize_string</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting a string value and would
|
||
benefit from taking ownership of buffered data owned by the
|
||
<code>Deserializer</code>. <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_string">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_bytes" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#407-412">Source</a><a href="#method.deserialize_bytes" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_bytes" class="fn">deserialize_bytes</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting a byte array and does not
|
||
benefit from taking ownership of buffered data owned by the
|
||
<code>Deserializer</code>. <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_bytes">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_byte_buf" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#414-424">Source</a><a href="#method.deserialize_byte_buf" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_byte_buf" class="fn">deserialize_byte_buf</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting a byte array and would
|
||
benefit from taking ownership of buffered data owned by the
|
||
<code>Deserializer</code>. <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_byte_buf">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_unit" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#426-434">Source</a><a href="#method.deserialize_unit" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_unit" class="fn">deserialize_unit</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting a unit value.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_unit_struct" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#436-441">Source</a><a href="#method.deserialize_unit_struct" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_unit_struct" class="fn">deserialize_unit_struct</a><V>(
|
||
self,
|
||
_name: &'static <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.str.html">str</a>,
|
||
visitor: V,
|
||
) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting a unit struct with a
|
||
particular name.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_seq" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#443-451">Source</a><a href="#method.deserialize_seq" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_seq" class="fn">deserialize_seq</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting a sequence of values.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_tuple" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#453-458">Source</a><a href="#method.deserialize_tuple" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_tuple" class="fn">deserialize_tuple</a><V>(
|
||
self,
|
||
_len: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.usize.html">usize</a>,
|
||
visitor: V,
|
||
) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting a sequence of values and
|
||
knows how many values there are without looking at the serialized data.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_tuple_struct" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#460-470">Source</a><a href="#method.deserialize_tuple_struct" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_tuple_struct" class="fn">deserialize_tuple_struct</a><V>(
|
||
self,
|
||
_name: &'static <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.str.html">str</a>,
|
||
_len: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.usize.html">usize</a>,
|
||
visitor: V,
|
||
) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting a tuple struct with a
|
||
particular name and number of fields.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_map" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#472-480">Source</a><a href="#method.deserialize_map" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_map" class="fn">deserialize_map</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting a map of key-value pairs.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_struct" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#482-496">Source</a><a href="#method.deserialize_struct" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_struct" class="fn">deserialize_struct</a><V>(
|
||
self,
|
||
_name: &'static <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.str.html">str</a>,
|
||
_fields: &'static [&'static <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.str.html">str</a>],
|
||
visitor: V,
|
||
) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting a struct with a particular
|
||
name and fields.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_identifier" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#498-503">Source</a><a href="#method.deserialize_identifier" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_identifier" class="fn">deserialize_identifier</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type is expecting the name of a struct
|
||
field or the discriminant of an enum variant.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_ignored_any" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#505-511">Source</a><a href="#method.deserialize_ignored_any" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_ignored_any" class="fn">deserialize_ignored_any</a><V>(self, visitor: V) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><V::<a class="associatedtype" href="../../serde_core/de/trait.Visitor.html#associatedtype.Value" title="type serde_core::de::Visitor::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>><div class="where">where
|
||
V: <a class="trait" href="../../serde_core/de/trait.Visitor.html" title="trait serde_core::de::Visitor">Visitor</a><'de>,</div></h4></section></summary><div class='docblock'>Hint that the <code>Deserialize</code> type needs to deserialize a value whose type
|
||
doesn’t matter because it is ignored. <a href="../../serde_core/de/trait.Deserializer.html#tymethod.deserialize_ignored_any">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.is_human_readable" class="method trait-impl"><a class="src rightside" href="../../src/serde_core/de/mod.rs.html#1253">Source</a><a href="#method.is_human_readable" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.Deserializer.html#method.is_human_readable" class="fn">is_human_readable</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Determine whether <code>Deserialize</code> implementations should expect to
|
||
deserialize their human-readable form. <a href="../../serde_core/de/trait.Deserializer.html#method.is_human_readable">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Display-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/mod.rs.html#197-257">Source</a><a href="#impl-Display-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/fmt/trait.Display.html" title="trait core::fmt::Display">Display</a> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.fmt-1" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/mod.rs.html#222-256">Source</a><a href="#method.fmt-1" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/fmt/trait.Display.html#tymethod.fmt" class="fn">fmt</a>(&self, f: &mut <a class="struct" href="https://doc.rust-lang.org/1.93.1/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a><'_>) -> <a class="type" href="https://doc.rust-lang.org/1.93.1/core/fmt/type.Result.html" title="type core::fmt::Result">Result</a></h4></section></summary><div class="docblock"><p>Display a JSON value as a string.</p>
|
||
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>json = <span class="macro">json!</span>({ <span class="string">"city"</span>: <span class="string">"London"</span>, <span class="string">"street"</span>: <span class="string">"10 Downing Street" </span>});
|
||
|
||
<span class="comment">// Compact format:
|
||
//
|
||
// {"city":"London","street":"10 Downing Street"}
|
||
</span><span class="kw">let </span>compact = <span class="macro">format!</span>(<span class="string">"{}"</span>, json);
|
||
<span class="macro">assert_eq!</span>(compact,
|
||
<span class="string">"{\"city\":\"London\",\"street\":\"10 Downing Street\"}"</span>);
|
||
|
||
<span class="comment">// Pretty format:
|
||
//
|
||
// {
|
||
// "city": "London",
|
||
// "street": "10 Downing Street"
|
||
// }
|
||
</span><span class="kw">let </span>pretty = <span class="macro">format!</span>(<span class="string">"{:#}"</span>, json);
|
||
<span class="macro">assert_eq!</span>(pretty,
|
||
<span class="string">"{\n \"city\": \"London\",\n \"street\": \"10 Downing Street\"\n}"</span>);</code></pre></div></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-From%3C%26%5BT%5D%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#192-206">Source</a><a href="#impl-From%3C%26%5BT%5D%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl<T: <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>>> <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html" title="trait core::convert::From">From</a><&<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.slice.html">[T]</a>> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from-20" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#203-205">Source</a><a href="#method.from-20" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(f: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.slice.html">[T]</a>) -> Self</h4></section></summary><div class="docblock"><p>Convert a slice to <code>Value::Array</code>.</p>
|
||
<h5 id="examples-11"><a class="doc-anchor" href="#examples-11">§</a>Examples</h5>
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>serde_json::Value;
|
||
|
||
<span class="kw">let </span>v: <span class="kw-2">&</span>[<span class="kw-2">&</span>str] = <span class="kw-2">&</span>[<span class="string">"lorem"</span>, <span class="string">"ipsum"</span>, <span class="string">"dolor"</span>];
|
||
<span class="kw">let </span>x: Value = v.into();</code></pre></div></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-From%3C%26str%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#96-110">Source</a><a href="#impl-From%3C%26str%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html" title="trait core::convert::From">From</a><&<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.str.html">str</a>> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from-14" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#107-109">Source</a><a href="#method.from-14" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(f: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.str.html">str</a>) -> Self</h4></section></summary><div class="docblock"><p>Convert string slice to <code>Value::String</code>.</p>
|
||
<h5 id="examples-6"><a class="doc-anchor" href="#examples-6">§</a>Examples</h5>
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>serde_json::Value;
|
||
|
||
<span class="kw">let </span>s: <span class="kw-2">&</span>str = <span class="string">"lorem"</span>;
|
||
<span class="kw">let </span>x: Value = s.into();</code></pre></div></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-From%3C%5BT;+N%5D%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#186-190">Source</a><a href="#impl-From%3C%5BT;+N%5D%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl<T: <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>>, const N: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.usize.html">usize</a>> <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.array.html">[T; N]</a>> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from-19" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#187-189">Source</a><a href="#method.from-19" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(array: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.array.html">[T; N]</a>) -> Self</h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-From%3C()%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#258-272">Source</a><a href="#impl-From%3C()%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.unit.html">()</a>> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from-21" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#269-271">Source</a><a href="#method.from-21" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html#tymethod.from" class="fn">from</a>((): <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.unit.html">()</a>) -> Self</h4></section></summary><div class="docblock"><p>Convert <code>()</code> to <code>Value::Null</code>.</p>
|
||
<h5 id="examples-14"><a class="doc-anchor" href="#examples-14">§</a>Examples</h5>
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>serde_json::Value;
|
||
|
||
<span class="kw">let </span>u = ();
|
||
<span class="kw">let </span>x: Value = u.into();</code></pre></div></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-From%3CCow%3C'a,+str%3E%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#112-135">Source</a><a href="#impl-From%3CCow%3C'a,+str%3E%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="enum" href="https://doc.rust-lang.org/1.93.1/alloc/borrow/enum.Cow.html" title="enum alloc::borrow::Cow">Cow</a><'a, <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.str.html">str</a>>> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from-15" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#132-134">Source</a><a href="#method.from-15" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(f: <a class="enum" href="https://doc.rust-lang.org/1.93.1/alloc/borrow/enum.Cow.html" title="enum alloc::borrow::Cow">Cow</a><'a, <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.str.html">str</a>>) -> Self</h4></section></summary><div class="docblock"><p>Convert copy-on-write string to <code>Value::String</code>.</p>
|
||
<h5 id="examples-7"><a class="doc-anchor" href="#examples-7">§</a>Examples</h5>
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>serde_json::Value;
|
||
<span class="kw">use </span>std::borrow::Cow;
|
||
|
||
<span class="kw">let </span>s: Cow<str> = Cow::Borrowed(<span class="string">"lorem"</span>);
|
||
<span class="kw">let </span>x: Value = s.into();</code></pre></div>
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>serde_json::Value;
|
||
<span class="kw">use </span>std::borrow::Cow;
|
||
|
||
<span class="kw">let </span>s: Cow<str> = Cow::Owned(<span class="string">"lorem"</span>.to_owned());
|
||
<span class="kw">let </span>x: Value = s.into();</code></pre></div></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-From%3CMap%3CString,+Value%3E%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#153-168">Source</a><a href="#impl-From%3CMap%3CString,+Value%3E%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../struct.Map.html" title="struct serde_json::Map">Map</a><<a class="struct" href="https://doc.rust-lang.org/1.93.1/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>>> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from-17" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#165-167">Source</a><a href="#method.from-17" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(f: <a class="struct" href="../struct.Map.html" title="struct serde_json::Map">Map</a><<a class="struct" href="https://doc.rust-lang.org/1.93.1/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>>) -> Self</h4></section></summary><div class="docblock"><p>Convert map (with string keys) to <code>Value::Object</code>.</p>
|
||
<h5 id="examples-9"><a class="doc-anchor" href="#examples-9">§</a>Examples</h5>
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>serde_json::{Map, Value};
|
||
|
||
<span class="kw">let </span><span class="kw-2">mut </span>m = Map::new();
|
||
m.insert(<span class="string">"Lorem"</span>.to_owned(), <span class="string">"ipsum"</span>.into());
|
||
<span class="kw">let </span>x: Value = m.into();</code></pre></div></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-From%3CNumber%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#137-151">Source</a><a href="#impl-From%3CNumber%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../struct.Number.html" title="struct serde_json::Number">Number</a>> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from-16" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#148-150">Source</a><a href="#method.from-16" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(f: <a class="struct" href="../struct.Number.html" title="struct serde_json::Number">Number</a>) -> Self</h4></section></summary><div class="docblock"><p>Convert <code>Number</code> to <code>Value::Number</code>.</p>
|
||
<h5 id="examples-8"><a class="doc-anchor" href="#examples-8">§</a>Examples</h5>
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>serde_json::{Number, Value};
|
||
|
||
<span class="kw">let </span>n = Number::from(<span class="number">7</span>);
|
||
<span class="kw">let </span>x: Value = n.into();</code></pre></div></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-From%3COption%3CT%3E%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#274-284">Source</a><a href="#impl-From%3COption%3CT%3E%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="enum" href="https://doc.rust-lang.org/1.93.1/core/option/enum.Option.html" title="enum core::option::Option">Option</a><T>> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a><div class="where">where
|
||
T: <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from-22" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#278-283">Source</a><a href="#method.from-22" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(opt: <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/option/enum.Option.html" title="enum core::option::Option">Option</a><T>) -> Self</h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-From%3CString%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#80-94">Source</a><a href="#impl-From%3CString%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="https://doc.rust-lang.org/1.93.1/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from-13" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#91-93">Source</a><a href="#method.from-13" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(f: <a class="struct" href="https://doc.rust-lang.org/1.93.1/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>) -> Self</h4></section></summary><div class="docblock"><p>Convert <code>String</code> to <code>Value::String</code>.</p>
|
||
<h5 id="examples-5"><a class="doc-anchor" href="#examples-5">§</a>Examples</h5>
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>serde_json::Value;
|
||
|
||
<span class="kw">let </span>s: String = <span class="string">"lorem"</span>.to_owned();
|
||
<span class="kw">let </span>x: Value = s.into();</code></pre></div></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-From%3CVec%3CT%3E%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#170-184">Source</a><a href="#impl-From%3CVec%3CT%3E%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl<T: <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>>> <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="https://doc.rust-lang.org/1.93.1/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><T>> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from-18" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#181-183">Source</a><a href="#method.from-18" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(f: <a class="struct" href="https://doc.rust-lang.org/1.93.1/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><T>) -> Self</h4></section></summary><div class="docblock"><p>Convert a <code>Vec</code> to <code>Value::Array</code>.</p>
|
||
<h5 id="examples-10"><a class="doc-anchor" href="#examples-10">§</a>Examples</h5>
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>serde_json::Value;
|
||
|
||
<span class="kw">let </span>v = <span class="macro">vec!</span>[<span class="string">"lorem"</span>, <span class="string">"ipsum"</span>, <span class="string">"dolor"</span>];
|
||
<span class="kw">let </span>x: Value = v.into();</code></pre></div></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-From%3Cbool%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#64-78">Source</a><a href="#impl-From%3Cbool%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a>> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from-12" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#75-77">Source</a><a href="#method.from-12" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(f: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a>) -> Self</h4></section></summary><div class="docblock"><p>Convert boolean to <code>Value::Bool</code>.</p>
|
||
<h5 id="examples-4"><a class="doc-anchor" href="#examples-4">§</a>Examples</h5>
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>serde_json::Value;
|
||
|
||
<span class="kw">let </span>b = <span class="bool-val">false</span>;
|
||
<span class="kw">let </span>x: Value = b.into();</code></pre></div></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-From%3Cf32%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#30-45">Source</a><a href="#impl-From%3Cf32%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.f32.html">f32</a>> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from-10" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#42-44">Source</a><a href="#method.from-10" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(f: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.f32.html">f32</a>) -> Self</h4></section></summary><div class="docblock"><p>Convert 32-bit floating point number to <code>Value::Number</code>, or
|
||
<code>Value::Null</code> if infinite or NaN.</p>
|
||
<h5 id="examples-2"><a class="doc-anchor" href="#examples-2">§</a>Examples</h5>
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>serde_json::Value;
|
||
|
||
<span class="kw">let </span>f: f32 = <span class="number">13.37</span>;
|
||
<span class="kw">let </span>x: Value = f.into();</code></pre></div></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-From%3Cf64%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#47-62">Source</a><a href="#impl-From%3Cf64%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.f64.html">f64</a>> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from-11" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#59-61">Source</a><a href="#method.from-11" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(f: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.f64.html">f64</a>) -> Self</h4></section></summary><div class="docblock"><p>Convert 64-bit floating point number to <code>Value::Number</code>, or
|
||
<code>Value::Null</code> if infinite or NaN.</p>
|
||
<h5 id="examples-3"><a class="doc-anchor" href="#examples-3">§</a>Examples</h5>
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>serde_json::Value;
|
||
|
||
<span class="kw">let </span>f: f64 = <span class="number">13.37</span>;
|
||
<span class="kw">let </span>x: Value = f.into();</code></pre></div></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-From%3Ci16%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#20-23">Source</a><a href="#impl-From%3Ci16%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i16.html">i16</a>> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from-1" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#20-23">Source</a><a href="#method.from-1" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(n: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i16.html">i16</a>) -> Self</h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-From%3Ci32%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#20-23">Source</a><a href="#impl-From%3Ci32%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i32.html">i32</a>> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from-2" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#20-23">Source</a><a href="#method.from-2" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(n: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i32.html">i32</a>) -> Self</h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-From%3Ci64%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#20-23">Source</a><a href="#impl-From%3Ci64%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i64.html">i64</a>> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from-3" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#20-23">Source</a><a href="#method.from-3" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(n: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i64.html">i64</a>) -> Self</h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-From%3Ci8%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#20-23">Source</a><a href="#impl-From%3Ci8%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i8.html">i8</a>> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#20-23">Source</a><a href="#method.from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(n: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i8.html">i8</a>) -> Self</h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-From%3Cisize%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#20-23">Source</a><a href="#impl-From%3Cisize%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.isize.html">isize</a>> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from-4" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#20-23">Source</a><a href="#method.from-4" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(n: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.isize.html">isize</a>) -> Self</h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-From%3Cu16%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#20-23">Source</a><a href="#impl-From%3Cu16%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u16.html">u16</a>> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from-6" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#20-23">Source</a><a href="#method.from-6" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(n: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u16.html">u16</a>) -> Self</h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-From%3Cu32%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#20-23">Source</a><a href="#impl-From%3Cu32%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u32.html">u32</a>> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from-7" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#20-23">Source</a><a href="#method.from-7" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(n: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u32.html">u32</a>) -> Self</h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-From%3Cu64%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#20-23">Source</a><a href="#impl-From%3Cu64%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u64.html">u64</a>> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from-8" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#20-23">Source</a><a href="#method.from-8" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(n: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u64.html">u64</a>) -> Self</h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-From%3Cu8%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#20-23">Source</a><a href="#impl-From%3Cu8%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from-5" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#20-23">Source</a><a href="#method.from-5" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(n: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>) -> Self</h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-From%3Cusize%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#20-23">Source</a><a href="#impl-From%3Cusize%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.usize.html">usize</a>> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from-9" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#20-23">Source</a><a href="#method.from-9" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(n: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.usize.html">usize</a>) -> Self</h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-FromIterator%3C(K,+V)%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#238-256">Source</a><a href="#impl-FromIterator%3C(K,+V)%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl<K: <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><<a class="struct" href="https://doc.rust-lang.org/1.93.1/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>>, V: <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>>> <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/iter/traits/collect/trait.FromIterator.html" title="trait core::iter::traits::collect::FromIterator">FromIterator</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.tuple.html">(K, V)</a>> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from_iter-1" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#249-255">Source</a><a href="#method.from_iter-1" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/iter/traits/collect/trait.FromIterator.html#tymethod.from_iter" class="fn">from_iter</a><I: <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/iter/traits/collect/trait.IntoIterator.html" title="trait core::iter::traits::collect::IntoIterator">IntoIterator</a><Item = <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.tuple.html">(K, V)</a>>>(iter: I) -> Self</h4></section></summary><div class="docblock"><p>Create a <code>Value::Object</code> by collecting an iterator of key-value pairs.</p>
|
||
<h5 id="examples-13"><a class="doc-anchor" href="#examples-13">§</a>Examples</h5>
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>serde_json::Value;
|
||
|
||
<span class="kw">let </span>v: Vec<<span class="kw">_</span>> = <span class="macro">vec!</span>[(<span class="string">"lorem"</span>, <span class="number">40</span>), (<span class="string">"ipsum"</span>, <span class="number">2</span>)];
|
||
<span class="kw">let </span>x: Value = v.into_iter().collect();</code></pre></div></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-FromIterator%3CT%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#208-236">Source</a><a href="#impl-FromIterator%3CT%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl<T: <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>>> <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/iter/traits/collect/trait.FromIterator.html" title="trait core::iter::traits::collect::FromIterator">FromIterator</a><T> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from_iter" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/from.rs.html#233-235">Source</a><a href="#method.from_iter" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/iter/traits/collect/trait.FromIterator.html#tymethod.from_iter" class="fn">from_iter</a><I: <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/iter/traits/collect/trait.IntoIterator.html" title="trait core::iter::traits::collect::IntoIterator">IntoIterator</a><Item = T>>(iter: I) -> Self</h4></section></summary><div class="docblock"><p>Create a <code>Value::Array</code> by collecting an iterator of array elements.</p>
|
||
<h5 id="examples-12"><a class="doc-anchor" href="#examples-12">§</a>Examples</h5>
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>serde_json::Value;
|
||
|
||
<span class="kw">let </span>v = std::iter::repeat(<span class="number">42</span>).take(<span class="number">5</span>);
|
||
<span class="kw">let </span>x: Value = v.collect();</code></pre></div>
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>serde_json::Value;
|
||
|
||
<span class="kw">let </span>v: Vec<<span class="kw">_</span>> = <span class="macro">vec!</span>[<span class="string">"lorem"</span>, <span class="string">"ipsum"</span>, <span class="string">"dolor"</span>];
|
||
<span class="kw">let </span>x: Value = v.into_iter().collect();</code></pre></div>
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>std::iter::FromIterator;
|
||
<span class="kw">use </span>serde_json::Value;
|
||
|
||
<span class="kw">let </span>x: Value = Value::from_iter(<span class="macro">vec!</span>[<span class="string">"lorem"</span>, <span class="string">"ipsum"</span>, <span class="string">"dolor"</span>]);</code></pre></div></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-FromStr-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#155-160">Source</a><a href="#impl-FromStr-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/str/traits/trait.FromStr.html" title="trait core::str::traits::FromStr">FromStr</a> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Err" class="associatedtype trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#156">Source</a><a href="#associatedtype.Err" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.93.1/core/str/traits/trait.FromStr.html#associatedtype.Err" class="associatedtype">Err</a> = <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a></h4></section></summary><div class='docblock'>The associated error which can be returned from parsing.</div></details><details class="toggle method-toggle" open><summary><section id="method.from_str" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#157-159">Source</a><a href="#method.from_str" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/str/traits/trait.FromStr.html#tymethod.from_str" class="fn">from_str</a>(s: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>></h4></section></summary><div class='docblock'>Parses a string <code>s</code> to return a value of this type. <a href="https://doc.rust-lang.org/1.93.1/core/str/traits/trait.FromStr.html#tymethod.from_str">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Hash-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/mod.rs.html#115">Source</a><a href="#impl-Hash-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/hash/trait.Hash.html" title="trait core::hash::Hash">Hash</a> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.hash" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/mod.rs.html#115">Source</a><a href="#method.hash" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/hash/trait.Hash.html#tymethod.hash" class="fn">hash</a><__H: <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/hash/trait.Hasher.html" title="trait core::hash::Hasher">Hasher</a>>(&self, state: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&mut __H</a>)</h4></section></summary><div class='docblock'>Feeds this value into the given <a href="https://doc.rust-lang.org/1.93.1/core/hash/trait.Hasher.html" title="trait core::hash::Hasher"><code>Hasher</code></a>. <a href="https://doc.rust-lang.org/1.93.1/core/hash/trait.Hash.html#tymethod.hash">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.hash_slice" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.3.0">1.3.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/hash/mod.rs.html#235-237">Source</a></span><a href="#method.hash_slice" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/hash/trait.Hash.html#method.hash_slice" class="fn">hash_slice</a><H>(data: &[Self], state: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&mut H</a>)<div class="where">where
|
||
H: <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/hash/trait.Hasher.html" title="trait core::hash::Hasher">Hasher</a>,
|
||
Self: <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Feeds a slice of this type into the given <a href="https://doc.rust-lang.org/1.93.1/core/hash/trait.Hasher.html" title="trait core::hash::Hasher"><code>Hasher</code></a>. <a href="https://doc.rust-lang.org/1.93.1/core/hash/trait.Hash.html#method.hash_slice">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Index%3CI%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/index.rs.html#178-216">Source</a><a href="#impl-Index%3CI%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl<I> <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/ops/index/trait.Index.html" title="trait core::ops::index::Index">Index</a><I> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a><div class="where">where
|
||
I: <a class="trait" href="trait.Index.html" title="trait serde_json::value::Index">Index</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.index" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/index.rs.html#212-215">Source</a><a href="#method.index" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/ops/index/trait.Index.html#tymethod.index" class="fn">index</a>(&self, index: I) -> &<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h4></section></summary><div class="docblock"><p>Index into a <code>serde_json::Value</code> using the syntax <code>value[0]</code> or
|
||
<code>value["k"]</code>.</p>
|
||
<p>Returns <code>Value::Null</code> if the type of <code>self</code> does not match the type of
|
||
the index, for example if the index is a string and <code>self</code> is an array
|
||
or a number. Also returns <code>Value::Null</code> if the given key does not exist
|
||
in the map or the given index is not within the bounds of the array.</p>
|
||
<p>For retrieving deeply nested values, you should have a look at the
|
||
<code>Value::pointer</code> method.</p>
|
||
<h5 id="examples-15"><a class="doc-anchor" href="#examples-15">§</a>Examples</h5>
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>data = <span class="macro">json!</span>({
|
||
<span class="string">"x"</span>: {
|
||
<span class="string">"y"</span>: [<span class="string">"z"</span>, <span class="string">"zz"</span>]
|
||
}
|
||
});
|
||
|
||
<span class="macro">assert_eq!</span>(data[<span class="string">"x"</span>][<span class="string">"y"</span>], <span class="macro">json!</span>([<span class="string">"z"</span>, <span class="string">"zz"</span>]));
|
||
<span class="macro">assert_eq!</span>(data[<span class="string">"x"</span>][<span class="string">"y"</span>][<span class="number">0</span>], <span class="macro">json!</span>(<span class="string">"z"</span>));
|
||
|
||
<span class="macro">assert_eq!</span>(data[<span class="string">"a"</span>], <span class="macro">json!</span>(null)); <span class="comment">// returns null for undefined values
|
||
</span><span class="macro">assert_eq!</span>(data[<span class="string">"a"</span>][<span class="string">"b"</span>], <span class="macro">json!</span>(null)); <span class="comment">// does not panic</span></code></pre></div></div></details><details class="toggle" open><summary><section id="associatedtype.Output" class="associatedtype trait-impl"><a class="src rightside" href="../../src/serde_json/value/index.rs.html#182">Source</a><a href="#associatedtype.Output" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.93.1/core/ops/index/trait.Index.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h4></section></summary><div class='docblock'>The returned type after indexing.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-IndexMut%3CI%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/index.rs.html#218-258">Source</a><a href="#impl-IndexMut%3CI%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl<I> <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/ops/index/trait.IndexMut.html" title="trait core::ops::index::IndexMut">IndexMut</a><I> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a><div class="where">where
|
||
I: <a class="trait" href="trait.Index.html" title="trait serde_json::value::Index">Index</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.index_mut" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/index.rs.html#255-257">Source</a><a href="#method.index_mut" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/ops/index/trait.IndexMut.html#tymethod.index_mut" class="fn">index_mut</a>(&mut self, index: I) -> &mut <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h4></section></summary><div class="docblock"><p>Write into a <code>serde_json::Value</code> using the syntax <code>value[0] = ...</code> or
|
||
<code>value["k"] = ...</code>.</p>
|
||
<p>If the index is a number, the value must be an array of length bigger
|
||
than the index. Indexing into a value that is not an array or an array
|
||
that is too small will panic.</p>
|
||
<p>If the index is a string, the value must be an object or null which is
|
||
treated like an empty object. If the key is not already present in the
|
||
object, it will be inserted with a value of null. Indexing into a value
|
||
that is neither an object nor null will panic.</p>
|
||
<h5 id="examples-16"><a class="doc-anchor" href="#examples-16">§</a>Examples</h5>
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span><span class="kw-2">mut </span>data = <span class="macro">json!</span>({ <span class="string">"x"</span>: <span class="number">0 </span>});
|
||
|
||
<span class="comment">// replace an existing key
|
||
</span>data[<span class="string">"x"</span>] = <span class="macro">json!</span>(<span class="number">1</span>);
|
||
|
||
<span class="comment">// insert a new key
|
||
</span>data[<span class="string">"y"</span>] = <span class="macro">json!</span>([<span class="bool-val">false</span>, <span class="bool-val">false</span>, <span class="bool-val">false</span>]);
|
||
|
||
<span class="comment">// replace an array value
|
||
</span>data[<span class="string">"y"</span>][<span class="number">0</span>] = <span class="macro">json!</span>(<span class="bool-val">true</span>);
|
||
|
||
<span class="comment">// inserted a deeply nested key
|
||
</span>data[<span class="string">"a"</span>][<span class="string">"b"</span>][<span class="string">"c"</span>][<span class="string">"d"</span>] = <span class="macro">json!</span>(<span class="bool-val">true</span>);
|
||
|
||
<span class="macro">println!</span>(<span class="string">"{}"</span>, data);</code></pre></div></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-IntoDeserializer%3C'de,+Error%3E-for-%26Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#541-547">Source</a><a href="#impl-IntoDeserializer%3C'de,+Error%3E-for-%26Value" class="anchor">§</a><h3 class="code-header">impl<'de> <a class="trait" href="../../serde_core/de/trait.IntoDeserializer.html" title="trait serde_core::de::IntoDeserializer">IntoDeserializer</a><'de, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>> for &'de <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Deserializer-1" class="associatedtype trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#542">Source</a><a href="#associatedtype.Deserializer-1" class="anchor">§</a><h4 class="code-header">type <a href="../../serde_core/de/trait.IntoDeserializer.html#associatedtype.Deserializer" class="associatedtype">Deserializer</a> = &'de <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h4></section></summary><div class='docblock'>The type of the deserializer being converted into.</div></details><details class="toggle method-toggle" open><summary><section id="method.into_deserializer-1" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#544-546">Source</a><a href="#method.into_deserializer-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.IntoDeserializer.html#tymethod.into_deserializer" class="fn">into_deserializer</a>(self) -> Self::<a class="associatedtype" href="../../serde_core/de/trait.IntoDeserializer.html#associatedtype.Deserializer" title="type serde_core::de::IntoDeserializer::Deserializer">Deserializer</a></h4></section></summary><div class='docblock'>Convert this value into a deserializer.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-IntoDeserializer%3C'de,+Error%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#533-539">Source</a><a href="#impl-IntoDeserializer%3C'de,+Error%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl<'de> <a class="trait" href="../../serde_core/de/trait.IntoDeserializer.html" title="trait serde_core::de::IntoDeserializer">IntoDeserializer</a><'de, <a class="struct" href="../struct.Error.html" title="struct serde_json::Error">Error</a>> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Deserializer" class="associatedtype trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#534">Source</a><a href="#associatedtype.Deserializer" class="anchor">§</a><h4 class="code-header">type <a href="../../serde_core/de/trait.IntoDeserializer.html#associatedtype.Deserializer" class="associatedtype">Deserializer</a> = <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h4></section></summary><div class='docblock'>The type of the deserializer being converted into.</div></details><details class="toggle method-toggle" open><summary><section id="method.into_deserializer" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/de.rs.html#536-538">Source</a><a href="#method.into_deserializer" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/de/trait.IntoDeserializer.html#tymethod.into_deserializer" class="fn">into_deserializer</a>(self) -> Self::<a class="associatedtype" href="../../serde_core/de/trait.IntoDeserializer.html#associatedtype.Deserializer" title="type serde_core::de::IntoDeserializer::Deserializer">Deserializer</a></h4></section></summary><div class='docblock'>Convert this value into a deserializer.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3C%26str%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#37-41">Source</a><a href="#impl-PartialEq%3C%26str%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><&<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.str.html">str</a>> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-2" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#38-40">Source</a><a href="#method.eq-2" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &&<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.str.html">str</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-2" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-2" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3CString%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#55-59">Source</a><a href="#impl-PartialEq%3CString%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="struct" href="https://doc.rust-lang.org/1.93.1/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-5" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#56-58">Source</a><a href="#method.eq-5" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="struct" href="https://doc.rust-lang.org/1.93.1/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-5" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-5" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3CValue%3E-for-%26str" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#49-53">Source</a><a href="#impl-PartialEq%3CValue%3E-for-%26str" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>> for &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.str.html">str</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-4" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#50-52">Source</a><a href="#method.eq-4" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-4" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-4" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3CValue%3E-for-String" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#61-65">Source</a><a href="#impl-PartialEq%3CValue%3E-for-String" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>> for <a class="struct" href="https://doc.rust-lang.org/1.93.1/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-6" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#62-64">Source</a><a href="#method.eq-6" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-6" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-6" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3CValue%3E-for-bool" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3CValue%3E-for-bool" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>> for <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-56" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-56" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-56" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-56" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3CValue%3E-for-f32" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3CValue%3E-for-f32" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>> for <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.f32.html">f32</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-48" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-48" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-48" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-48" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3CValue%3E-for-f64" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3CValue%3E-for-f64" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>> for <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.f64.html">f64</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-52" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-52" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-52" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-52" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3CValue%3E-for-i16" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3CValue%3E-for-i16" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>> for <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i16.html">i16</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-12" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-12" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-12" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-12" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3CValue%3E-for-i32" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3CValue%3E-for-i32" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>> for <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i32.html">i32</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-16" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-16" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-16" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-16" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3CValue%3E-for-i64" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3CValue%3E-for-i64" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>> for <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i64.html">i64</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-20" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-20" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-20" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-20" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3CValue%3E-for-i8" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3CValue%3E-for-i8" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>> for <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i8.html">i8</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-8" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-8" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-8" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-8" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3CValue%3E-for-isize" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3CValue%3E-for-isize" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>> for <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.isize.html">isize</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-24" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-24" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-24" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-24" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3CValue%3E-for-str" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#43-47">Source</a><a href="#impl-PartialEq%3CValue%3E-for-str" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>> for <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.str.html">str</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-3" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#44-46">Source</a><a href="#method.eq-3" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-3" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-3" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3CValue%3E-for-u16" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3CValue%3E-for-u16" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>> for <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u16.html">u16</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-32" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-32" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-32" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-32" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3CValue%3E-for-u32" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3CValue%3E-for-u32" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>> for <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u32.html">u32</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-36" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-36" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-36" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-36" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3CValue%3E-for-u64" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3CValue%3E-for-u64" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>> for <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u64.html">u64</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-40" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-40" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-40" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-40" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3CValue%3E-for-u8" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3CValue%3E-for-u8" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>> for <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-28" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-28" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-28" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-28" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3CValue%3E-for-usize" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3CValue%3E-for-usize" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>> for <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.usize.html">usize</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-44" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-44" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-44" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-44" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3Cbool%3E-for-%26Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3Cbool%3E-for-%26Value" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a>> for &'a <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-57" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-57" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-57" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-57" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3Cbool%3E-for-%26mut+Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3Cbool%3E-for-%26mut+Value" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a>> for &'a mut <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-58" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-58" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-58" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-58" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3Cbool%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3Cbool%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a>> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-55" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-55" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-55" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-55" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3Cf32%3E-for-%26Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3Cf32%3E-for-%26Value" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.f32.html">f32</a>> for &'a <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-49" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-49" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.f32.html">f32</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-49" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-49" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3Cf32%3E-for-%26mut+Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3Cf32%3E-for-%26mut+Value" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.f32.html">f32</a>> for &'a mut <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-50" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-50" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.f32.html">f32</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-50" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-50" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3Cf32%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3Cf32%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.f32.html">f32</a>> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-47" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-47" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.f32.html">f32</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-47" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-47" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3Cf64%3E-for-%26Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3Cf64%3E-for-%26Value" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.f64.html">f64</a>> for &'a <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-53" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-53" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.f64.html">f64</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-53" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-53" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3Cf64%3E-for-%26mut+Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3Cf64%3E-for-%26mut+Value" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.f64.html">f64</a>> for &'a mut <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-54" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-54" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.f64.html">f64</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-54" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-54" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3Cf64%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3Cf64%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.f64.html">f64</a>> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-51" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-51" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.f64.html">f64</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-51" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-51" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3Ci16%3E-for-%26Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3Ci16%3E-for-%26Value" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i16.html">i16</a>> for &'a <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-13" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-13" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i16.html">i16</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-13" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-13" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3Ci16%3E-for-%26mut+Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3Ci16%3E-for-%26mut+Value" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i16.html">i16</a>> for &'a mut <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-14" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-14" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i16.html">i16</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-14" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-14" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3Ci16%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3Ci16%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i16.html">i16</a>> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-11" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-11" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i16.html">i16</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-11" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-11" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3Ci32%3E-for-%26Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3Ci32%3E-for-%26Value" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i32.html">i32</a>> for &'a <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-17" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-17" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i32.html">i32</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-17" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-17" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3Ci32%3E-for-%26mut+Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3Ci32%3E-for-%26mut+Value" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i32.html">i32</a>> for &'a mut <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-18" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-18" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i32.html">i32</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-18" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-18" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3Ci32%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3Ci32%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i32.html">i32</a>> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-15" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-15" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i32.html">i32</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-15" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-15" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3Ci64%3E-for-%26Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3Ci64%3E-for-%26Value" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i64.html">i64</a>> for &'a <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-21" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-21" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i64.html">i64</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-21" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-21" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3Ci64%3E-for-%26mut+Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3Ci64%3E-for-%26mut+Value" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i64.html">i64</a>> for &'a mut <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-22" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-22" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i64.html">i64</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-22" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-22" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3Ci64%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3Ci64%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i64.html">i64</a>> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-19" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-19" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i64.html">i64</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-19" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-19" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3Ci8%3E-for-%26Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3Ci8%3E-for-%26Value" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i8.html">i8</a>> for &'a <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-9" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-9" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i8.html">i8</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-9" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-9" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3Ci8%3E-for-%26mut+Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3Ci8%3E-for-%26mut+Value" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i8.html">i8</a>> for &'a mut <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-10" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-10" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i8.html">i8</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-10" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-10" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3Ci8%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3Ci8%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i8.html">i8</a>> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-7" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-7" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i8.html">i8</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-7" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-7" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3Cisize%3E-for-%26Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3Cisize%3E-for-%26Value" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.isize.html">isize</a>> for &'a <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-25" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-25" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.isize.html">isize</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-25" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-25" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3Cisize%3E-for-%26mut+Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3Cisize%3E-for-%26mut+Value" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.isize.html">isize</a>> for &'a mut <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-26" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-26" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.isize.html">isize</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-26" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-26" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3Cisize%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3Cisize%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.isize.html">isize</a>> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-23" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-23" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.isize.html">isize</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-23" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-23" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3Cstr%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#31-35">Source</a><a href="#impl-PartialEq%3Cstr%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.str.html">str</a>> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-1" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#32-34">Source</a><a href="#method.eq-1" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.str.html">str</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-1" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-1" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3Cu16%3E-for-%26Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3Cu16%3E-for-%26Value" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u16.html">u16</a>> for &'a <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-33" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-33" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u16.html">u16</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-33" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-33" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3Cu16%3E-for-%26mut+Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3Cu16%3E-for-%26mut+Value" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u16.html">u16</a>> for &'a mut <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-34" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-34" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u16.html">u16</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-34" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-34" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3Cu16%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3Cu16%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u16.html">u16</a>> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-31" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-31" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u16.html">u16</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-31" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-31" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3Cu32%3E-for-%26Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3Cu32%3E-for-%26Value" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u32.html">u32</a>> for &'a <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-37" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-37" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u32.html">u32</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-37" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-37" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3Cu32%3E-for-%26mut+Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3Cu32%3E-for-%26mut+Value" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u32.html">u32</a>> for &'a mut <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-38" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-38" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u32.html">u32</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-38" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-38" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3Cu32%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3Cu32%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u32.html">u32</a>> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-35" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-35" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u32.html">u32</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-35" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-35" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3Cu64%3E-for-%26Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3Cu64%3E-for-%26Value" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u64.html">u64</a>> for &'a <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-41" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-41" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u64.html">u64</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-41" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-41" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3Cu64%3E-for-%26mut+Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3Cu64%3E-for-%26mut+Value" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u64.html">u64</a>> for &'a mut <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-42" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-42" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u64.html">u64</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-42" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-42" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3Cu64%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3Cu64%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u64.html">u64</a>> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-39" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-39" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u64.html">u64</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-39" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-39" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3Cu8%3E-for-%26Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3Cu8%3E-for-%26Value" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>> for &'a <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-29" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-29" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-29" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-29" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3Cu8%3E-for-%26mut+Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3Cu8%3E-for-%26mut+Value" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>> for &'a mut <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-30" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-30" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-30" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-30" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3Cu8%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3Cu8%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-27" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-27" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-27" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-27" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3Cusize%3E-for-%26Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3Cusize%3E-for-%26Value" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.usize.html">usize</a>> for &'a <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-45" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-45" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.usize.html">usize</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-45" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-45" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3Cusize%3E-for-%26mut+Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3Cusize%3E-for-%26mut+Value" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.usize.html">usize</a>> for &'a mut <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-46" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-46" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.usize.html">usize</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-46" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-46" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3Cusize%3E-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#impl-PartialEq%3Cusize%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.usize.html">usize</a>> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-43" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/partial_eq.rs.html#97-103">Source</a><a href="#method.eq-43" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.usize.html">usize</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-43" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne-43" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/mod.rs.html#115">Source</a><a href="#impl-PartialEq-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/mod.rs.html#115">Source</a><a href="#method.eq" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Serialize-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/ser.rs.html#11-36">Source</a><a href="#impl-Serialize-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../../serde_core/ser/trait.Serialize.html" title="trait serde_core::ser::Serialize">Serialize</a> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.serialize" class="method trait-impl"><a class="src rightside" href="../../src/serde_json/value/ser.rs.html#13-35">Source</a><a href="#method.serialize" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde_core/ser/trait.Serialize.html#tymethod.serialize" class="fn">serialize</a><S>(&self, serializer: S) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><S::<a class="associatedtype" href="../../serde_core/ser/trait.Serializer.html#associatedtype.Ok" title="type serde_core::ser::Serializer::Ok">Ok</a>, S::<a class="associatedtype" href="../../serde_core/ser/trait.Serializer.html#associatedtype.Error" title="type serde_core::ser::Serializer::Error">Error</a>><div class="where">where
|
||
S: <a class="trait" href="../../serde_core/ser/trait.Serializer.html" title="trait serde_core::ser::Serializer">Serializer</a>,</div></h4></section></summary><div class='docblock'>Serialize this value into the given Serde serializer. <a href="../../serde_core/ser/trait.Serialize.html#tymethod.serialize">Read more</a></div></details></div></details><section id="impl-Eq-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/mod.rs.html#115">Source</a><a href="#impl-Eq-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section><section id="impl-StructuralPartialEq-for-Value" class="impl"><a class="src rightside" href="../../src/serde_json/value/mod.rs.html#115">Source</a><a href="#impl-StructuralPartialEq-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/marker/trait.StructuralPartialEq.html" title="trait core::marker::StructuralPartialEq">StructuralPartialEq</a> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></div><h2 id="synthetic-implementations" class="section-header">Auto Trait Implementations<a href="#synthetic-implementations" class="anchor">§</a></h2><div id="synthetic-implementations-list"><section id="impl-Freeze-for-Value" class="impl"><a href="#impl-Freeze-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/marker/trait.Freeze.html" title="trait core::marker::Freeze">Freeze</a> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section><section id="impl-RefUnwindSafe-for-Value" class="impl"><a href="#impl-RefUnwindSafe-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section><section id="impl-Send-for-Value" class="impl"><a href="#impl-Send-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section><section id="impl-Sync-for-Value" class="impl"><a href="#impl-Sync-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section><section id="impl-Unpin-for-Value" class="impl"><a href="#impl-Unpin-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section><section id="impl-UnwindSafe-for-Value" class="impl"><a href="#impl-UnwindSafe-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/panic/unwind_safe/trait.UnwindSafe.html" title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a> for <a class="enum" href="../enum.Value.html" title="enum serde_json::Value">Value</a></h3></section></div><h2 id="blanket-implementations" class="section-header">Blanket Implementations<a href="#blanket-implementations" class="anchor">§</a></h2><div id="blanket-implementations-list"><details class="toggle implementors-toggle"><summary><section id="impl-Any-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/core/any.rs.html#138">Source</a><a href="#impl-Any-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/any/trait.Any.html" title="trait core::any::Any">Any</a> for T<div class="where">where
|
||
T: 'static + ?<a class="trait" href="https://doc.rust-lang.org/1.93.1/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.type_id" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/core/any.rs.html#139">Source</a><a href="#method.type_id" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/any/trait.Any.html#tymethod.type_id" class="fn">type_id</a>(&self) -> <a class="struct" href="https://doc.rust-lang.org/1.93.1/core/any/struct.TypeId.html" title="struct core::any::TypeId">TypeId</a></h4></section></summary><div class='docblock'>Gets the <code>TypeId</code> of <code>self</code>. <a href="https://doc.rust-lang.org/1.93.1/core/any/trait.Any.html#tymethod.type_id">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Borrow%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/core/borrow.rs.html#212">Source</a><a href="#impl-Borrow%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a><T> for T<div class="where">where
|
||
T: ?<a class="trait" href="https://doc.rust-lang.org/1.93.1/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.borrow" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/core/borrow.rs.html#214">Source</a><a href="#method.borrow" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/borrow/trait.Borrow.html#tymethod.borrow" class="fn">borrow</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&T</a></h4></section></summary><div class='docblock'>Immutably borrows from an owned value. <a href="https://doc.rust-lang.org/1.93.1/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BorrowMut%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/core/borrow.rs.html#221">Source</a><a href="#impl-BorrowMut%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a><T> for T<div class="where">where
|
||
T: ?<a class="trait" href="https://doc.rust-lang.org/1.93.1/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.borrow_mut" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/core/borrow.rs.html#222">Source</a><a href="#method.borrow_mut" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut" class="fn">borrow_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&mut T</a></h4></section></summary><div class='docblock'>Mutably borrows from an owned value. <a href="https://doc.rust-lang.org/1.93.1/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-CloneToUninit-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/core/clone.rs.html#547">Source</a><a href="#impl-CloneToUninit-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/clone/trait.CloneToUninit.html" title="trait core::clone::CloneToUninit">CloneToUninit</a> for T<div class="where">where
|
||
T: <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.clone_to_uninit" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/core/clone.rs.html#549">Source</a><a href="#method.clone_to_uninit" class="anchor">§</a><h4 class="code-header">unsafe fn <a href="https://doc.rust-lang.org/1.93.1/core/clone/trait.CloneToUninit.html#tymethod.clone_to_uninit" class="fn">clone_to_uninit</a>(&self, dest: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.pointer.html">*mut </a><a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>)</h4></section></summary><span class="item-info"><div class="stab unstable"><span class="emoji">🔬</span><span>This is a nightly-only experimental API. (<code>clone_to_uninit</code>)</span></div></span><div class='docblock'>Performs copy-assignment from <code>self</code> to <code>dest</code>. <a href="https://doc.rust-lang.org/1.93.1/core/clone/trait.CloneToUninit.html#tymethod.clone_to_uninit">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-From%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/core/convert/mod.rs.html#785">Source</a><a href="#impl-From%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html" title="trait core::convert::From">From</a><T> for T</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from-23" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/core/convert/mod.rs.html#788">Source</a><a href="#method.from-23" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(t: T) -> T</h4></section></summary><div class="docblock"><p>Returns the argument unchanged.</p>
|
||
</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Into%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/core/convert/mod.rs.html#767-769">Source</a><a href="#impl-Into%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><U> for T<div class="where">where
|
||
U: <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html" title="trait core::convert::From">From</a><T>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.into" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/core/convert/mod.rs.html#777">Source</a><a href="#method.into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/convert/trait.Into.html#tymethod.into" class="fn">into</a>(self) -> U</h4></section></summary><div class="docblock"><p>Calls <code>U::from(self)</code>.</p>
|
||
<p>That is, this conversion is whatever the implementation of
|
||
<code><a href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html" title="trait core::convert::From">From</a><T> for U</code> chooses to do.</p>
|
||
</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ToOwned-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/alloc/borrow.rs.html#85-87">Source</a><a href="#impl-ToOwned-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.93.1/alloc/borrow/trait.ToOwned.html" title="trait alloc::borrow::ToOwned">ToOwned</a> for T<div class="where">where
|
||
T: <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Owned" class="associatedtype trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/alloc/borrow.rs.html#89">Source</a><a href="#associatedtype.Owned" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.93.1/alloc/borrow/trait.ToOwned.html#associatedtype.Owned" class="associatedtype">Owned</a> = T</h4></section></summary><div class='docblock'>The resulting type after obtaining ownership.</div></details><details class="toggle method-toggle" open><summary><section id="method.to_owned" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/alloc/borrow.rs.html#90">Source</a><a href="#method.to_owned" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/alloc/borrow/trait.ToOwned.html#tymethod.to_owned" class="fn">to_owned</a>(&self) -> T</h4></section></summary><div class='docblock'>Creates owned data from borrowed data, usually by cloning. <a href="https://doc.rust-lang.org/1.93.1/alloc/borrow/trait.ToOwned.html#tymethod.to_owned">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.clone_into" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/alloc/borrow.rs.html#94">Source</a><a href="#method.clone_into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/alloc/borrow/trait.ToOwned.html#method.clone_into" class="fn">clone_into</a>(&self, target: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&mut T</a>)</h4></section></summary><div class='docblock'>Uses borrowed data to replace owned data, usually by cloning. <a href="https://doc.rust-lang.org/1.93.1/alloc/borrow/trait.ToOwned.html#method.clone_into">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ToString-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/alloc/string.rs.html#2864">Source</a><a href="#impl-ToString-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.93.1/alloc/string/trait.ToString.html" title="trait alloc::string::ToString">ToString</a> for T<div class="where">where
|
||
T: <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/fmt/trait.Display.html" title="trait core::fmt::Display">Display</a> + ?<a class="trait" href="https://doc.rust-lang.org/1.93.1/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.to_string" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/alloc/string.rs.html#2866">Source</a><a href="#method.to_string" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/alloc/string/trait.ToString.html#tymethod.to_string" class="fn">to_string</a>(&self) -> <a class="struct" href="https://doc.rust-lang.org/1.93.1/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></h4></section></summary><div class='docblock'>Converts the given value to a <code>String</code>. <a href="https://doc.rust-lang.org/1.93.1/alloc/string/trait.ToString.html#tymethod.to_string">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-TryFrom%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/core/convert/mod.rs.html#827-829">Source</a><a href="#impl-TryFrom%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><U> for T<div class="where">where
|
||
U: <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><T>,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error-3" class="associatedtype trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/core/convert/mod.rs.html#831">Source</a><a href="#associatedtype.Error-3" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.93.1/core/convert/trait.TryFrom.html#associatedtype.Error" class="associatedtype">Error</a> = <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/convert/enum.Infallible.html" title="enum core::convert::Infallible">Infallible</a></h4></section></summary><div class='docblock'>The type returned in the event of a conversion error.</div></details><details class="toggle method-toggle" open><summary><section id="method.try_from" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/core/convert/mod.rs.html#834">Source</a><a href="#method.try_from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/convert/trait.TryFrom.html#tymethod.try_from" class="fn">try_from</a>(value: U) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><T, <T as <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><U>>::<a class="associatedtype" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>></h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-TryInto%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/core/convert/mod.rs.html#811-813">Source</a><a href="#impl-TryInto%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.TryInto.html" title="trait core::convert::TryInto">TryInto</a><U> for T<div class="where">where
|
||
U: <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error-2" class="associatedtype trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/core/convert/mod.rs.html#815">Source</a><a href="#associatedtype.Error-2" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.93.1/core/convert/trait.TryInto.html#associatedtype.Error" class="associatedtype">Error</a> = <U as <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>>::<a class="associatedtype" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a></h4></section></summary><div class='docblock'>The type returned in the event of a conversion error.</div></details><details class="toggle method-toggle" open><summary><section id="method.try_into" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/core/convert/mod.rs.html#818">Source</a><a href="#method.try_into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/convert/trait.TryInto.html#tymethod.try_into" class="fn">try_into</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><U, <U as <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>>::<a class="associatedtype" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>></h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details><section id="impl-DeserializeOwned-for-T" class="impl"><a class="src rightside" href="../../src/serde_core/de/mod.rs.html#633">Source</a><a href="#impl-DeserializeOwned-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="../../serde_core/de/trait.DeserializeOwned.html" title="trait serde_core::de::DeserializeOwned">DeserializeOwned</a> for T<div class="where">where
|
||
T: for<'de> <a class="trait" href="../../serde_core/de/trait.Deserialize.html" title="trait serde_core::de::Deserialize">Deserialize</a><'de>,</div></h3></section></div></section></div></main></body></html> |