mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-18 14:00:39 +00:00
22 lines
55 KiB
HTML
22 lines
55 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="API documentation for the Rust `ScalarRef` trait in crate `datatypes`."><title>ScalarRef in datatypes::scalars - 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-e56847b5.css"><meta name="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="datatypes" data-themes="" data-resource-suffix="" data-rustdoc-version="1.92.0-nightly (fa3155a64 2025-09-30)" data-channel="nightly" data-search-js="search-e256b49e.js" data-stringdex-js="stringdex-828709d0.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-ce535bd0.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 trait"><!--[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="#">ScalarRef</a></h2></rustdoc-topbar><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../datatypes/index.html">datatypes</a><span class="version">1.0.0-rc.2</span></h2></div><div class="sidebar-elems"><section id="rustdoc-toc"><h2 class="location"><a href="#">Scalar<wbr>Ref</a></h2><h3><a href="#required-associated-types">Required Associated Types</a></h3><ul class="block"><li><a href="#associatedtype.ScalarType" title="ScalarType">ScalarType</a></li></ul><h3><a href="#required-methods">Required Methods</a></h3><ul class="block"><li><a href="#tymethod.to_owned_scalar" title="to_owned_scalar">to_owned_scalar</a></li></ul><h3><a href="#foreign-impls">Implementations on Foreign Types</a></h3><ul class="block"><li><a href="#impl-ScalarRef%3C'a%3E-for-%26%5Bu8%5D" title="&'a [u8]">&'a [u8]</a></li><li><a href="#impl-ScalarRef%3C'a%3E-for-%26str" title="&'a str">&'a str</a></li><li><a href="#impl-ScalarRef%3C'_%3E-for-()" title="()">()</a></li><li><a href="#impl-ScalarRef%3C'_%3E-for-Date" title="Date">Date</a></li><li><a href="#impl-ScalarRef%3C'_%3E-for-Decimal128" title="Decimal128">Decimal128</a></li><li><a href="#impl-ScalarRef%3C'a%3E-for-IntervalDayTime" title="IntervalDayTime">IntervalDayTime</a></li><li><a href="#impl-ScalarRef%3C'a%3E-for-IntervalMonthDayNano" title="IntervalMonthDayNano">IntervalMonthDayNano</a></li><li><a href="#impl-ScalarRef%3C'a%3E-for-IntervalYearMonth" title="IntervalYearMonth">IntervalYearMonth</a></li><li><a href="#impl-ScalarRef%3C'_%3E-for-bool" title="bool">bool</a></li><li><a href="#impl-ScalarRef%3C'a%3E-for-f32" title="f32">f32</a></li><li><a href="#impl-ScalarRef%3C'a%3E-for-f64" title="f64">f64</a></li><li><a href="#impl-ScalarRef%3C'a%3E-for-i8" title="i8">i8</a></li><li><a href="#impl-ScalarRef%3C'a%3E-for-i16" title="i16">i16</a></li><li><a href="#impl-ScalarRef%3C'a%3E-for-i32" title="i32">i32</a></li><li><a href="#impl-ScalarRef%3C'a%3E-for-i64" title="i64">i64</a></li><li><a href="#impl-ScalarRef%3C'a%3E-for-u8" title="u8">u8</a></li><li><a href="#impl-ScalarRef%3C'a%3E-for-u16" title="u16">u16</a></li><li><a href="#impl-ScalarRef%3C'a%3E-for-u32" title="u32">u32</a></li><li><a href="#impl-ScalarRef%3C'a%3E-for-u64" title="u64">u64</a></li></ul><h3><a href="#dyn-compatibility">Dyn Compatibility</a></h3><h3><a href="#implementors">Implementors</a></h3></section><div id="rustdoc-modnav"><h2><a href="index.html">In datatypes::<wbr>scalars</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">datatypes</a>::<wbr><a href="index.html">scalars</a></div><h1>Trait <span class="trait">Scalar<wbr>Ref</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/datatypes/scalars.rs.html#55-61">Source</a> </span></div><pre class="rust item-decl"><code>pub trait ScalarRef<'a>:
|
|
<a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>
|
|
+ <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>
|
|
+ <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a>
|
|
+ 'a {
|
|
type <a href="#associatedtype.ScalarType" class="associatedtype">ScalarType</a>: <a class="trait" href="trait.Scalar.html" title="trait datatypes::scalars::Scalar">Scalar</a><RefType<'a> = Self>;
|
|
|
|
// Required method
|
|
fn <a href="#tymethod.to_owned_scalar" class="fn">to_owned_scalar</a>(&self) -> Self::<a class="associatedtype" href="trait.ScalarRef.html#associatedtype.ScalarType" title="type datatypes::scalars::ScalarRef::ScalarType">ScalarType</a>;
|
|
}</code></pre><h2 id="required-associated-types" class="section-header">Required Associated Types<a href="#required-associated-types" class="anchor">§</a></h2><div class="methods"><details class="toggle" open><summary><section id="associatedtype.ScalarType" class="method"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#57">Source</a><h4 class="code-header">type <a href="#associatedtype.ScalarType" class="associatedtype">ScalarType</a>: <a class="trait" href="trait.Scalar.html" title="trait datatypes::scalars::Scalar">Scalar</a><RefType<'a> = Self></h4></section></summary><div class="docblock"><p>The corresponding <a href="trait.Scalar.html" title="trait datatypes::scalars::Scalar"><code>Scalar</code></a> type.</p>
|
|
</div></details></div><h2 id="required-methods" class="section-header">Required Methods<a href="#required-methods" class="anchor">§</a></h2><div class="methods"><details class="toggle method-toggle" open><summary><section id="tymethod.to_owned_scalar" class="method"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#60">Source</a><h4 class="code-header">fn <a href="#tymethod.to_owned_scalar" class="fn">to_owned_scalar</a>(&self) -> Self::<a class="associatedtype" href="trait.ScalarRef.html#associatedtype.ScalarType" title="type datatypes::scalars::ScalarRef::ScalarType">ScalarType</a></h4></section></summary><div class="docblock"><p>Convert the reference into an owned value.</p>
|
|
</div></details></div><h2 id="dyn-compatibility" class="section-header">Dyn Compatibility<a href="#dyn-compatibility" class="anchor">§</a></h2><div class="dyn-compatibility-info"><p>This trait is <b>not</b> <a href="https://doc.rust-lang.org/nightly/reference/items/traits.html#dyn-compatibility">dyn compatible</a>.</p><p><i>In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.</i></p></div><h2 id="foreign-impls" class="section-header">Implementations on Foreign Types<a href="#foreign-impls" class="anchor">§</a></h2><details class="toggle implementors-toggle"><summary><section id="impl-ScalarRef%3C'_%3E-for-bool" class="impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#219-225">Source</a><a href="#impl-ScalarRef%3C'_%3E-for-bool" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef">ScalarRef</a><'_> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ScalarType-1" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#220">Source</a><a href="#associatedtype.ScalarType-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ScalarType" class="associatedtype">ScalarType</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></h4></section><section id="method.to_owned_scalar" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#222-224">Source</a><a href="#method.to_owned_scalar" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_owned_scalar" class="fn">to_owned_scalar</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ScalarRef%3C'_%3E-for-()" class="impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#199-203">Source</a><a href="#impl-ScalarRef%3C'_%3E-for-()" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef">ScalarRef</a><'_> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ScalarType-2" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#200">Source</a><a href="#associatedtype.ScalarType-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ScalarType" class="associatedtype">ScalarType</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a></h4></section><section id="method.to_owned_scalar-1" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#202">Source</a><a href="#method.to_owned_scalar-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_owned_scalar" class="fn">to_owned_scalar</a>(&self)</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ScalarRef%3C'_%3E-for-Decimal128" class="impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#303-309">Source</a><a href="#impl-ScalarRef%3C'_%3E-for-Decimal128" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef">ScalarRef</a><'_> for <a class="struct" href="../../common_decimal/decimal128/struct.Decimal128.html" title="struct common_decimal::decimal128::Decimal128">Decimal128</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ScalarType-3" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#304">Source</a><a href="#associatedtype.ScalarType-3" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ScalarType" class="associatedtype">ScalarType</a> = <a class="struct" href="../../common_decimal/decimal128/struct.Decimal128.html" title="struct common_decimal::decimal128::Decimal128">Decimal128</a></h4></section><section id="method.to_owned_scalar-2" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#306-308">Source</a><a href="#method.to_owned_scalar-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_owned_scalar" class="fn">to_owned_scalar</a>(&self) -> Self::<a class="associatedtype" href="trait.ScalarRef.html#associatedtype.ScalarType" title="type datatypes::scalars::ScalarRef::ScalarType">ScalarType</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ScalarRef%3C'_%3E-for-Date" class="impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#282-288">Source</a><a href="#impl-ScalarRef%3C'_%3E-for-Date" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef">ScalarRef</a><'_> for Date</h3></section></summary><div class="impl-items"><section id="associatedtype.ScalarType-4" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#283">Source</a><a href="#associatedtype.ScalarType-4" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ScalarType" class="associatedtype">ScalarType</a> = Date</h4></section><section id="method.to_owned_scalar-3" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#285-287">Source</a><a href="#method.to_owned_scalar-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_owned_scalar" class="fn">to_owned_scalar</a>(&self) -> Self::<a class="associatedtype" href="trait.ScalarRef.html#associatedtype.ScalarType" title="type datatypes::scalars::ScalarRef::ScalarType">ScalarType</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ScalarRef%3C'a%3E-for-%26str" class="impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#240-246">Source</a><a href="#impl-ScalarRef%3C'a%3E-for-%26str" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef">ScalarRef</a><'a> for &'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ScalarType-5" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#241">Source</a><a href="#associatedtype.ScalarType-5" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ScalarType" class="associatedtype">ScalarType</a> = <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></h4></section><section id="method.to_owned_scalar-4" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#243-245">Source</a><a href="#method.to_owned_scalar-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_owned_scalar" class="fn">to_owned_scalar</a>(&self) -> <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ScalarRef%3C'a%3E-for-%26%5Bu8%5D" class="impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#261-267">Source</a><a href="#impl-ScalarRef%3C'a%3E-for-%26%5Bu8%5D" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef">ScalarRef</a><'a> for &'a [<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>]</h3></section></summary><div class="impl-items"><section id="associatedtype.ScalarType-6" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#262">Source</a><a href="#associatedtype.ScalarType-6" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ScalarType" class="associatedtype">ScalarType</a> = <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>></h4></section><section id="method.to_owned_scalar-5" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#264-266">Source</a><a href="#method.to_owned_scalar-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_owned_scalar" class="fn">to_owned_scalar</a>(&self) -> <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>> <a href="#" class="tooltip" data-notable-ty="Vec<u8>">ⓘ</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ScalarRef%3C'a%3E-for-f32" class="impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#184">Source</a><a href="#impl-ScalarRef%3C'a%3E-for-f32" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef">ScalarRef</a><'a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></h3><div class="docblock"><p>Implement <a href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef"><code>ScalarRef</code></a> for primitive types. Note that primitive types are both <a href="trait.Scalar.html" title="trait datatypes::scalars::Scalar"><code>Scalar</code></a> and <a href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef"><code>ScalarRef</code></a>.</p>
|
|
</div></section></summary><div class="impl-items"><section id="associatedtype.ScalarType-7" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#184">Source</a><a href="#associatedtype.ScalarType-7" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ScalarType" class="associatedtype">ScalarType</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></h4></section><section id="method.to_owned_scalar-6" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#184">Source</a><a href="#method.to_owned_scalar-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_owned_scalar" class="fn">to_owned_scalar</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ScalarRef%3C'a%3E-for-f64" class="impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#185">Source</a><a href="#impl-ScalarRef%3C'a%3E-for-f64" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef">ScalarRef</a><'a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></h3><div class="docblock"><p>Implement <a href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef"><code>ScalarRef</code></a> for primitive types. Note that primitive types are both <a href="trait.Scalar.html" title="trait datatypes::scalars::Scalar"><code>Scalar</code></a> and <a href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef"><code>ScalarRef</code></a>.</p>
|
|
</div></section></summary><div class="impl-items"><section id="associatedtype.ScalarType-8" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#185">Source</a><a href="#associatedtype.ScalarType-8" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ScalarType" class="associatedtype">ScalarType</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></h4></section><section id="method.to_owned_scalar-7" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#185">Source</a><a href="#method.to_owned_scalar-7" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_owned_scalar" class="fn">to_owned_scalar</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ScalarRef%3C'a%3E-for-i8" class="impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#180">Source</a><a href="#impl-ScalarRef%3C'a%3E-for-i8" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef">ScalarRef</a><'a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></h3><div class="docblock"><p>Implement <a href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef"><code>ScalarRef</code></a> for primitive types. Note that primitive types are both <a href="trait.Scalar.html" title="trait datatypes::scalars::Scalar"><code>Scalar</code></a> and <a href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef"><code>ScalarRef</code></a>.</p>
|
|
</div></section></summary><div class="impl-items"><section id="associatedtype.ScalarType-9" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#180">Source</a><a href="#associatedtype.ScalarType-9" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ScalarType" class="associatedtype">ScalarType</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></h4></section><section id="method.to_owned_scalar-8" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#180">Source</a><a href="#method.to_owned_scalar-8" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_owned_scalar" class="fn">to_owned_scalar</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ScalarRef%3C'a%3E-for-i16" class="impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#181">Source</a><a href="#impl-ScalarRef%3C'a%3E-for-i16" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef">ScalarRef</a><'a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></h3><div class="docblock"><p>Implement <a href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef"><code>ScalarRef</code></a> for primitive types. Note that primitive types are both <a href="trait.Scalar.html" title="trait datatypes::scalars::Scalar"><code>Scalar</code></a> and <a href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef"><code>ScalarRef</code></a>.</p>
|
|
</div></section></summary><div class="impl-items"><section id="associatedtype.ScalarType-10" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#181">Source</a><a href="#associatedtype.ScalarType-10" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ScalarType" class="associatedtype">ScalarType</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></h4></section><section id="method.to_owned_scalar-9" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#181">Source</a><a href="#method.to_owned_scalar-9" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_owned_scalar" class="fn">to_owned_scalar</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ScalarRef%3C'a%3E-for-i32" class="impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#182">Source</a><a href="#impl-ScalarRef%3C'a%3E-for-i32" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef">ScalarRef</a><'a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></h3><div class="docblock"><p>Implement <a href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef"><code>ScalarRef</code></a> for primitive types. Note that primitive types are both <a href="trait.Scalar.html" title="trait datatypes::scalars::Scalar"><code>Scalar</code></a> and <a href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef"><code>ScalarRef</code></a>.</p>
|
|
</div></section></summary><div class="impl-items"><section id="associatedtype.ScalarType-11" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#182">Source</a><a href="#associatedtype.ScalarType-11" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ScalarType" class="associatedtype">ScalarType</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></h4></section><section id="method.to_owned_scalar-10" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#182">Source</a><a href="#method.to_owned_scalar-10" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_owned_scalar" class="fn">to_owned_scalar</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ScalarRef%3C'a%3E-for-i64" class="impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#183">Source</a><a href="#impl-ScalarRef%3C'a%3E-for-i64" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef">ScalarRef</a><'a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></h3><div class="docblock"><p>Implement <a href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef"><code>ScalarRef</code></a> for primitive types. Note that primitive types are both <a href="trait.Scalar.html" title="trait datatypes::scalars::Scalar"><code>Scalar</code></a> and <a href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef"><code>ScalarRef</code></a>.</p>
|
|
</div></section></summary><div class="impl-items"><section id="associatedtype.ScalarType-12" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#183">Source</a><a href="#associatedtype.ScalarType-12" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ScalarType" class="associatedtype">ScalarType</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></h4></section><section id="method.to_owned_scalar-11" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#183">Source</a><a href="#method.to_owned_scalar-11" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_owned_scalar" class="fn">to_owned_scalar</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ScalarRef%3C'a%3E-for-u8" class="impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#176">Source</a><a href="#impl-ScalarRef%3C'a%3E-for-u8" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef">ScalarRef</a><'a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></h3><div class="docblock"><p>Implement <a href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef"><code>ScalarRef</code></a> for primitive types. Note that primitive types are both <a href="trait.Scalar.html" title="trait datatypes::scalars::Scalar"><code>Scalar</code></a> and <a href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef"><code>ScalarRef</code></a>.</p>
|
|
</div></section></summary><div class="impl-items"><section id="associatedtype.ScalarType-13" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#176">Source</a><a href="#associatedtype.ScalarType-13" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ScalarType" class="associatedtype">ScalarType</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></h4></section><section id="method.to_owned_scalar-12" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#176">Source</a><a href="#method.to_owned_scalar-12" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_owned_scalar" class="fn">to_owned_scalar</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ScalarRef%3C'a%3E-for-u16" class="impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#177">Source</a><a href="#impl-ScalarRef%3C'a%3E-for-u16" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef">ScalarRef</a><'a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></h3><div class="docblock"><p>Implement <a href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef"><code>ScalarRef</code></a> for primitive types. Note that primitive types are both <a href="trait.Scalar.html" title="trait datatypes::scalars::Scalar"><code>Scalar</code></a> and <a href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef"><code>ScalarRef</code></a>.</p>
|
|
</div></section></summary><div class="impl-items"><section id="associatedtype.ScalarType-14" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#177">Source</a><a href="#associatedtype.ScalarType-14" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ScalarType" class="associatedtype">ScalarType</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></h4></section><section id="method.to_owned_scalar-13" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#177">Source</a><a href="#method.to_owned_scalar-13" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_owned_scalar" class="fn">to_owned_scalar</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ScalarRef%3C'a%3E-for-u32" class="impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#178">Source</a><a href="#impl-ScalarRef%3C'a%3E-for-u32" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef">ScalarRef</a><'a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></h3><div class="docblock"><p>Implement <a href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef"><code>ScalarRef</code></a> for primitive types. Note that primitive types are both <a href="trait.Scalar.html" title="trait datatypes::scalars::Scalar"><code>Scalar</code></a> and <a href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef"><code>ScalarRef</code></a>.</p>
|
|
</div></section></summary><div class="impl-items"><section id="associatedtype.ScalarType-15" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#178">Source</a><a href="#associatedtype.ScalarType-15" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ScalarType" class="associatedtype">ScalarType</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></h4></section><section id="method.to_owned_scalar-14" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#178">Source</a><a href="#method.to_owned_scalar-14" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_owned_scalar" class="fn">to_owned_scalar</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ScalarRef%3C'a%3E-for-u64" class="impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#179">Source</a><a href="#impl-ScalarRef%3C'a%3E-for-u64" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef">ScalarRef</a><'a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></h3><div class="docblock"><p>Implement <a href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef"><code>ScalarRef</code></a> for primitive types. Note that primitive types are both <a href="trait.Scalar.html" title="trait datatypes::scalars::Scalar"><code>Scalar</code></a> and <a href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef"><code>ScalarRef</code></a>.</p>
|
|
</div></section></summary><div class="impl-items"><section id="associatedtype.ScalarType-16" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#179">Source</a><a href="#associatedtype.ScalarType-16" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ScalarType" class="associatedtype">ScalarType</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></h4></section><section id="method.to_owned_scalar-15" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#179">Source</a><a href="#method.to_owned_scalar-15" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_owned_scalar" class="fn">to_owned_scalar</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ScalarRef%3C'a%3E-for-IntervalDayTime" class="impl"><a class="src rightside" href="../../src/datatypes/interval.rs.html#71">Source</a><a href="#impl-ScalarRef%3C'a%3E-for-IntervalDayTime" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef">ScalarRef</a><'a> for IntervalDayTime</h3></section></summary><div class="impl-items"><section id="associatedtype.ScalarType-17" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/interval.rs.html#71">Source</a><a href="#associatedtype.ScalarType-17" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ScalarType" class="associatedtype">ScalarType</a> = IntervalDayTime</h4></section><section id="method.to_owned_scalar-16" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/interval.rs.html#71">Source</a><a href="#method.to_owned_scalar-16" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_owned_scalar" class="fn">to_owned_scalar</a>(&self) -> Self::<a class="associatedtype" href="trait.ScalarRef.html#associatedtype.ScalarType" title="type datatypes::scalars::ScalarRef::ScalarType">ScalarType</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ScalarRef%3C'a%3E-for-IntervalMonthDayNano" class="impl"><a class="src rightside" href="../../src/datatypes/interval.rs.html#72">Source</a><a href="#impl-ScalarRef%3C'a%3E-for-IntervalMonthDayNano" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef">ScalarRef</a><'a> for IntervalMonthDayNano</h3></section></summary><div class="impl-items"><section id="associatedtype.ScalarType-18" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/interval.rs.html#72">Source</a><a href="#associatedtype.ScalarType-18" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ScalarType" class="associatedtype">ScalarType</a> = IntervalMonthDayNano</h4></section><section id="method.to_owned_scalar-17" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/interval.rs.html#72">Source</a><a href="#method.to_owned_scalar-17" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_owned_scalar" class="fn">to_owned_scalar</a>(&self) -> Self::<a class="associatedtype" href="trait.ScalarRef.html#associatedtype.ScalarType" title="type datatypes::scalars::ScalarRef::ScalarType">ScalarType</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ScalarRef%3C'a%3E-for-IntervalYearMonth" class="impl"><a class="src rightside" href="../../src/datatypes/interval.rs.html#70">Source</a><a href="#impl-ScalarRef%3C'a%3E-for-IntervalYearMonth" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef">ScalarRef</a><'a> for IntervalYearMonth</h3></section></summary><div class="impl-items"><section id="associatedtype.ScalarType-19" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/interval.rs.html#70">Source</a><a href="#associatedtype.ScalarType-19" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ScalarType" class="associatedtype">ScalarType</a> = IntervalYearMonth</h4></section><section id="method.to_owned_scalar-18" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/interval.rs.html#70">Source</a><a href="#method.to_owned_scalar-18" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_owned_scalar" class="fn">to_owned_scalar</a>(&self) -> Self::<a class="associatedtype" href="trait.ScalarRef.html#associatedtype.ScalarType" title="type datatypes::scalars::ScalarRef::ScalarType">ScalarType</a></h4></section></div></details><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><details class="toggle implementors-toggle"><summary><section id="impl-ScalarRef%3C'a%3E-for-ListValueRef%3C'a%3E" class="impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#326-347">Source</a><a href="#impl-ScalarRef%3C'a%3E-for-ListValueRef%3C'a%3E" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef">ScalarRef</a><'a> for <a class="enum" href="../value/enum.ListValueRef.html" title="enum datatypes::value::ListValueRef">ListValueRef</a><'a></h3></section></summary><div class="impl-items"><section id="associatedtype.ScalarType-20" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#327">Source</a><a href="#associatedtype.ScalarType-20" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ScalarType" class="associatedtype">ScalarType</a> = <a class="struct" href="../value/struct.ListValue.html" title="struct datatypes::value::ListValue">ListValue</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ScalarRef%3C'a%3E-for-StructValueRef%3C'a%3E" class="impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#362-379">Source</a><a href="#impl-ScalarRef%3C'a%3E-for-StructValueRef%3C'a%3E" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef">ScalarRef</a><'a> for <a class="enum" href="../value/enum.StructValueRef.html" title="enum datatypes::value::StructValueRef">StructValueRef</a><'a></h3></section></summary><div class="impl-items"><section id="associatedtype.ScalarType-21" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#363">Source</a><a href="#associatedtype.ScalarType-21" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ScalarType" class="associatedtype">ScalarType</a> = <a class="struct" href="../value/struct.StructValue.html" title="struct datatypes::value::StructValue">StructValue</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ScalarRef%3C'a%3E-for-DurationMicrosecond" class="impl"><a class="src rightside" href="../../src/datatypes/duration.rs.html#138">Source</a><a href="#impl-ScalarRef%3C'a%3E-for-DurationMicrosecond" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef">ScalarRef</a><'a> for <a class="struct" href="../duration/struct.DurationMicrosecond.html" title="struct datatypes::duration::DurationMicrosecond">DurationMicrosecond</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ScalarType-22" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/duration.rs.html#138">Source</a><a href="#associatedtype.ScalarType-22" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ScalarType" class="associatedtype">ScalarType</a> = <a class="struct" href="../duration/struct.DurationMicrosecond.html" title="struct datatypes::duration::DurationMicrosecond">DurationMicrosecond</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ScalarRef%3C'a%3E-for-DurationMillisecond" class="impl"><a class="src rightside" href="../../src/datatypes/duration.rs.html#137">Source</a><a href="#impl-ScalarRef%3C'a%3E-for-DurationMillisecond" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef">ScalarRef</a><'a> for <a class="struct" href="../duration/struct.DurationMillisecond.html" title="struct datatypes::duration::DurationMillisecond">DurationMillisecond</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ScalarType-23" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/duration.rs.html#137">Source</a><a href="#associatedtype.ScalarType-23" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ScalarType" class="associatedtype">ScalarType</a> = <a class="struct" href="../duration/struct.DurationMillisecond.html" title="struct datatypes::duration::DurationMillisecond">DurationMillisecond</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ScalarRef%3C'a%3E-for-DurationNanosecond" class="impl"><a class="src rightside" href="../../src/datatypes/duration.rs.html#139">Source</a><a href="#impl-ScalarRef%3C'a%3E-for-DurationNanosecond" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef">ScalarRef</a><'a> for <a class="struct" href="../duration/struct.DurationNanosecond.html" title="struct datatypes::duration::DurationNanosecond">DurationNanosecond</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ScalarType-24" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/duration.rs.html#139">Source</a><a href="#associatedtype.ScalarType-24" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ScalarType" class="associatedtype">ScalarType</a> = <a class="struct" href="../duration/struct.DurationNanosecond.html" title="struct datatypes::duration::DurationNanosecond">DurationNanosecond</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ScalarRef%3C'a%3E-for-DurationSecond" class="impl"><a class="src rightside" href="../../src/datatypes/duration.rs.html#136">Source</a><a href="#impl-ScalarRef%3C'a%3E-for-DurationSecond" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef">ScalarRef</a><'a> for <a class="struct" href="../duration/struct.DurationSecond.html" title="struct datatypes::duration::DurationSecond">DurationSecond</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ScalarType-25" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/duration.rs.html#136">Source</a><a href="#associatedtype.ScalarType-25" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ScalarType" class="associatedtype">ScalarType</a> = <a class="struct" href="../duration/struct.DurationSecond.html" title="struct datatypes::duration::DurationSecond">DurationSecond</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ScalarRef%3C'a%3E-for-TimeMicrosecond" class="impl"><a class="src rightside" href="../../src/datatypes/time.rs.html#136">Source</a><a href="#impl-ScalarRef%3C'a%3E-for-TimeMicrosecond" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef">ScalarRef</a><'a> for <a class="struct" href="../time/struct.TimeMicrosecond.html" title="struct datatypes::time::TimeMicrosecond">TimeMicrosecond</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ScalarType-26" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/time.rs.html#136">Source</a><a href="#associatedtype.ScalarType-26" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ScalarType" class="associatedtype">ScalarType</a> = <a class="struct" href="../time/struct.TimeMicrosecond.html" title="struct datatypes::time::TimeMicrosecond">TimeMicrosecond</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ScalarRef%3C'a%3E-for-TimeMillisecond" class="impl"><a class="src rightside" href="../../src/datatypes/time.rs.html#135">Source</a><a href="#impl-ScalarRef%3C'a%3E-for-TimeMillisecond" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef">ScalarRef</a><'a> for <a class="struct" href="../time/struct.TimeMillisecond.html" title="struct datatypes::time::TimeMillisecond">TimeMillisecond</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ScalarType-27" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/time.rs.html#135">Source</a><a href="#associatedtype.ScalarType-27" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ScalarType" class="associatedtype">ScalarType</a> = <a class="struct" href="../time/struct.TimeMillisecond.html" title="struct datatypes::time::TimeMillisecond">TimeMillisecond</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ScalarRef%3C'a%3E-for-TimeNanosecond" class="impl"><a class="src rightside" href="../../src/datatypes/time.rs.html#137">Source</a><a href="#impl-ScalarRef%3C'a%3E-for-TimeNanosecond" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef">ScalarRef</a><'a> for <a class="struct" href="../time/struct.TimeNanosecond.html" title="struct datatypes::time::TimeNanosecond">TimeNanosecond</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ScalarType-28" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/time.rs.html#137">Source</a><a href="#associatedtype.ScalarType-28" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ScalarType" class="associatedtype">ScalarType</a> = <a class="struct" href="../time/struct.TimeNanosecond.html" title="struct datatypes::time::TimeNanosecond">TimeNanosecond</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ScalarRef%3C'a%3E-for-TimeSecond" class="impl"><a class="src rightside" href="../../src/datatypes/time.rs.html#134">Source</a><a href="#impl-ScalarRef%3C'a%3E-for-TimeSecond" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef">ScalarRef</a><'a> for <a class="struct" href="../time/struct.TimeSecond.html" title="struct datatypes::time::TimeSecond">TimeSecond</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ScalarType-29" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/time.rs.html#134">Source</a><a href="#associatedtype.ScalarType-29" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ScalarType" class="associatedtype">ScalarType</a> = <a class="struct" href="../time/struct.TimeSecond.html" title="struct datatypes::time::TimeSecond">TimeSecond</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ScalarRef%3C'a%3E-for-TimestampMicrosecond" class="impl"><a class="src rightside" href="../../src/datatypes/timestamp.rs.html#143">Source</a><a href="#impl-ScalarRef%3C'a%3E-for-TimestampMicrosecond" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef">ScalarRef</a><'a> for <a class="struct" href="../timestamp/struct.TimestampMicrosecond.html" title="struct datatypes::timestamp::TimestampMicrosecond">TimestampMicrosecond</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ScalarType-30" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/timestamp.rs.html#143">Source</a><a href="#associatedtype.ScalarType-30" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ScalarType" class="associatedtype">ScalarType</a> = <a class="struct" href="../timestamp/struct.TimestampMicrosecond.html" title="struct datatypes::timestamp::TimestampMicrosecond">TimestampMicrosecond</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ScalarRef%3C'a%3E-for-TimestampMillisecond" class="impl"><a class="src rightside" href="../../src/datatypes/timestamp.rs.html#142">Source</a><a href="#impl-ScalarRef%3C'a%3E-for-TimestampMillisecond" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef">ScalarRef</a><'a> for <a class="struct" href="../timestamp/struct.TimestampMillisecond.html" title="struct datatypes::timestamp::TimestampMillisecond">TimestampMillisecond</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ScalarType-31" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/timestamp.rs.html#142">Source</a><a href="#associatedtype.ScalarType-31" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ScalarType" class="associatedtype">ScalarType</a> = <a class="struct" href="../timestamp/struct.TimestampMillisecond.html" title="struct datatypes::timestamp::TimestampMillisecond">TimestampMillisecond</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ScalarRef%3C'a%3E-for-TimestampNanosecond" class="impl"><a class="src rightside" href="../../src/datatypes/timestamp.rs.html#144">Source</a><a href="#impl-ScalarRef%3C'a%3E-for-TimestampNanosecond" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef">ScalarRef</a><'a> for <a class="struct" href="../timestamp/struct.TimestampNanosecond.html" title="struct datatypes::timestamp::TimestampNanosecond">TimestampNanosecond</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ScalarType-32" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/timestamp.rs.html#144">Source</a><a href="#associatedtype.ScalarType-32" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ScalarType" class="associatedtype">ScalarType</a> = <a class="struct" href="../timestamp/struct.TimestampNanosecond.html" title="struct datatypes::timestamp::TimestampNanosecond">TimestampNanosecond</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ScalarRef%3C'a%3E-for-TimestampSecond" class="impl"><a class="src rightside" href="../../src/datatypes/timestamp.rs.html#141">Source</a><a href="#impl-ScalarRef%3C'a%3E-for-TimestampSecond" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef">ScalarRef</a><'a> for <a class="struct" href="../timestamp/struct.TimestampSecond.html" title="struct datatypes::timestamp::TimestampSecond">TimestampSecond</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ScalarType-33" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/timestamp.rs.html#141">Source</a><a href="#associatedtype.ScalarType-33" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ScalarType" class="associatedtype">ScalarType</a> = <a class="struct" href="../timestamp/struct.TimestampSecond.html" title="struct datatypes::timestamp::TimestampSecond">TimestampSecond</a></h4></section></div></details></div><script src="../../trait.impl/datatypes/scalars/trait.ScalarRef.js" data-ignore-extern-crates="common_time,std,common_decimal" async></script><script type="text/json" id="notable-traits-data">{"Vec<u8>":"<h3>Notable traits for <code><a class=\"struct\" href=\"https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html\" title=\"struct alloc::vec::Vec\">Vec</a><<a class=\"primitive\" href=\"https://doc.rust-lang.org/nightly/std/primitive.u8.html\">u8</a>, A></code></h3><pre><code><div class=\"where\">impl<A> <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/std/io/trait.Write.html\" title=\"trait std::io::Write\">Write</a> for <a class=\"struct\" href=\"https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html\" title=\"struct alloc::vec::Vec\">Vec</a><<a class=\"primitive\" href=\"https://doc.rust-lang.org/nightly/std/primitive.u8.html\">u8</a>, A><div class=\"where\">where\n A: <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/alloc/trait.Allocator.html\" title=\"trait core::alloc::Allocator\">Allocator</a>,</div></div>"}</script></section></div></main></body></html> |