mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-10 07:12:54 +00:00
25 lines
61 KiB
HTML
25 lines
61 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 the wrapper type that wraps a native type using the `newtype pattern`, such as Date is a wrapper type for the underlying native type `i32`."><title>WrapperType in datatypes::types - 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="#">WrapperType</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-beta.3</span></h2></div><div class="sidebar-elems"><section id="rustdoc-toc"><h2 class="location"><a href="#">Wrapper<wbr>Type</a></h2><h3><a href="#required-associated-types">Required Associated Types</a></h3><ul class="block"><li><a href="#associatedtype.LogicalType" title="LogicalType">LogicalType</a></li><li><a href="#associatedtype.Native" title="Native">Native</a></li></ul><h3><a href="#required-methods">Required Methods</a></h3><ul class="block"><li><a href="#tymethod.from_native" title="from_native">from_native</a></li><li><a href="#tymethod.into_native" title="into_native">into_native</a></li></ul><h3><a href="#foreign-impls">Implementations on Foreign Types</a></h3><ul class="block"><li><a href="#impl-WrapperType-for-Date" title="Date">Date</a></li><li><a href="#impl-WrapperType-for-IntervalDayTime" title="IntervalDayTime">IntervalDayTime</a></li><li><a href="#impl-WrapperType-for-IntervalMonthDayNano" title="IntervalMonthDayNano">IntervalMonthDayNano</a></li><li><a href="#impl-WrapperType-for-IntervalYearMonth" title="IntervalYearMonth">IntervalYearMonth</a></li><li><a href="#impl-WrapperType-for-f32" title="f32">f32</a></li><li><a href="#impl-WrapperType-for-f64" title="f64">f64</a></li><li><a href="#impl-WrapperType-for-i8" title="i8">i8</a></li><li><a href="#impl-WrapperType-for-i16" title="i16">i16</a></li><li><a href="#impl-WrapperType-for-i32" title="i32">i32</a></li><li><a href="#impl-WrapperType-for-i64" title="i64">i64</a></li><li><a href="#impl-WrapperType-for-u8" title="u8">u8</a></li><li><a href="#impl-WrapperType-for-u16" title="u16">u16</a></li><li><a href="#impl-WrapperType-for-u32" title="u32">u32</a></li><li><a href="#impl-WrapperType-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>types</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">types</a></div><h1>Trait <span class="trait">Wrapper<wbr>Type</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/types/primitive_type.rs.html#36-58">Source</a> </span></div><pre class="rust item-decl"><code>pub trait WrapperType:
|
|
<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Copy.html" title="trait core::marker::Copy">Copy</a>
|
|
+ <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a>
|
|
+ <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>
|
|
+ <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>
|
|
+ for<'a> <a class="trait" href="../scalars/trait.Scalar.html" title="trait datatypes::scalars::Scalar">Scalar</a><RefType<'a> = Self>
|
|
+ <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a>
|
|
+ <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><<a class="enum" href="../value/enum.Value.html" title="enum datatypes::value::Value">Value</a>>
|
|
+ <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><<a class="enum" href="../value/enum.ValueRef.html" title="enum datatypes::value::ValueRef">ValueRef</a><'static>>
|
|
+ <a class="trait" href="https://docs.rs/serde/1.0.219/serde/ser/trait.Serialize.html" title="trait serde::ser::Serialize">Serialize</a>
|
|
+ <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><<a class="enum" href="https://docs.rs/serde_json/1.0.140/serde_json/value/enum.Value.html" title="enum serde_json::value::Value">Value</a>> {
|
|
type <a href="#associatedtype.LogicalType" class="associatedtype">LogicalType</a>: <a class="trait" href="trait.LogicalPrimitiveType.html" title="trait datatypes::types::LogicalPrimitiveType">LogicalPrimitiveType</a><Wrapper = Self, Native = Self::<a class="associatedtype" href="trait.WrapperType.html#associatedtype.Native" title="type datatypes::types::WrapperType::Native">Native</a>>;
|
|
type <a href="#associatedtype.Native" class="associatedtype">Native</a>: ArrowNativeType;
|
|
|
|
// Required methods
|
|
fn <a href="#tymethod.from_native" class="fn">from_native</a>(value: Self::<a class="associatedtype" href="trait.WrapperType.html#associatedtype.Native" title="type datatypes::types::WrapperType::Native">Native</a>) -> Self;
|
|
<span class="item-spacer"></span> fn <a href="#tymethod.into_native" class="fn">into_native</a>(self) -> Self::<a class="associatedtype" href="trait.WrapperType.html#associatedtype.Native" title="type datatypes::types::WrapperType::Native">Native</a>;
|
|
}</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Represents the wrapper type that wraps a native type using the <code>newtype pattern</code>,
|
|
such as <a href="%60common_time::Date%60">Date</a> is a wrapper type for the underlying native
|
|
type <code>i32</code>.</p>
|
|
</div></details><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.LogicalType" class="method"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#49">Source</a><h4 class="code-header">type <a href="#associatedtype.LogicalType" class="associatedtype">LogicalType</a>: <a class="trait" href="trait.LogicalPrimitiveType.html" title="trait datatypes::types::LogicalPrimitiveType">LogicalPrimitiveType</a><Wrapper = Self, Native = Self::<a class="associatedtype" href="trait.WrapperType.html#associatedtype.Native" title="type datatypes::types::WrapperType::Native">Native</a>></h4></section></summary><div class="docblock"><p>Logical primitive type that this wrapper type belongs to.</p>
|
|
</div></details><details class="toggle" open><summary><section id="associatedtype.Native" class="method"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#51">Source</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a>: ArrowNativeType</h4></section></summary><div class="docblock"><p>The underlying native 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.from_native" class="method"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#54">Source</a><h4 class="code-header">fn <a href="#tymethod.from_native" class="fn">from_native</a>(value: Self::<a class="associatedtype" href="trait.WrapperType.html#associatedtype.Native" title="type datatypes::types::WrapperType::Native">Native</a>) -> Self</h4></section></summary><div class="docblock"><p>Convert native type into this wrapper type.</p>
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="tymethod.into_native" class="method"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#57">Source</a><h4 class="code-header">fn <a href="#tymethod.into_native" class="fn">into_native</a>(self) -> Self::<a class="associatedtype" href="trait.WrapperType.html#associatedtype.Native" title="type datatypes::types::WrapperType::Native">Native</a></h4></section></summary><div class="docblock"><p>Convert this wrapper type into native type.</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-WrapperType-for-f32" class="impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#144">Source</a><a href="#impl-WrapperType-for-f32" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.WrapperType.html" title="trait datatypes::types::WrapperType">WrapperType</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></h3></section></summary><div class="impl-items"><section id="associatedtype.LogicalType-1" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#144">Source</a><a href="#associatedtype.LogicalType-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LogicalType" class="associatedtype">LogicalType</a> = <a class="struct" href="struct.Float32Type.html" title="struct datatypes::types::Float32Type">Float32Type</a></h4></section><section id="associatedtype.Native-1" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#144">Source</a><a href="#associatedtype.Native-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></h4></section><section id="method.from_native" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#144">Source</a><a href="#method.from_native" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_native" class="fn">from_native</a>(value: Self::<a class="associatedtype" href="trait.WrapperType.html#associatedtype.Native" title="type datatypes::types::WrapperType::Native">Native</a>) -> Self</h4></section><section id="method.into_native" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#144">Source</a><a href="#method.into_native" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.into_native" class="fn">into_native</a>(self) -> Self::<a class="associatedtype" href="trait.WrapperType.html#associatedtype.Native" title="type datatypes::types::WrapperType::Native">Native</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-WrapperType-for-f64" class="impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#145">Source</a><a href="#impl-WrapperType-for-f64" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.WrapperType.html" title="trait datatypes::types::WrapperType">WrapperType</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></h3></section></summary><div class="impl-items"><section id="associatedtype.LogicalType-2" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#145">Source</a><a href="#associatedtype.LogicalType-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LogicalType" class="associatedtype">LogicalType</a> = <a class="struct" href="struct.Float64Type.html" title="struct datatypes::types::Float64Type">Float64Type</a></h4></section><section id="associatedtype.Native-2" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#145">Source</a><a href="#associatedtype.Native-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></h4></section><section id="method.from_native-1" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#145">Source</a><a href="#method.from_native-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_native" class="fn">from_native</a>(value: Self::<a class="associatedtype" href="trait.WrapperType.html#associatedtype.Native" title="type datatypes::types::WrapperType::Native">Native</a>) -> Self</h4></section><section id="method.into_native-1" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#145">Source</a><a href="#method.into_native-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.into_native" class="fn">into_native</a>(self) -> Self::<a class="associatedtype" href="trait.WrapperType.html#associatedtype.Native" title="type datatypes::types::WrapperType::Native">Native</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-WrapperType-for-i8" class="impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#140">Source</a><a href="#impl-WrapperType-for-i8" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.WrapperType.html" title="trait datatypes::types::WrapperType">WrapperType</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></h3></section></summary><div class="impl-items"><section id="associatedtype.LogicalType-3" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#140">Source</a><a href="#associatedtype.LogicalType-3" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LogicalType" class="associatedtype">LogicalType</a> = <a class="struct" href="struct.Int8Type.html" title="struct datatypes::types::Int8Type">Int8Type</a></h4></section><section id="associatedtype.Native-3" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#140">Source</a><a href="#associatedtype.Native-3" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></h4></section><section id="method.from_native-2" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#140">Source</a><a href="#method.from_native-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_native" class="fn">from_native</a>(value: Self::<a class="associatedtype" href="trait.WrapperType.html#associatedtype.Native" title="type datatypes::types::WrapperType::Native">Native</a>) -> Self</h4></section><section id="method.into_native-2" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#140">Source</a><a href="#method.into_native-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.into_native" class="fn">into_native</a>(self) -> Self::<a class="associatedtype" href="trait.WrapperType.html#associatedtype.Native" title="type datatypes::types::WrapperType::Native">Native</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-WrapperType-for-i16" class="impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#141">Source</a><a href="#impl-WrapperType-for-i16" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.WrapperType.html" title="trait datatypes::types::WrapperType">WrapperType</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></h3></section></summary><div class="impl-items"><section id="associatedtype.LogicalType-4" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#141">Source</a><a href="#associatedtype.LogicalType-4" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LogicalType" class="associatedtype">LogicalType</a> = <a class="struct" href="struct.Int16Type.html" title="struct datatypes::types::Int16Type">Int16Type</a></h4></section><section id="associatedtype.Native-4" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#141">Source</a><a href="#associatedtype.Native-4" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></h4></section><section id="method.from_native-3" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#141">Source</a><a href="#method.from_native-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_native" class="fn">from_native</a>(value: Self::<a class="associatedtype" href="trait.WrapperType.html#associatedtype.Native" title="type datatypes::types::WrapperType::Native">Native</a>) -> Self</h4></section><section id="method.into_native-3" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#141">Source</a><a href="#method.into_native-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.into_native" class="fn">into_native</a>(self) -> Self::<a class="associatedtype" href="trait.WrapperType.html#associatedtype.Native" title="type datatypes::types::WrapperType::Native">Native</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-WrapperType-for-i32" class="impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#142">Source</a><a href="#impl-WrapperType-for-i32" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.WrapperType.html" title="trait datatypes::types::WrapperType">WrapperType</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></h3></section></summary><div class="impl-items"><section id="associatedtype.LogicalType-5" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#142">Source</a><a href="#associatedtype.LogicalType-5" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LogicalType" class="associatedtype">LogicalType</a> = <a class="struct" href="struct.Int32Type.html" title="struct datatypes::types::Int32Type">Int32Type</a></h4></section><section id="associatedtype.Native-5" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#142">Source</a><a href="#associatedtype.Native-5" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></h4></section><section id="method.from_native-4" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#142">Source</a><a href="#method.from_native-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_native" class="fn">from_native</a>(value: Self::<a class="associatedtype" href="trait.WrapperType.html#associatedtype.Native" title="type datatypes::types::WrapperType::Native">Native</a>) -> Self</h4></section><section id="method.into_native-4" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#142">Source</a><a href="#method.into_native-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.into_native" class="fn">into_native</a>(self) -> Self::<a class="associatedtype" href="trait.WrapperType.html#associatedtype.Native" title="type datatypes::types::WrapperType::Native">Native</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-WrapperType-for-i64" class="impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#143">Source</a><a href="#impl-WrapperType-for-i64" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.WrapperType.html" title="trait datatypes::types::WrapperType">WrapperType</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></h3></section></summary><div class="impl-items"><section id="associatedtype.LogicalType-6" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#143">Source</a><a href="#associatedtype.LogicalType-6" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LogicalType" class="associatedtype">LogicalType</a> = <a class="struct" href="struct.Int64Type.html" title="struct datatypes::types::Int64Type">Int64Type</a></h4></section><section id="associatedtype.Native-6" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#143">Source</a><a href="#associatedtype.Native-6" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></h4></section><section id="method.from_native-5" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#143">Source</a><a href="#method.from_native-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_native" class="fn">from_native</a>(value: Self::<a class="associatedtype" href="trait.WrapperType.html#associatedtype.Native" title="type datatypes::types::WrapperType::Native">Native</a>) -> Self</h4></section><section id="method.into_native-5" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#143">Source</a><a href="#method.into_native-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.into_native" class="fn">into_native</a>(self) -> Self::<a class="associatedtype" href="trait.WrapperType.html#associatedtype.Native" title="type datatypes::types::WrapperType::Native">Native</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-WrapperType-for-u8" class="impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#136">Source</a><a href="#impl-WrapperType-for-u8" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.WrapperType.html" title="trait datatypes::types::WrapperType">WrapperType</a> for <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.LogicalType-7" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#136">Source</a><a href="#associatedtype.LogicalType-7" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LogicalType" class="associatedtype">LogicalType</a> = <a class="struct" href="struct.UInt8Type.html" title="struct datatypes::types::UInt8Type">UInt8Type</a></h4></section><section id="associatedtype.Native-7" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#136">Source</a><a href="#associatedtype.Native-7" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></h4></section><section id="method.from_native-6" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#136">Source</a><a href="#method.from_native-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_native" class="fn">from_native</a>(value: Self::<a class="associatedtype" href="trait.WrapperType.html#associatedtype.Native" title="type datatypes::types::WrapperType::Native">Native</a>) -> Self</h4></section><section id="method.into_native-6" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#136">Source</a><a href="#method.into_native-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.into_native" class="fn">into_native</a>(self) -> Self::<a class="associatedtype" href="trait.WrapperType.html#associatedtype.Native" title="type datatypes::types::WrapperType::Native">Native</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-WrapperType-for-u16" class="impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#137">Source</a><a href="#impl-WrapperType-for-u16" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.WrapperType.html" title="trait datatypes::types::WrapperType">WrapperType</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></h3></section></summary><div class="impl-items"><section id="associatedtype.LogicalType-8" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#137">Source</a><a href="#associatedtype.LogicalType-8" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LogicalType" class="associatedtype">LogicalType</a> = <a class="struct" href="struct.UInt16Type.html" title="struct datatypes::types::UInt16Type">UInt16Type</a></h4></section><section id="associatedtype.Native-8" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#137">Source</a><a href="#associatedtype.Native-8" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></h4></section><section id="method.from_native-7" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#137">Source</a><a href="#method.from_native-7" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_native" class="fn">from_native</a>(value: Self::<a class="associatedtype" href="trait.WrapperType.html#associatedtype.Native" title="type datatypes::types::WrapperType::Native">Native</a>) -> Self</h4></section><section id="method.into_native-7" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#137">Source</a><a href="#method.into_native-7" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.into_native" class="fn">into_native</a>(self) -> Self::<a class="associatedtype" href="trait.WrapperType.html#associatedtype.Native" title="type datatypes::types::WrapperType::Native">Native</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-WrapperType-for-u32" class="impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#138">Source</a><a href="#impl-WrapperType-for-u32" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.WrapperType.html" title="trait datatypes::types::WrapperType">WrapperType</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></h3></section></summary><div class="impl-items"><section id="associatedtype.LogicalType-9" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#138">Source</a><a href="#associatedtype.LogicalType-9" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LogicalType" class="associatedtype">LogicalType</a> = <a class="struct" href="struct.UInt32Type.html" title="struct datatypes::types::UInt32Type">UInt32Type</a></h4></section><section id="associatedtype.Native-9" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#138">Source</a><a href="#associatedtype.Native-9" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></h4></section><section id="method.from_native-8" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#138">Source</a><a href="#method.from_native-8" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_native" class="fn">from_native</a>(value: Self::<a class="associatedtype" href="trait.WrapperType.html#associatedtype.Native" title="type datatypes::types::WrapperType::Native">Native</a>) -> Self</h4></section><section id="method.into_native-8" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#138">Source</a><a href="#method.into_native-8" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.into_native" class="fn">into_native</a>(self) -> Self::<a class="associatedtype" href="trait.WrapperType.html#associatedtype.Native" title="type datatypes::types::WrapperType::Native">Native</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-WrapperType-for-u64" class="impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#139">Source</a><a href="#impl-WrapperType-for-u64" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.WrapperType.html" title="trait datatypes::types::WrapperType">WrapperType</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></h3></section></summary><div class="impl-items"><section id="associatedtype.LogicalType-10" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#139">Source</a><a href="#associatedtype.LogicalType-10" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LogicalType" class="associatedtype">LogicalType</a> = <a class="struct" href="struct.UInt64Type.html" title="struct datatypes::types::UInt64Type">UInt64Type</a></h4></section><section id="associatedtype.Native-10" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#139">Source</a><a href="#associatedtype.Native-10" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></h4></section><section id="method.from_native-9" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#139">Source</a><a href="#method.from_native-9" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_native" class="fn">from_native</a>(value: Self::<a class="associatedtype" href="trait.WrapperType.html#associatedtype.Native" title="type datatypes::types::WrapperType::Native">Native</a>) -> Self</h4></section><section id="method.into_native-9" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#139">Source</a><a href="#method.into_native-9" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.into_native" class="fn">into_native</a>(self) -> Self::<a class="associatedtype" href="trait.WrapperType.html#associatedtype.Native" title="type datatypes::types::WrapperType::Native">Native</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-WrapperType-for-Date" class="impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#147-158">Source</a><a href="#impl-WrapperType-for-Date" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.WrapperType.html" title="trait datatypes::types::WrapperType">WrapperType</a> for Date</h3></section></summary><div class="impl-items"><section id="associatedtype.LogicalType-11" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#148">Source</a><a href="#associatedtype.LogicalType-11" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LogicalType" class="associatedtype">LogicalType</a> = <a class="struct" href="struct.DateType.html" title="struct datatypes::types::DateType">DateType</a></h4></section><section id="associatedtype.Native-11" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#149">Source</a><a href="#associatedtype.Native-11" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></h4></section><section id="method.from_native-10" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#151-153">Source</a><a href="#method.from_native-10" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_native" class="fn">from_native</a>(value: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>) -> Self</h4></section><section id="method.into_native-10" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#155-157">Source</a><a href="#method.into_native-10" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.into_native" class="fn">into_native</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-WrapperType-for-IntervalDayTime" class="impl"><a class="src rightside" href="../../src/datatypes/interval.rs.html#71">Source</a><a href="#impl-WrapperType-for-IntervalDayTime" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.WrapperType.html" title="trait datatypes::types::WrapperType">WrapperType</a> for IntervalDayTime</h3></section></summary><div class="impl-items"><section id="associatedtype.LogicalType-12" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/interval.rs.html#71">Source</a><a href="#associatedtype.LogicalType-12" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LogicalType" class="associatedtype">LogicalType</a> = <a class="struct" href="struct.IntervalDayTimeType.html" title="struct datatypes::types::IntervalDayTimeType">IntervalDayTimeType</a></h4></section><section id="associatedtype.Native-12" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/interval.rs.html#71">Source</a><a href="#associatedtype.Native-12" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = IntervalDayTime</h4></section><section id="method.from_native-11" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/interval.rs.html#71">Source</a><a href="#method.from_native-11" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_native" class="fn">from_native</a>(value: Self::<a class="associatedtype" href="trait.WrapperType.html#associatedtype.Native" title="type datatypes::types::WrapperType::Native">Native</a>) -> Self</h4></section><section id="method.into_native-11" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/interval.rs.html#71">Source</a><a href="#method.into_native-11" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.into_native" class="fn">into_native</a>(self) -> Self::<a class="associatedtype" href="trait.WrapperType.html#associatedtype.Native" title="type datatypes::types::WrapperType::Native">Native</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-WrapperType-for-IntervalMonthDayNano" class="impl"><a class="src rightside" href="../../src/datatypes/interval.rs.html#72">Source</a><a href="#impl-WrapperType-for-IntervalMonthDayNano" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.WrapperType.html" title="trait datatypes::types::WrapperType">WrapperType</a> for IntervalMonthDayNano</h3></section></summary><div class="impl-items"><section id="associatedtype.LogicalType-13" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/interval.rs.html#72">Source</a><a href="#associatedtype.LogicalType-13" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LogicalType" class="associatedtype">LogicalType</a> = <a class="struct" href="struct.IntervalMonthDayNanoType.html" title="struct datatypes::types::IntervalMonthDayNanoType">IntervalMonthDayNanoType</a></h4></section><section id="associatedtype.Native-13" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/interval.rs.html#72">Source</a><a href="#associatedtype.Native-13" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = IntervalMonthDayNano</h4></section><section id="method.from_native-12" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/interval.rs.html#72">Source</a><a href="#method.from_native-12" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_native" class="fn">from_native</a>(value: Self::<a class="associatedtype" href="trait.WrapperType.html#associatedtype.Native" title="type datatypes::types::WrapperType::Native">Native</a>) -> Self</h4></section><section id="method.into_native-12" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/interval.rs.html#72">Source</a><a href="#method.into_native-12" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.into_native" class="fn">into_native</a>(self) -> Self::<a class="associatedtype" href="trait.WrapperType.html#associatedtype.Native" title="type datatypes::types::WrapperType::Native">Native</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-WrapperType-for-IntervalYearMonth" class="impl"><a class="src rightside" href="../../src/datatypes/interval.rs.html#70">Source</a><a href="#impl-WrapperType-for-IntervalYearMonth" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.WrapperType.html" title="trait datatypes::types::WrapperType">WrapperType</a> for IntervalYearMonth</h3></section></summary><div class="impl-items"><section id="associatedtype.LogicalType-14" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/interval.rs.html#70">Source</a><a href="#associatedtype.LogicalType-14" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LogicalType" class="associatedtype">LogicalType</a> = <a class="struct" href="struct.IntervalYearMonthType.html" title="struct datatypes::types::IntervalYearMonthType">IntervalYearMonthType</a></h4></section><section id="associatedtype.Native-14" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/interval.rs.html#70">Source</a><a href="#associatedtype.Native-14" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></h4></section><section id="method.from_native-13" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/interval.rs.html#70">Source</a><a href="#method.from_native-13" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_native" class="fn">from_native</a>(value: Self::<a class="associatedtype" href="trait.WrapperType.html#associatedtype.Native" title="type datatypes::types::WrapperType::Native">Native</a>) -> Self</h4></section><section id="method.into_native-13" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/interval.rs.html#70">Source</a><a href="#method.into_native-13" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.into_native" class="fn">into_native</a>(self) -> Self::<a class="associatedtype" href="trait.WrapperType.html#associatedtype.Native" title="type datatypes::types::WrapperType::Native">Native</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-WrapperType-for-DurationMicrosecond" class="impl"><a class="src rightside" href="../../src/datatypes/duration.rs.html#138">Source</a><a href="#impl-WrapperType-for-DurationMicrosecond" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.WrapperType.html" title="trait datatypes::types::WrapperType">WrapperType</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.LogicalType-15" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/duration.rs.html#138">Source</a><a href="#associatedtype.LogicalType-15" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LogicalType" class="associatedtype">LogicalType</a> = <a class="struct" href="struct.DurationMicrosecondType.html" title="struct datatypes::types::DurationMicrosecondType">DurationMicrosecondType</a></h4></section><section id="associatedtype.Native-15" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/duration.rs.html#138">Source</a><a href="#associatedtype.Native-15" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <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-WrapperType-for-DurationMillisecond" class="impl"><a class="src rightside" href="../../src/datatypes/duration.rs.html#137">Source</a><a href="#impl-WrapperType-for-DurationMillisecond" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.WrapperType.html" title="trait datatypes::types::WrapperType">WrapperType</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.LogicalType-16" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/duration.rs.html#137">Source</a><a href="#associatedtype.LogicalType-16" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LogicalType" class="associatedtype">LogicalType</a> = <a class="struct" href="struct.DurationMillisecondType.html" title="struct datatypes::types::DurationMillisecondType">DurationMillisecondType</a></h4></section><section id="associatedtype.Native-16" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/duration.rs.html#137">Source</a><a href="#associatedtype.Native-16" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <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-WrapperType-for-DurationNanosecond" class="impl"><a class="src rightside" href="../../src/datatypes/duration.rs.html#139">Source</a><a href="#impl-WrapperType-for-DurationNanosecond" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.WrapperType.html" title="trait datatypes::types::WrapperType">WrapperType</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.LogicalType-17" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/duration.rs.html#139">Source</a><a href="#associatedtype.LogicalType-17" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LogicalType" class="associatedtype">LogicalType</a> = <a class="struct" href="struct.DurationNanosecondType.html" title="struct datatypes::types::DurationNanosecondType">DurationNanosecondType</a></h4></section><section id="associatedtype.Native-17" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/duration.rs.html#139">Source</a><a href="#associatedtype.Native-17" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <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-WrapperType-for-DurationSecond" class="impl"><a class="src rightside" href="../../src/datatypes/duration.rs.html#136">Source</a><a href="#impl-WrapperType-for-DurationSecond" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.WrapperType.html" title="trait datatypes::types::WrapperType">WrapperType</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.LogicalType-18" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/duration.rs.html#136">Source</a><a href="#associatedtype.LogicalType-18" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LogicalType" class="associatedtype">LogicalType</a> = <a class="struct" href="struct.DurationSecondType.html" title="struct datatypes::types::DurationSecondType">DurationSecondType</a></h4></section><section id="associatedtype.Native-18" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/duration.rs.html#136">Source</a><a href="#associatedtype.Native-18" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <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-WrapperType-for-TimeMicrosecond" class="impl"><a class="src rightside" href="../../src/datatypes/time.rs.html#136">Source</a><a href="#impl-WrapperType-for-TimeMicrosecond" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.WrapperType.html" title="trait datatypes::types::WrapperType">WrapperType</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.LogicalType-19" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/time.rs.html#136">Source</a><a href="#associatedtype.LogicalType-19" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LogicalType" class="associatedtype">LogicalType</a> = <a class="struct" href="struct.TimeMicrosecondType.html" title="struct datatypes::types::TimeMicrosecondType">TimeMicrosecondType</a></h4></section><section id="associatedtype.Native-19" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/time.rs.html#136">Source</a><a href="#associatedtype.Native-19" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <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-WrapperType-for-TimeMillisecond" class="impl"><a class="src rightside" href="../../src/datatypes/time.rs.html#135">Source</a><a href="#impl-WrapperType-for-TimeMillisecond" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.WrapperType.html" title="trait datatypes::types::WrapperType">WrapperType</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.LogicalType-20" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/time.rs.html#135">Source</a><a href="#associatedtype.LogicalType-20" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LogicalType" class="associatedtype">LogicalType</a> = <a class="struct" href="struct.TimeMillisecondType.html" title="struct datatypes::types::TimeMillisecondType">TimeMillisecondType</a></h4></section><section id="associatedtype.Native-20" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/time.rs.html#135">Source</a><a href="#associatedtype.Native-20" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <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-WrapperType-for-TimeNanosecond" class="impl"><a class="src rightside" href="../../src/datatypes/time.rs.html#137">Source</a><a href="#impl-WrapperType-for-TimeNanosecond" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.WrapperType.html" title="trait datatypes::types::WrapperType">WrapperType</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.LogicalType-21" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/time.rs.html#137">Source</a><a href="#associatedtype.LogicalType-21" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LogicalType" class="associatedtype">LogicalType</a> = <a class="struct" href="struct.TimeNanosecondType.html" title="struct datatypes::types::TimeNanosecondType">TimeNanosecondType</a></h4></section><section id="associatedtype.Native-21" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/time.rs.html#137">Source</a><a href="#associatedtype.Native-21" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <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-WrapperType-for-TimeSecond" class="impl"><a class="src rightside" href="../../src/datatypes/time.rs.html#134">Source</a><a href="#impl-WrapperType-for-TimeSecond" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.WrapperType.html" title="trait datatypes::types::WrapperType">WrapperType</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.LogicalType-22" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/time.rs.html#134">Source</a><a href="#associatedtype.LogicalType-22" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LogicalType" class="associatedtype">LogicalType</a> = <a class="struct" href="struct.TimeSecondType.html" title="struct datatypes::types::TimeSecondType">TimeSecondType</a></h4></section><section id="associatedtype.Native-22" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/time.rs.html#134">Source</a><a href="#associatedtype.Native-22" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <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-WrapperType-for-TimestampMicrosecond" class="impl"><a class="src rightside" href="../../src/datatypes/timestamp.rs.html#143">Source</a><a href="#impl-WrapperType-for-TimestampMicrosecond" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.WrapperType.html" title="trait datatypes::types::WrapperType">WrapperType</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.LogicalType-23" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/timestamp.rs.html#143">Source</a><a href="#associatedtype.LogicalType-23" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LogicalType" class="associatedtype">LogicalType</a> = <a class="struct" href="struct.TimestampMicrosecondType.html" title="struct datatypes::types::TimestampMicrosecondType">TimestampMicrosecondType</a></h4></section><section id="associatedtype.Native-23" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/timestamp.rs.html#143">Source</a><a href="#associatedtype.Native-23" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <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-WrapperType-for-TimestampMillisecond" class="impl"><a class="src rightside" href="../../src/datatypes/timestamp.rs.html#142">Source</a><a href="#impl-WrapperType-for-TimestampMillisecond" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.WrapperType.html" title="trait datatypes::types::WrapperType">WrapperType</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.LogicalType-24" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/timestamp.rs.html#142">Source</a><a href="#associatedtype.LogicalType-24" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LogicalType" class="associatedtype">LogicalType</a> = <a class="struct" href="struct.TimestampMillisecondType.html" title="struct datatypes::types::TimestampMillisecondType">TimestampMillisecondType</a></h4></section><section id="associatedtype.Native-24" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/timestamp.rs.html#142">Source</a><a href="#associatedtype.Native-24" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <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-WrapperType-for-TimestampNanosecond" class="impl"><a class="src rightside" href="../../src/datatypes/timestamp.rs.html#144">Source</a><a href="#impl-WrapperType-for-TimestampNanosecond" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.WrapperType.html" title="trait datatypes::types::WrapperType">WrapperType</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.LogicalType-25" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/timestamp.rs.html#144">Source</a><a href="#associatedtype.LogicalType-25" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LogicalType" class="associatedtype">LogicalType</a> = <a class="struct" href="struct.TimestampNanosecondType.html" title="struct datatypes::types::TimestampNanosecondType">TimestampNanosecondType</a></h4></section><section id="associatedtype.Native-25" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/timestamp.rs.html#144">Source</a><a href="#associatedtype.Native-25" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <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-WrapperType-for-TimestampSecond" class="impl"><a class="src rightside" href="../../src/datatypes/timestamp.rs.html#141">Source</a><a href="#impl-WrapperType-for-TimestampSecond" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.WrapperType.html" title="trait datatypes::types::WrapperType">WrapperType</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.LogicalType-26" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/timestamp.rs.html#141">Source</a><a href="#associatedtype.LogicalType-26" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LogicalType" class="associatedtype">LogicalType</a> = <a class="struct" href="struct.TimestampSecondType.html" title="struct datatypes::types::TimestampSecondType">TimestampSecondType</a></h4></section><section id="associatedtype.Native-26" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/timestamp.rs.html#141">Source</a><a href="#associatedtype.Native-26" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></h4></section></div></details></div><script src="../../trait.impl/datatypes/types/primitive_type/trait.WrapperType.js" data-ignore-extern-crates="common_time,std" async></script></section></div></main></body></html> |