This repository has been archived on 2022-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
ludum-dare-50/rustdoc/chrono/format/struct.Parsed.html

155 lines
76 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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="Parsed parts of date and time. There are two classes of methods:"><meta name="keywords" content="rust, rustlang, rust-lang, Parsed"><title>Parsed in chrono::format - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceSerif4-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../FiraSans-Regular.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../FiraSans-Medium.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceCodePro-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceSerif4-Bold.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceCodePro-Semibold.ttf.woff2"><link rel="stylesheet" type="text/css" href="../../normalize.css"><link rel="stylesheet" type="text/css" href="../../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../../ayu.css" disabled><link rel="stylesheet" type="text/css" href="../../dark.css" disabled><link rel="stylesheet" type="text/css" href="../../light.css" id="themeStyle"><script id="default-settings" ></script><script src="../../storage.js"></script><script src="../../crates.js"></script><script defer src="../../main.js"></script>
<noscript><link rel="stylesheet" href="../../noscript.css"></noscript><link rel="alternate icon" type="image/png" href="../../favicon-16x16.png"><link rel="alternate icon" type="image/png" href="../../favicon-32x32.png"><link rel="icon" type="image/svg+xml" href="../../favicon.svg"></head><body class="rustdoc struct"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="sidebar-menu" role="button">&#9776;</div><a class="sidebar-logo" href="../../chrono/index.html"><div class="logo-container"><img class="rust-logo" src="../../rust-logo.png" alt="logo"></div>
</a><h2 class="location">Struct Parsed</h2><div class="sidebar-elems"><div class="block items"><h3 class="sidebar-title"><a href="#fields">Fields</a></h3><div class="sidebar-links"><a href="#structfield.day">day</a><a href="#structfield.hour_div_12">hour_div_12</a><a href="#structfield.hour_mod_12">hour_mod_12</a><a href="#structfield.isoweek">isoweek</a><a href="#structfield.isoyear">isoyear</a><a href="#structfield.isoyear_div_100">isoyear_div_100</a><a href="#structfield.isoyear_mod_100">isoyear_mod_100</a><a href="#structfield.minute">minute</a><a href="#structfield.month">month</a><a href="#structfield.nanosecond">nanosecond</a><a href="#structfield.offset">offset</a><a href="#structfield.ordinal">ordinal</a><a href="#structfield.second">second</a><a href="#structfield.timestamp">timestamp</a><a href="#structfield.week_from_mon">week_from_mon</a><a href="#structfield.week_from_sun">week_from_sun</a><a href="#structfield.weekday">weekday</a><a href="#structfield.year">year</a><a href="#structfield.year_div_100">year_div_100</a><a href="#structfield.year_mod_100">year_mod_100</a></div><h3 class="sidebar-title"><a href="#implementations">Methods</a></h3><div class="sidebar-links"><a href="#method.new">new</a><a href="#method.set_ampm">set_ampm</a><a href="#method.set_day">set_day</a><a href="#method.set_hour">set_hour</a><a href="#method.set_hour12">set_hour12</a><a href="#method.set_isoweek">set_isoweek</a><a href="#method.set_isoyear">set_isoyear</a><a href="#method.set_isoyear_div_100">set_isoyear_div_100</a><a href="#method.set_isoyear_mod_100">set_isoyear_mod_100</a><a href="#method.set_minute">set_minute</a><a href="#method.set_month">set_month</a><a href="#method.set_nanosecond">set_nanosecond</a><a href="#method.set_offset">set_offset</a><a href="#method.set_ordinal">set_ordinal</a><a href="#method.set_second">set_second</a><a href="#method.set_timestamp">set_timestamp</a><a href="#method.set_week_from_mon">set_week_from_mon</a><a href="#method.set_week_from_sun">set_week_from_sun</a><a href="#method.set_weekday">set_weekday</a><a href="#method.set_year">set_year</a><a href="#method.set_year_div_100">set_year_div_100</a><a href="#method.set_year_mod_100">set_year_mod_100</a><a href="#method.to_datetime">to_datetime</a><a href="#method.to_datetime_with_timezone">to_datetime_with_timezone</a><a href="#method.to_fixed_offset">to_fixed_offset</a><a href="#method.to_naive_date">to_naive_date</a><a href="#method.to_naive_datetime_with_offset">to_naive_datetime_with_offset</a><a href="#method.to_naive_time">to_naive_time</a></div><h3 class="sidebar-title"><a href="#trait-implementations">Trait Implementations</a></h3><div class="sidebar-links"><a href="#impl-Clone">Clone</a><a href="#impl-Debug">Debug</a><a href="#impl-Default">Default</a><a href="#impl-PartialEq%3CParsed%3E">PartialEq&lt;Parsed&gt;</a><a href="#impl-StructuralPartialEq">StructuralPartialEq</a></div><h3 class="sidebar-title"><a href="#synthetic-implementations">Auto Trait Implementations</a></h3><div class="sidebar-links"><a href="#impl-RefUnwindSafe">RefUnwindSafe</a><a href="#impl-Send">Send</a><a href="#impl-Sync">Sync</a><a href="#impl-Unpin">Unpin</a><a href="#impl-UnwindSafe">UnwindSafe</a></div><h3 class="sidebar-title"><a href="#blanket-implementations">Blanket Implementations</a></h3><div class="sidebar-links"><a href="#impl-Any">Any</a><a href="#impl-Borrow%3CT%3E">Borrow&lt;T&gt;</a><a href="#impl-BorrowMut%3CT%3E">BorrowMut&lt;T&gt;</a><a href="#impl-From%3CT%3E">From&lt;T&gt;</a><a href="#impl-Into%3CU%3E">Into&lt;U&gt;</a><a href="#impl-ToOwned">ToOwned</a><a href="#impl-TryFrom%3CU%3E">TryFrom&lt;U&gt;</a><a href="#impl-TryInto%3CU%3E">TryInto&lt;U&gt;</a></div></div><h2 class="location">Other items in<br><a href="../index.html">chrono</a>::<wbr><a href="index.html">format</a></h2><div id="sidebar-vars" data-name="Parsed" data-ty="struct" data-relpath=""></div><script defer src="sidebar-items.js"></script></div></nav><main><div class="width-limiter"><div class="sub-container"><a class="sub-logo-container" href="../../chrono/index.html"><img class="rust-logo" src="../../rust-logo.png" alt="logo"></a><nav class="sub"><div class="theme-picker"><button id="theme-picker" aria-label="Pick another theme!" aria-haspopup="menu" title="themes"><img width="18" height="18" alt="Pick another theme!" src="../../brush.svg"></button><div id="theme-choices" role="menu"></div></div><form class="search-form"><div class="search-container"><div><select id="crate-search"><option value="All crates">All crates</option></select><input class="search-input" name="search" autocomplete="off" spellcheck="false" placeholder="Click or press S to search, ? for more options…" type="search"></div><button type="button" id="help-button" title="help">?</button><a id="settings-menu" href="../../settings.html" title="settings"><img width="18" height="18" alt="Change settings" src="../../wheel.svg"></a></div></form></nav></div><section id="main-content" class="content"><h1 class="fqn"><span class="in-band">Struct <a href="../index.html">chrono</a>::<wbr><a href="index.html">format</a>::<wbr><a class="struct" href="#">Parsed</a><button id="copy-path" onclick="copy_path(this)" title="Copy item path to clipboard"><img src="../../clipboard.svg" width="19" height="18" alt="Copy item path"></button></span><span class="out-of-band"><span id="render-detail"><a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">&#x2212;</span>]</a></span><a class="srclink" href="../../src/chrono/format/parsed.rs.html#27-111" title="goto source code">[src]</a></span></h1><div class="docblock item-decl"><pre class="rust struct"><code>pub struct Parsed {<details class="rustdoc-toggle type-contents-toggle"><summary class="hideme"><span>Show 20 fields</span></summary>
pub year: <a class="enum" href="https://doc.rust-lang.org/1.59.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.i32.html">i32</a>&gt;,
pub year_div_100: <a class="enum" href="https://doc.rust-lang.org/1.59.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.i32.html">i32</a>&gt;,
pub year_mod_100: <a class="enum" href="https://doc.rust-lang.org/1.59.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.i32.html">i32</a>&gt;,
pub isoyear: <a class="enum" href="https://doc.rust-lang.org/1.59.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.i32.html">i32</a>&gt;,
pub isoyear_div_100: <a class="enum" href="https://doc.rust-lang.org/1.59.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.i32.html">i32</a>&gt;,
pub isoyear_mod_100: <a class="enum" href="https://doc.rust-lang.org/1.59.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.i32.html">i32</a>&gt;,
pub month: <a class="enum" href="https://doc.rust-lang.org/1.59.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.u32.html">u32</a>&gt;,
pub week_from_sun: <a class="enum" href="https://doc.rust-lang.org/1.59.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.u32.html">u32</a>&gt;,
pub week_from_mon: <a class="enum" href="https://doc.rust-lang.org/1.59.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.u32.html">u32</a>&gt;,
pub isoweek: <a class="enum" href="https://doc.rust-lang.org/1.59.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.u32.html">u32</a>&gt;,
pub weekday: <a class="enum" href="https://doc.rust-lang.org/1.59.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="enum" href="../enum.Weekday.html" title="enum chrono::Weekday">Weekday</a>&gt;,
pub ordinal: <a class="enum" href="https://doc.rust-lang.org/1.59.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.u32.html">u32</a>&gt;,
pub day: <a class="enum" href="https://doc.rust-lang.org/1.59.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.u32.html">u32</a>&gt;,
pub hour_div_12: <a class="enum" href="https://doc.rust-lang.org/1.59.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.u32.html">u32</a>&gt;,
pub hour_mod_12: <a class="enum" href="https://doc.rust-lang.org/1.59.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.u32.html">u32</a>&gt;,
pub minute: <a class="enum" href="https://doc.rust-lang.org/1.59.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.u32.html">u32</a>&gt;,
pub second: <a class="enum" href="https://doc.rust-lang.org/1.59.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.u32.html">u32</a>&gt;,
pub nanosecond: <a class="enum" href="https://doc.rust-lang.org/1.59.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.u32.html">u32</a>&gt;,
pub timestamp: <a class="enum" href="https://doc.rust-lang.org/1.59.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.i64.html">i64</a>&gt;,
pub offset: <a class="enum" href="https://doc.rust-lang.org/1.59.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.i32.html">i32</a>&gt;,
// some fields omitted
</details>}</code></pre></div><details class="rustdoc-toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Parsed parts of date and time. There are two classes of methods:</p>
<ul>
<li>
<p><code>set_*</code> methods try to set given field(s) while checking for the consistency.
It may or may not check for the range constraint immediately (for efficiency reasons).</p>
</li>
<li>
<p><code>to_*</code> methods try to make a concrete date and time value out of set fields.
It fully checks any remaining out-of-range conditions and inconsistent/impossible fields.</p>
</li>
</ul>
</div></details><h2 id="fields" class="fields small-section-header">Fields<a href="#fields" class="anchor"></a></h2><span id="structfield.year" class="structfield small-section-header"><a href="#structfield.year" class="anchor field"></a><code>year: <a class="enum" href="https://doc.rust-lang.org/1.59.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.i32.html">i32</a>&gt;</code></span><div class="docblock"><p>Year.</p>
<p>This can be negative unlike <a href="#structfield.year_div_100"><code>year_div_100</code></a>
and <a href="#structfield.year_mod_100"><code>year_mod_100</code></a> fields.</p>
</div><span id="structfield.year_div_100" class="structfield small-section-header"><a href="#structfield.year_div_100" class="anchor field"></a><code>year_div_100: <a class="enum" href="https://doc.rust-lang.org/1.59.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.i32.html">i32</a>&gt;</code></span><div class="docblock"><p>Year divided by 100. Implies that the year is &gt;= 1 BCE when set.</p>
<p>Due to the common usage, if this field is missing but
<a href="#structfield.year_mod_100"><code>year_mod_100</code></a> is present,
it is inferred to 19 when <code>year_mod_100 &gt;= 70</code> and 20 otherwise.</p>
</div><span id="structfield.year_mod_100" class="structfield small-section-header"><a href="#structfield.year_mod_100" class="anchor field"></a><code>year_mod_100: <a class="enum" href="https://doc.rust-lang.org/1.59.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.i32.html">i32</a>&gt;</code></span><div class="docblock"><p>Year modulo 100. Implies that the year is &gt;= 1 BCE when set.</p>
</div><span id="structfield.isoyear" class="structfield small-section-header"><a href="#structfield.isoyear" class="anchor field"></a><code>isoyear: <a class="enum" href="https://doc.rust-lang.org/1.59.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.i32.html">i32</a>&gt;</code></span><div class="docblock"><p>Year in the <a href="../naive/struct.NaiveDate.html#week-date">ISO week date</a>.</p>
<p>This can be negative unlike <a href="#structfield.isoyear_div_100"><code>isoyear_div_100</code></a> and
<a href="#structfield.isoyear_mod_100"><code>isoyear_mod_100</code></a> fields.</p>
</div><span id="structfield.isoyear_div_100" class="structfield small-section-header"><a href="#structfield.isoyear_div_100" class="anchor field"></a><code>isoyear_div_100: <a class="enum" href="https://doc.rust-lang.org/1.59.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.i32.html">i32</a>&gt;</code></span><div class="docblock"><p>Year in the <a href="../naive/struct.NaiveDate.html#week-date">ISO week date</a>, divided by 100.
Implies that the year is &gt;= 1 BCE when set.</p>
<p>Due to the common usage, if this field is missing but
<a href="#structfield.isoyear_mod_100"><code>isoyear_mod_100</code></a> is present,
it is inferred to 19 when <code>isoyear_mod_100 &gt;= 70</code> and 20 otherwise.</p>
</div><span id="structfield.isoyear_mod_100" class="structfield small-section-header"><a href="#structfield.isoyear_mod_100" class="anchor field"></a><code>isoyear_mod_100: <a class="enum" href="https://doc.rust-lang.org/1.59.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.i32.html">i32</a>&gt;</code></span><div class="docblock"><p>Year in the <a href="../naive/struct.NaiveDate.html#week-date">ISO week date</a>, modulo 100.
Implies that the year is &gt;= 1 BCE when set.</p>
</div><span id="structfield.month" class="structfield small-section-header"><a href="#structfield.month" class="anchor field"></a><code>month: <a class="enum" href="https://doc.rust-lang.org/1.59.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.u32.html">u32</a>&gt;</code></span><div class="docblock"><p>Month (112).</p>
</div><span id="structfield.week_from_sun" class="structfield small-section-header"><a href="#structfield.week_from_sun" class="anchor field"></a><code>week_from_sun: <a class="enum" href="https://doc.rust-lang.org/1.59.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.u32.html">u32</a>&gt;</code></span><div class="docblock"><p>Week number, where the week 1 starts at the first Sunday of January
(053, 153 or 152 depending on the year).</p>
</div><span id="structfield.week_from_mon" class="structfield small-section-header"><a href="#structfield.week_from_mon" class="anchor field"></a><code>week_from_mon: <a class="enum" href="https://doc.rust-lang.org/1.59.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.u32.html">u32</a>&gt;</code></span><div class="docblock"><p>Week number, where the week 1 starts at the first Monday of January
(053, 153 or 152 depending on the year).</p>
</div><span id="structfield.isoweek" class="structfield small-section-header"><a href="#structfield.isoweek" class="anchor field"></a><code>isoweek: <a class="enum" href="https://doc.rust-lang.org/1.59.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.u32.html">u32</a>&gt;</code></span><div class="docblock"><p><a href="../naive/struct.NaiveDate.html#week-date">ISO week number</a>
(152 or 153 depending on the year).</p>
</div><span id="structfield.weekday" class="structfield small-section-header"><a href="#structfield.weekday" class="anchor field"></a><code>weekday: <a class="enum" href="https://doc.rust-lang.org/1.59.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="enum" href="../enum.Weekday.html" title="enum chrono::Weekday">Weekday</a>&gt;</code></span><div class="docblock"><p>Day of the week.</p>
</div><span id="structfield.ordinal" class="structfield small-section-header"><a href="#structfield.ordinal" class="anchor field"></a><code>ordinal: <a class="enum" href="https://doc.rust-lang.org/1.59.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.u32.html">u32</a>&gt;</code></span><div class="docblock"><p>Day of the year (1365 or 1366 depending on the year).</p>
</div><span id="structfield.day" class="structfield small-section-header"><a href="#structfield.day" class="anchor field"></a><code>day: <a class="enum" href="https://doc.rust-lang.org/1.59.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.u32.html">u32</a>&gt;</code></span><div class="docblock"><p>Day of the month (128, 129, 130 or 131 depending on the month).</p>
</div><span id="structfield.hour_div_12" class="structfield small-section-header"><a href="#structfield.hour_div_12" class="anchor field"></a><code>hour_div_12: <a class="enum" href="https://doc.rust-lang.org/1.59.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.u32.html">u32</a>&gt;</code></span><div class="docblock"><p>Hour number divided by 12 (01). 0 indicates AM and 1 indicates PM.</p>
</div><span id="structfield.hour_mod_12" class="structfield small-section-header"><a href="#structfield.hour_mod_12" class="anchor field"></a><code>hour_mod_12: <a class="enum" href="https://doc.rust-lang.org/1.59.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.u32.html">u32</a>&gt;</code></span><div class="docblock"><p>Hour number modulo 12 (011).</p>
</div><span id="structfield.minute" class="structfield small-section-header"><a href="#structfield.minute" class="anchor field"></a><code>minute: <a class="enum" href="https://doc.rust-lang.org/1.59.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.u32.html">u32</a>&gt;</code></span><div class="docblock"><p>Minute number (059).</p>
</div><span id="structfield.second" class="structfield small-section-header"><a href="#structfield.second" class="anchor field"></a><code>second: <a class="enum" href="https://doc.rust-lang.org/1.59.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.u32.html">u32</a>&gt;</code></span><div class="docblock"><p>Second number (060, accounting for leap seconds).</p>
</div><span id="structfield.nanosecond" class="structfield small-section-header"><a href="#structfield.nanosecond" class="anchor field"></a><code>nanosecond: <a class="enum" href="https://doc.rust-lang.org/1.59.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.u32.html">u32</a>&gt;</code></span><div class="docblock"><p>The number of nanoseconds since the whole second (0999,999,999).</p>
</div><span id="structfield.timestamp" class="structfield small-section-header"><a href="#structfield.timestamp" class="anchor field"></a><code>timestamp: <a class="enum" href="https://doc.rust-lang.org/1.59.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.i64.html">i64</a>&gt;</code></span><div class="docblock"><p>The number of non-leap seconds since the midnight UTC on January 1, 1970.</p>
<p>This can be off by one if <a href="#structfield.second"><code>second</code></a> is 60 (a leap second).</p>
</div><span id="structfield.offset" class="structfield small-section-header"><a href="#structfield.offset" class="anchor field"></a><code>offset: <a class="enum" href="https://doc.rust-lang.org/1.59.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.i32.html">i32</a>&gt;</code></span><div class="docblock"><p>Offset from the local time to UTC, in seconds.</p>
</div><h2 id="implementations" class="small-section-header">Implementations<a href="#implementations" class="anchor"></a></h2><details class="rustdoc-toggle implementors-toggle" open><summary><div id="impl" class="impl has-srclink"><div class="rightside"><a class="srclink" href="../../src/chrono/format/parsed.rs.html#157-718" title="goto source code">[src]</a></div><a href="#impl" class="anchor"></a><h3 class="code-header in-band">impl <a class="struct" href="struct.Parsed.html" title="struct chrono::format::Parsed">Parsed</a></h3></div></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><div id="method.new" class="method has-srclink"><div class="rightside"><a class="srclink" href="../../src/chrono/format/parsed.rs.html#159-161" title="goto source code">[src]</a></div><a href="#method.new" class="anchor"></a><h4 class="code-header">pub fn <a href="#method.new" class="fnname">new</a>() -&gt; <a class="struct" href="struct.Parsed.html" title="struct chrono::format::Parsed">Parsed</a></h4></div></summary><div class="docblock"><p>Returns the initial value of parsed parts.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><div id="method.set_year" class="method has-srclink"><div class="rightside"><a class="srclink" href="../../src/chrono/format/parsed.rs.html#165-167" title="goto source code">[src]</a></div><a href="#method.set_year" class="anchor"></a><h4 class="code-header">pub fn <a href="#method.set_year" class="fnname">set_year</a>(&amp;mut self, value: <a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.i64.html">i64</a>) -&gt; <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.unit.html">()</a>&gt;</h4></div></summary><div class="docblock"><p>Tries to set the <a href="#structfield.year"><code>year</code></a> field from given value.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><div id="method.set_year_div_100" class="method has-srclink"><div class="rightside"><a class="srclink" href="../../src/chrono/format/parsed.rs.html#171-176" title="goto source code">[src]</a></div><a href="#method.set_year_div_100" class="anchor"></a><h4 class="code-header">pub fn <a href="#method.set_year_div_100" class="fnname">set_year_div_100</a>(&amp;mut self, value: <a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.i64.html">i64</a>) -&gt; <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.unit.html">()</a>&gt;</h4></div></summary><div class="docblock"><p>Tries to set the <a href="#structfield.year_div_100"><code>year_div_100</code></a> field from given value.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><div id="method.set_year_mod_100" class="method has-srclink"><div class="rightside"><a class="srclink" href="../../src/chrono/format/parsed.rs.html#180-185" title="goto source code">[src]</a></div><a href="#method.set_year_mod_100" class="anchor"></a><h4 class="code-header">pub fn <a href="#method.set_year_mod_100" class="fnname">set_year_mod_100</a>(&amp;mut self, value: <a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.i64.html">i64</a>) -&gt; <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.unit.html">()</a>&gt;</h4></div></summary><div class="docblock"><p>Tries to set the <a href="#structfield.year_mod_100"><code>year_mod_100</code></a> field from given value.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><div id="method.set_isoyear" class="method has-srclink"><div class="rightside"><a class="srclink" href="../../src/chrono/format/parsed.rs.html#189-191" title="goto source code">[src]</a></div><a href="#method.set_isoyear" class="anchor"></a><h4 class="code-header">pub fn <a href="#method.set_isoyear" class="fnname">set_isoyear</a>(&amp;mut self, value: <a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.i64.html">i64</a>) -&gt; <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.unit.html">()</a>&gt;</h4></div></summary><div class="docblock"><p>Tries to set the <a href="#structfield.isoyear"><code>isoyear</code></a> field from given value.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><div id="method.set_isoyear_div_100" class="method has-srclink"><div class="rightside"><a class="srclink" href="../../src/chrono/format/parsed.rs.html#195-200" title="goto source code">[src]</a></div><a href="#method.set_isoyear_div_100" class="anchor"></a><h4 class="code-header">pub fn <a href="#method.set_isoyear_div_100" class="fnname">set_isoyear_div_100</a>(&amp;mut self, value: <a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.i64.html">i64</a>) -&gt; <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.unit.html">()</a>&gt;</h4></div></summary><div class="docblock"><p>Tries to set the <a href="#structfield.isoyear_div_100"><code>isoyear_div_100</code></a> field from given value.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><div id="method.set_isoyear_mod_100" class="method has-srclink"><div class="rightside"><a class="srclink" href="../../src/chrono/format/parsed.rs.html#204-209" title="goto source code">[src]</a></div><a href="#method.set_isoyear_mod_100" class="anchor"></a><h4 class="code-header">pub fn <a href="#method.set_isoyear_mod_100" class="fnname">set_isoyear_mod_100</a>(&amp;mut self, value: <a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.i64.html">i64</a>) -&gt; <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.unit.html">()</a>&gt;</h4></div></summary><div class="docblock"><p>Tries to set the <a href="#structfield.isoyear_mod_100"><code>isoyear_mod_100</code></a> field from given value.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><div id="method.set_month" class="method has-srclink"><div class="rightside"><a class="srclink" href="../../src/chrono/format/parsed.rs.html#213-215" title="goto source code">[src]</a></div><a href="#method.set_month" class="anchor"></a><h4 class="code-header">pub fn <a href="#method.set_month" class="fnname">set_month</a>(&amp;mut self, value: <a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.i64.html">i64</a>) -&gt; <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.unit.html">()</a>&gt;</h4></div></summary><div class="docblock"><p>Tries to set the <a href="#structfield.month"><code>month</code></a> field from given value.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><div id="method.set_week_from_sun" class="method has-srclink"><div class="rightside"><a class="srclink" href="../../src/chrono/format/parsed.rs.html#219-221" title="goto source code">[src]</a></div><a href="#method.set_week_from_sun" class="anchor"></a><h4 class="code-header">pub fn <a href="#method.set_week_from_sun" class="fnname">set_week_from_sun</a>(&amp;mut self, value: <a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.i64.html">i64</a>) -&gt; <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.unit.html">()</a>&gt;</h4></div></summary><div class="docblock"><p>Tries to set the <a href="#structfield.week_from_sun"><code>week_from_sun</code></a> field from given value.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><div id="method.set_week_from_mon" class="method has-srclink"><div class="rightside"><a class="srclink" href="../../src/chrono/format/parsed.rs.html#225-227" title="goto source code">[src]</a></div><a href="#method.set_week_from_mon" class="anchor"></a><h4 class="code-header">pub fn <a href="#method.set_week_from_mon" class="fnname">set_week_from_mon</a>(&amp;mut self, value: <a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.i64.html">i64</a>) -&gt; <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.unit.html">()</a>&gt;</h4></div></summary><div class="docblock"><p>Tries to set the <a href="#structfield.week_from_mon"><code>week_from_mon</code></a> field from given value.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><div id="method.set_isoweek" class="method has-srclink"><div class="rightside"><a class="srclink" href="../../src/chrono/format/parsed.rs.html#231-233" title="goto source code">[src]</a></div><a href="#method.set_isoweek" class="anchor"></a><h4 class="code-header">pub fn <a href="#method.set_isoweek" class="fnname">set_isoweek</a>(&amp;mut self, value: <a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.i64.html">i64</a>) -&gt; <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.unit.html">()</a>&gt;</h4></div></summary><div class="docblock"><p>Tries to set the <a href="#structfield.isoweek"><code>isoweek</code></a> field from given value.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><div id="method.set_weekday" class="method has-srclink"><div class="rightside"><a class="srclink" href="../../src/chrono/format/parsed.rs.html#237-239" title="goto source code">[src]</a></div><a href="#method.set_weekday" class="anchor"></a><h4 class="code-header">pub fn <a href="#method.set_weekday" class="fnname">set_weekday</a>(&amp;mut self, value: <a class="enum" href="../enum.Weekday.html" title="enum chrono::Weekday">Weekday</a>) -&gt; <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.unit.html">()</a>&gt;</h4></div></summary><div class="docblock"><p>Tries to set the <a href="#structfield.weekday"><code>weekday</code></a> field from given value.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><div id="method.set_ordinal" class="method has-srclink"><div class="rightside"><a class="srclink" href="../../src/chrono/format/parsed.rs.html#243-245" title="goto source code">[src]</a></div><a href="#method.set_ordinal" class="anchor"></a><h4 class="code-header">pub fn <a href="#method.set_ordinal" class="fnname">set_ordinal</a>(&amp;mut self, value: <a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.i64.html">i64</a>) -&gt; <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.unit.html">()</a>&gt;</h4></div></summary><div class="docblock"><p>Tries to set the <a href="#structfield.ordinal"><code>ordinal</code></a> field from given value.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><div id="method.set_day" class="method has-srclink"><div class="rightside"><a class="srclink" href="../../src/chrono/format/parsed.rs.html#249-251" title="goto source code">[src]</a></div><a href="#method.set_day" class="anchor"></a><h4 class="code-header">pub fn <a href="#method.set_day" class="fnname">set_day</a>(&amp;mut self, value: <a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.i64.html">i64</a>) -&gt; <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.unit.html">()</a>&gt;</h4></div></summary><div class="docblock"><p>Tries to set the <a href="#structfield.day"><code>day</code></a> field from given value.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><div id="method.set_ampm" class="method has-srclink"><div class="rightside"><a class="srclink" href="../../src/chrono/format/parsed.rs.html#256-258" title="goto source code">[src]</a></div><a href="#method.set_ampm" class="anchor"></a><h4 class="code-header">pub fn <a href="#method.set_ampm" class="fnname">set_ampm</a>(&amp;mut self, value: <a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.bool.html">bool</a>) -&gt; <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.unit.html">()</a>&gt;</h4></div></summary><div class="docblock"><p>Tries to set the <a href="#structfield.hour_div_12"><code>hour_div_12</code></a> field from given value.
(<code>false</code> for AM, <code>true</code> for PM)</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><div id="method.set_hour12" class="method has-srclink"><div class="rightside"><a class="srclink" href="../../src/chrono/format/parsed.rs.html#263-268" title="goto source code">[src]</a></div><a href="#method.set_hour12" class="anchor"></a><h4 class="code-header">pub fn <a href="#method.set_hour12" class="fnname">set_hour12</a>(&amp;mut self, value: <a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.i64.html">i64</a>) -&gt; <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.unit.html">()</a>&gt;</h4></div></summary><div class="docblock"><p>Tries to set the <a href="#structfield.hour_mod_12"><code>hour_mod_12</code></a> field from
given hour number in 12-hour clocks.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><div id="method.set_hour" class="method has-srclink"><div class="rightside"><a class="srclink" href="../../src/chrono/format/parsed.rs.html#273-278" title="goto source code">[src]</a></div><a href="#method.set_hour" class="anchor"></a><h4 class="code-header">pub fn <a href="#method.set_hour" class="fnname">set_hour</a>(&amp;mut self, value: <a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.i64.html">i64</a>) -&gt; <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.unit.html">()</a>&gt;</h4></div></summary><div class="docblock"><p>Tries to set both <a href="#structfield.hour_div_12"><code>hour_div_12</code></a> and
<a href="#structfield.hour_mod_12"><code>hour_mod_12</code></a> fields from given value.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><div id="method.set_minute" class="method has-srclink"><div class="rightside"><a class="srclink" href="../../src/chrono/format/parsed.rs.html#282-284" title="goto source code">[src]</a></div><a href="#method.set_minute" class="anchor"></a><h4 class="code-header">pub fn <a href="#method.set_minute" class="fnname">set_minute</a>(&amp;mut self, value: <a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.i64.html">i64</a>) -&gt; <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.unit.html">()</a>&gt;</h4></div></summary><div class="docblock"><p>Tries to set the <a href="#structfield.minute"><code>minute</code></a> field from given value.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><div id="method.set_second" class="method has-srclink"><div class="rightside"><a class="srclink" href="../../src/chrono/format/parsed.rs.html#288-290" title="goto source code">[src]</a></div><a href="#method.set_second" class="anchor"></a><h4 class="code-header">pub fn <a href="#method.set_second" class="fnname">set_second</a>(&amp;mut self, value: <a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.i64.html">i64</a>) -&gt; <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.unit.html">()</a>&gt;</h4></div></summary><div class="docblock"><p>Tries to set the <a href="#structfield.second"><code>second</code></a> field from given value.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><div id="method.set_nanosecond" class="method has-srclink"><div class="rightside"><a class="srclink" href="../../src/chrono/format/parsed.rs.html#294-296" title="goto source code">[src]</a></div><a href="#method.set_nanosecond" class="anchor"></a><h4 class="code-header">pub fn <a href="#method.set_nanosecond" class="fnname">set_nanosecond</a>(&amp;mut self, value: <a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.i64.html">i64</a>) -&gt; <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.unit.html">()</a>&gt;</h4></div></summary><div class="docblock"><p>Tries to set the <a href="#structfield.nanosecond"><code>nanosecond</code></a> field from given value.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><div id="method.set_timestamp" class="method has-srclink"><div class="rightside"><a class="srclink" href="../../src/chrono/format/parsed.rs.html#300-302" title="goto source code">[src]</a></div><a href="#method.set_timestamp" class="anchor"></a><h4 class="code-header">pub fn <a href="#method.set_timestamp" class="fnname">set_timestamp</a>(&amp;mut self, value: <a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.i64.html">i64</a>) -&gt; <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.unit.html">()</a>&gt;</h4></div></summary><div class="docblock"><p>Tries to set the <a href="#structfield.timestamp"><code>timestamp</code></a> field from given value.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><div id="method.set_offset" class="method has-srclink"><div class="rightside"><a class="srclink" href="../../src/chrono/format/parsed.rs.html#306-308" title="goto source code">[src]</a></div><a href="#method.set_offset" class="anchor"></a><h4 class="code-header">pub fn <a href="#method.set_offset" class="fnname">set_offset</a>(&amp;mut self, value: <a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.i64.html">i64</a>) -&gt; <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.unit.html">()</a>&gt;</h4></div></summary><div class="docblock"><p>Tries to set the <a href="#structfield.offset"><code>offset</code></a> field from given value.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><div id="method.to_naive_date" class="method has-srclink"><div class="rightside"><a class="srclink" href="../../src/chrono/format/parsed.rs.html#321-518" title="goto source code">[src]</a></div><a href="#method.to_naive_date" class="anchor"></a><h4 class="code-header">pub fn <a href="#method.to_naive_date" class="fnname">to_naive_date</a>(&amp;self) -&gt; <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a>&lt;<a class="struct" href="../naive/struct.NaiveDate.html" title="struct chrono::naive::NaiveDate">NaiveDate</a>&gt;</h4></div></summary><div class="docblock"><p>Returns a parsed naive date out of given fields.</p>
<p>This method is able to determine the date from given subset of fields:</p>
<ul>
<li>Year, month, day.</li>
<li>Year, day of the year (ordinal).</li>
<li>Year, week number counted from Sunday or Monday, day of the week.</li>
<li>ISO week date.</li>
</ul>
<p>Gregorian year and ISO week date year can have their century number (<code>*_div_100</code>) omitted,
the two-digit year is used to guess the century number then.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><div id="method.to_naive_time" class="method has-srclink"><div class="rightside"><a class="srclink" href="../../src/chrono/format/parsed.rs.html#529-562" title="goto source code">[src]</a></div><a href="#method.to_naive_time" class="anchor"></a><h4 class="code-header">pub fn <a href="#method.to_naive_time" class="fnname">to_naive_time</a>(&amp;self) -&gt; <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a>&lt;<a class="struct" href="../naive/struct.NaiveTime.html" title="struct chrono::naive::NaiveTime">NaiveTime</a>&gt;</h4></div></summary><div class="docblock"><p>Returns a parsed naive time out of given fields.</p>
<p>This method is able to determine the time from given subset of fields:</p>
<ul>
<li>Hour, minute. (second and nanosecond assumed to be 0)</li>
<li>Hour, minute, second. (nanosecond assumed to be 0)</li>
<li>Hour, minute, second, nanosecond.</li>
</ul>
<p>It is able to handle leap seconds when given second is 60.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><div id="method.to_naive_datetime_with_offset" class="method has-srclink"><div class="rightside"><a class="srclink" href="../../src/chrono/format/parsed.rs.html#571-641" title="goto source code">[src]</a></div><a href="#method.to_naive_datetime_with_offset" class="anchor"></a><h4 class="code-header">pub fn <a href="#method.to_naive_datetime_with_offset" class="fnname">to_naive_datetime_with_offset</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;offset: <a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.i32.html">i32</a><br>) -&gt; <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a>&lt;<a class="struct" href="../naive/struct.NaiveDateTime.html" title="struct chrono::naive::NaiveDateTime">NaiveDateTime</a>&gt;</h4></div></summary><div class="docblock"><p>Returns a parsed naive date and time out of given fields,
except for the <a href="#structfield.offset"><code>offset</code></a> field (assumed to have a given value).
This is required for parsing a local time or other known-timezone inputs.</p>
<p>This method is able to determine the combined date and time
from date and time fields or a single <a href="#structfield.timestamp"><code>timestamp</code></a> field.
Either way those fields have to be consistent to each other.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><div id="method.to_fixed_offset" class="method has-srclink"><div class="rightside"><a class="srclink" href="../../src/chrono/format/parsed.rs.html#644-646" title="goto source code">[src]</a></div><a href="#method.to_fixed_offset" class="anchor"></a><h4 class="code-header">pub fn <a href="#method.to_fixed_offset" class="fnname">to_fixed_offset</a>(&amp;self) -&gt; <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a>&lt;<a class="struct" href="../offset/struct.FixedOffset.html" title="struct chrono::offset::FixedOffset">FixedOffset</a>&gt;</h4></div></summary><div class="docblock"><p>Returns a parsed fixed time zone offset out of given fields.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><div id="method.to_datetime" class="method has-srclink"><div class="rightside"><a class="srclink" href="../../src/chrono/format/parsed.rs.html#654-663" title="goto source code">[src]</a></div><a href="#method.to_datetime" class="anchor"></a><h4 class="code-header">pub fn <a href="#method.to_datetime" class="fnname">to_datetime</a>(&amp;self) -&gt; <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a>&lt;<a class="struct" href="../struct.DateTime.html" title="struct chrono::DateTime">DateTime</a>&lt;<a class="struct" href="../offset/struct.FixedOffset.html" title="struct chrono::offset::FixedOffset">FixedOffset</a>&gt;&gt;</h4></div></summary><div class="docblock"><p>Returns a parsed timezone-aware date and time out of given fields.</p>
<p>This method is able to determine the combined date and time
from date and time fields or a single <a href="#structfield.timestamp"><code>timestamp</code></a> field,
plus a time zone offset.
Either way those fields have to be consistent to each other.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><div id="method.to_datetime_with_timezone" class="method has-srclink"><div class="rightside"><a class="srclink" href="../../src/chrono/format/parsed.rs.html#674-717" title="goto source code">[src]</a></div><a href="#method.to_datetime_with_timezone" class="anchor"></a><h4 class="code-header">pub fn <a href="#method.to_datetime_with_timezone" class="fnname">to_datetime_with_timezone</a>&lt;Tz:&nbsp;<a class="trait" href="../offset/trait.TimeZone.html" title="trait chrono::offset::TimeZone">TimeZone</a>&gt;(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;tz: <a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.reference.html">&amp;</a>Tz<br>) -&gt; <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a>&lt;<a class="struct" href="../struct.DateTime.html" title="struct chrono::DateTime">DateTime</a>&lt;Tz&gt;&gt;</h4></div></summary><div class="docblock"><p>Returns a parsed timezone-aware date and time out of given fields,
with an additional <code>TimeZone</code> used to interpret and validate the local date.</p>
<p>This method is able to determine the combined date and time
from date and time fields or a single <a href="#structfield.timestamp"><code>timestamp</code></a> field,
plus a time zone offset.
Either way those fields have to be consistent to each other.
If parsed fields include an UTC offset, it also has to be consistent to
<a href="#structfield.offset"><code>offset</code></a>.</p>
</div></details></div></details><h2 id="trait-implementations" class="small-section-header">Trait Implementations<a href="#trait-implementations" class="anchor"></a></h2><div id="trait-implementations-list"><details class="rustdoc-toggle implementors-toggle" open><summary><div id="impl-Clone" class="impl has-srclink"><div class="rightside"><a class="srclink" href="../../src/chrono/format/parsed.rs.html#26" title="goto source code">[src]</a></div><a href="#impl-Clone" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.59.0/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> for <a class="struct" href="struct.Parsed.html" title="struct chrono::format::Parsed">Parsed</a></h3></div></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><div id="method.clone" class="method trait-impl has-srclink"><div class="rightside"><a class="srclink" href="../../src/chrono/format/parsed.rs.html#26" title="goto source code">[src]</a></div><a href="#method.clone" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.59.0/core/clone/trait.Clone.html#tymethod.clone" class="fnname">clone</a>(&amp;self) -&gt; <a class="struct" href="struct.Parsed.html" title="struct chrono::format::Parsed">Parsed</a></h4></div></summary><div class='docblock'><p>Returns a copy of the value. <a href="https://doc.rust-lang.org/1.59.0/core/clone/trait.Clone.html#tymethod.clone">Read more</a></p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><div id="method.clone_from" class="method trait-impl has-srclink"><div class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span><a class="srclink" href="https://doc.rust-lang.org/1.59.0/src/core/clone.rs.html#130" title="goto source code">[src]</a></div><a href="#method.clone_from" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.59.0/core/clone/trait.Clone.html#method.clone_from" class="fnname">clone_from</a>(&amp;mut self, source: <a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.reference.html">&amp;</a>Self)</h4></div></summary><div class='docblock'><p>Performs copy-assignment from <code>source</code>. <a href="https://doc.rust-lang.org/1.59.0/core/clone/trait.Clone.html#method.clone_from">Read more</a></p>
</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><div id="impl-Debug" class="impl has-srclink"><div class="rightside"><a class="srclink" href="../../src/chrono/format/parsed.rs.html#26" title="goto source code">[src]</a></div><a href="#impl-Debug" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.59.0/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> for <a class="struct" href="struct.Parsed.html" title="struct chrono::format::Parsed">Parsed</a></h3></div></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><div id="method.fmt" class="method trait-impl has-srclink"><div class="rightside"><a class="srclink" href="../../src/chrono/format/parsed.rs.html#26" title="goto source code">[src]</a></div><a href="#method.fmt" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.59.0/core/fmt/trait.Debug.html#tymethod.fmt" class="fnname">fmt</a>(&amp;self, f: &amp;mut <a class="struct" href="https://doc.rust-lang.org/1.59.0/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>&lt;'_&gt;) -&gt; <a class="type" href="https://doc.rust-lang.org/1.59.0/core/fmt/type.Result.html" title="type core::fmt::Result">Result</a></h4></div></summary><div class='docblock'><p>Formats the value using the given formatter. <a href="https://doc.rust-lang.org/1.59.0/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></p>
</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><div id="impl-Default" class="impl has-srclink"><div class="rightside"><a class="srclink" href="../../src/chrono/format/parsed.rs.html#129-155" title="goto source code">[src]</a></div><a href="#impl-Default" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.59.0/core/default/trait.Default.html" title="trait core::default::Default">Default</a> for <a class="struct" href="struct.Parsed.html" title="struct chrono::format::Parsed">Parsed</a></h3></div></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><div id="method.default" class="method trait-impl has-srclink"><div class="rightside"><a class="srclink" href="../../src/chrono/format/parsed.rs.html#130-154" title="goto source code">[src]</a></div><a href="#method.default" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.59.0/core/default/trait.Default.html#tymethod.default" class="fnname">default</a>() -&gt; <a class="struct" href="struct.Parsed.html" title="struct chrono::format::Parsed">Parsed</a></h4></div></summary><div class='docblock'><p>Returns the “default value” for a type. <a href="https://doc.rust-lang.org/1.59.0/core/default/trait.Default.html#tymethod.default">Read more</a></p>
</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><div id="impl-PartialEq%3CParsed%3E" class="impl has-srclink"><div class="rightside"><a class="srclink" href="../../src/chrono/format/parsed.rs.html#26" title="goto source code">[src]</a></div><a href="#impl-PartialEq%3CParsed%3E" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.59.0/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a>&lt;<a class="struct" href="struct.Parsed.html" title="struct chrono::format::Parsed">Parsed</a>&gt; for <a class="struct" href="struct.Parsed.html" title="struct chrono::format::Parsed">Parsed</a></h3></div></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><div id="method.eq" class="method trait-impl has-srclink"><div class="rightside"><a class="srclink" href="../../src/chrono/format/parsed.rs.html#26" title="goto source code">[src]</a></div><a href="#method.eq" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.59.0/core/cmp/trait.PartialEq.html#tymethod.eq" class="fnname">eq</a>(&amp;self, other: &amp;<a class="struct" href="struct.Parsed.html" title="struct chrono::format::Parsed">Parsed</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.bool.html">bool</a></h4></div></summary><div class='docblock'><p>This method tests for <code>self</code> and <code>other</code> values to be equal, and is used
by <code>==</code>. <a href="https://doc.rust-lang.org/1.59.0/core/cmp/trait.PartialEq.html#tymethod.eq">Read more</a></p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><div id="method.ne" class="method trait-impl has-srclink"><div class="rightside"><a class="srclink" href="../../src/chrono/format/parsed.rs.html#26" title="goto source code">[src]</a></div><a href="#method.ne" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.59.0/core/cmp/trait.PartialEq.html#method.ne" class="fnname">ne</a>(&amp;self, other: &amp;<a class="struct" href="struct.Parsed.html" title="struct chrono::format::Parsed">Parsed</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.bool.html">bool</a></h4></div></summary><div class='docblock'><p>This method tests for <code>!=</code>.</p>
</div></details></div></details><div id="impl-StructuralPartialEq" class="impl has-srclink"><div class="rightside"><a class="srclink" href="../../src/chrono/format/parsed.rs.html#26" title="goto source code">[src]</a></div><a href="#impl-StructuralPartialEq" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.59.0/core/marker/trait.StructuralPartialEq.html" title="trait core::marker::StructuralPartialEq">StructuralPartialEq</a> for <a class="struct" href="struct.Parsed.html" title="struct chrono::format::Parsed">Parsed</a></h3></div></div><h2 id="synthetic-implementations" class="small-section-header">Auto Trait Implementations<a href="#synthetic-implementations" class="anchor"></a></h2><div id="synthetic-implementations-list"><div id="impl-RefUnwindSafe" class="impl has-srclink"><div class="rightside"></div><a href="#impl-RefUnwindSafe" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.59.0/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="struct.Parsed.html" title="struct chrono::format::Parsed">Parsed</a></h3></div><div id="impl-Send" class="impl has-srclink"><div class="rightside"></div><a href="#impl-Send" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.59.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="struct.Parsed.html" title="struct chrono::format::Parsed">Parsed</a></h3></div><div id="impl-Sync" class="impl has-srclink"><div class="rightside"></div><a href="#impl-Sync" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.59.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="struct" href="struct.Parsed.html" title="struct chrono::format::Parsed">Parsed</a></h3></div><div id="impl-Unpin" class="impl has-srclink"><div class="rightside"></div><a href="#impl-Unpin" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.59.0/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="struct" href="struct.Parsed.html" title="struct chrono::format::Parsed">Parsed</a></h3></div><div id="impl-UnwindSafe" class="impl has-srclink"><div class="rightside"></div><a href="#impl-UnwindSafe" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.59.0/core/panic/unwind_safe/trait.UnwindSafe.html" title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a> for <a class="struct" href="struct.Parsed.html" title="struct chrono::format::Parsed">Parsed</a></h3></div></div><h2 id="blanket-implementations" class="small-section-header">Blanket Implementations<a href="#blanket-implementations" class="anchor"></a></h2><div id="blanket-implementations-list"><details class="rustdoc-toggle implementors-toggle" open><summary><div id="impl-Any" class="impl has-srclink"><div class="rightside"><a class="srclink" href="https://doc.rust-lang.org/1.59.0/src/core/any.rs.html#132-136" title="goto source code">[src]</a></div><a href="#impl-Any" class="anchor"></a><h3 class="code-header in-band">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.59.0/core/any/trait.Any.html" title="trait core::any::Any">Any</a> for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: 'static + ?<a class="trait" href="https://doc.rust-lang.org/1.59.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></h3></div></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><div id="method.type_id" class="method trait-impl has-srclink"><div class="rightside"><a class="srclink" href="https://doc.rust-lang.org/1.59.0/src/core/any.rs.html#133" title="goto source code">[src]</a></div><a href="#method.type_id" class="anchor"></a><h4 class="code-header">pub fn <a href="https://doc.rust-lang.org/1.59.0/core/any/trait.Any.html#tymethod.type_id" class="fnname">type_id</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.59.0/core/any/struct.TypeId.html" title="struct core::any::TypeId">TypeId</a></h4></div></summary><div class='docblock'><p>Gets the <code>TypeId</code> of <code>self</code>. <a href="https://doc.rust-lang.org/1.59.0/core/any/trait.Any.html#tymethod.type_id">Read more</a></p>
</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><div id="impl-Borrow%3CT%3E" class="impl has-srclink"><div class="rightside"><a class="srclink" href="https://doc.rust-lang.org/1.59.0/src/core/borrow.rs.html#209-214" title="goto source code">[src]</a></div><a href="#impl-Borrow%3CT%3E" class="anchor"></a><h3 class="code-header in-band">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.59.0/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a>&lt;T&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: ?<a class="trait" href="https://doc.rust-lang.org/1.59.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></h3></div></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><div id="method.borrow" class="method trait-impl has-srclink"><div class="rightside"><a class="srclink" href="https://doc.rust-lang.org/1.59.0/src/core/borrow.rs.html#211" title="goto source code">[src]</a></div><a href="#method.borrow" class="anchor"></a><h4 class="code-header">pub fn <a href="https://doc.rust-lang.org/1.59.0/core/borrow/trait.Borrow.html#tymethod.borrow" class="fnname">borrow</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.reference.html">&amp;</a>T</h4></div></summary><div class='docblock'><p>Immutably borrows from an owned value. <a href="https://doc.rust-lang.org/1.59.0/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></p>
</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><div id="impl-BorrowMut%3CT%3E" class="impl has-srclink"><div class="rightside"><a class="srclink" href="https://doc.rust-lang.org/1.59.0/src/core/borrow.rs.html#218-222" title="goto source code">[src]</a></div><a href="#impl-BorrowMut%3CT%3E" class="anchor"></a><h3 class="code-header in-band">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.59.0/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a>&lt;T&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: ?<a class="trait" href="https://doc.rust-lang.org/1.59.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></h3></div></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><div id="method.borrow_mut" class="method trait-impl has-srclink"><div class="rightside"><a class="srclink" href="https://doc.rust-lang.org/1.59.0/src/core/borrow.rs.html#219" title="goto source code">[src]</a></div><a href="#method.borrow_mut" class="anchor"></a><h4 class="code-header">pub fn <a href="https://doc.rust-lang.org/1.59.0/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut" class="fnname">borrow_mut</a>(&amp;mut self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.reference.html">&amp;mut </a>T</h4></div></summary><div class='docblock'><p>Mutably borrows from an owned value. <a href="https://doc.rust-lang.org/1.59.0/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></p>
</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><div id="impl-From%3CT%3E" class="impl has-srclink"><div class="rightside"><a class="srclink" href="https://doc.rust-lang.org/1.59.0/src/core/convert/mod.rs.html#550-554" title="goto source code">[src]</a></div><a href="#impl-From%3CT%3E" class="anchor"></a><h3 class="code-header in-band">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.59.0/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt; for T</h3></div></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><div id="method.from" class="method trait-impl has-srclink"><div class="rightside"><a class="srclink" href="https://doc.rust-lang.org/1.59.0/src/core/convert/mod.rs.html#551" title="goto source code">[src]</a></div><a href="#method.from" class="anchor"></a><h4 class="code-header">pub fn <a href="https://doc.rust-lang.org/1.59.0/core/convert/trait.From.html#tymethod.from" class="fnname">from</a>(t: T) -&gt; T</h4></div></summary><div class='docblock'><p>Performs the conversion.</p>
</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><div id="impl-Into%3CU%3E" class="impl has-srclink"><div class="rightside"><a class="srclink" href="https://doc.rust-lang.org/1.59.0/src/core/convert/mod.rs.html#538-545" title="goto source code">[src]</a></div><a href="#impl-Into%3CU%3E" class="anchor"></a><h3 class="code-header in-band">impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/1.59.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;U&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: <a class="trait" href="https://doc.rust-lang.org/1.59.0/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt;,&nbsp;</span></h3></div></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><div id="method.into" class="method trait-impl has-srclink"><div class="rightside"><a class="srclink" href="https://doc.rust-lang.org/1.59.0/src/core/convert/mod.rs.html#542" title="goto source code">[src]</a></div><a href="#method.into" class="anchor"></a><h4 class="code-header">pub fn <a href="https://doc.rust-lang.org/1.59.0/core/convert/trait.Into.html#tymethod.into" class="fnname">into</a>(self) -&gt; U</h4></div></summary><div class='docblock'><p>Performs the conversion.</p>
</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><div id="impl-ToOwned" class="impl has-srclink"><div class="rightside"><a class="srclink" href="https://doc.rust-lang.org/1.59.0/src/alloc/borrow.rs.html#84-96" title="goto source code">[src]</a></div><a href="#impl-ToOwned" class="anchor"></a><h3 class="code-header in-band">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.59.0/alloc/borrow/trait.ToOwned.html" title="trait alloc::borrow::ToOwned">ToOwned</a> for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="https://doc.rust-lang.org/1.59.0/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,&nbsp;</span></h3></div></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><div id="associatedtype.Owned" class="type trait-impl has-srclink"><a href="#associatedtype.Owned" class="anchor"></a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.59.0/alloc/borrow/trait.ToOwned.html#associatedtype.Owned" class="associatedtype">Owned</a> = T</h4></div></summary><div class='docblock'><p>The resulting type after obtaining ownership.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><div id="method.to_owned" class="method trait-impl has-srclink"><div class="rightside"><a class="srclink" href="https://doc.rust-lang.org/1.59.0/src/alloc/borrow.rs.html#89" title="goto source code">[src]</a></div><a href="#method.to_owned" class="anchor"></a><h4 class="code-header">pub fn <a href="https://doc.rust-lang.org/1.59.0/alloc/borrow/trait.ToOwned.html#tymethod.to_owned" class="fnname">to_owned</a>(&amp;self) -&gt; T</h4></div></summary><div class='docblock'><p>Creates owned data from borrowed data, usually by cloning. <a href="https://doc.rust-lang.org/1.59.0/alloc/borrow/trait.ToOwned.html#tymethod.to_owned">Read more</a></p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><div id="method.clone_into" class="method trait-impl has-srclink"><div class="rightside"><a class="srclink" href="https://doc.rust-lang.org/1.59.0/src/alloc/borrow.rs.html#93" title="goto source code">[src]</a></div><a href="#method.clone_into" class="anchor"></a><h4 class="code-header">pub fn <a href="https://doc.rust-lang.org/1.59.0/alloc/borrow/trait.ToOwned.html#method.clone_into" class="fnname">clone_into</a>(&amp;self, target: <a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.reference.html">&amp;mut </a>T)</h4></div></summary><div class="item-info"><div class="stab unstable"><span class="emoji">🔬</span> This is a nightly-only experimental API. (<code>toowned_clone_into</code>)</div></div><div class='docblock'><p>Uses borrowed data to replace owned data, usually by cloning. <a href="https://doc.rust-lang.org/1.59.0/alloc/borrow/trait.ToOwned.html#method.clone_into">Read more</a></p>
</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><div id="impl-TryFrom%3CU%3E" class="impl has-srclink"><div class="rightside"><a class="srclink" href="https://doc.rust-lang.org/1.59.0/src/core/convert/mod.rs.html#588-597" title="goto source code">[src]</a></div><a href="#impl-TryFrom%3CU%3E" class="anchor"></a><h3 class="code-header in-band">impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/1.59.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;U&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: <a class="trait" href="https://doc.rust-lang.org/1.59.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;T&gt;,&nbsp;</span></h3></div></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><div id="associatedtype.Error-1" class="type trait-impl has-srclink"><a href="#associatedtype.Error-1" class="anchor"></a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.59.0/core/convert/trait.TryFrom.html#associatedtype.Error" class="associatedtype">Error</a> = <a class="enum" href="https://doc.rust-lang.org/1.59.0/core/convert/enum.Infallible.html" title="enum core::convert::Infallible">Infallible</a></h4></div></summary><div class='docblock'><p>The type returned in the event of a conversion error.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><div id="method.try_from" class="method trait-impl has-srclink"><div class="rightside"><a class="srclink" href="https://doc.rust-lang.org/1.59.0/src/core/convert/mod.rs.html#594" title="goto source code">[src]</a></div><a href="#method.try_from" class="anchor"></a><h4 class="code-header">pub fn <a href="https://doc.rust-lang.org/1.59.0/core/convert/trait.TryFrom.html#tymethod.try_from" class="fnname">try_from</a>(value: U) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.59.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;T, &lt;T as <a class="trait" href="https://doc.rust-lang.org/1.59.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;U&gt;&gt;::<a class="associatedtype" href="https://doc.rust-lang.org/1.59.0/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>&gt;</h4></div></summary><div class='docblock'><p>Performs the conversion.</p>
</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><div id="impl-TryInto%3CU%3E" class="impl has-srclink"><div class="rightside"><a class="srclink" href="https://doc.rust-lang.org/1.59.0/src/core/convert/mod.rs.html#574-583" title="goto source code">[src]</a></div><a href="#impl-TryInto%3CU%3E" class="anchor"></a><h3 class="code-header in-band">impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/1.59.0/core/convert/trait.TryInto.html" title="trait core::convert::TryInto">TryInto</a>&lt;U&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: <a class="trait" href="https://doc.rust-lang.org/1.59.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;,&nbsp;</span></h3></div></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><div id="associatedtype.Error" class="type trait-impl has-srclink"><a href="#associatedtype.Error" class="anchor"></a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.59.0/core/convert/trait.TryInto.html#associatedtype.Error" class="associatedtype">Error</a> = &lt;U as <a class="trait" href="https://doc.rust-lang.org/1.59.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;&gt;::<a class="associatedtype" href="https://doc.rust-lang.org/1.59.0/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a></h4></div></summary><div class='docblock'><p>The type returned in the event of a conversion error.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><div id="method.try_into" class="method trait-impl has-srclink"><div class="rightside"><a class="srclink" href="https://doc.rust-lang.org/1.59.0/src/core/convert/mod.rs.html#580" title="goto source code">[src]</a></div><a href="#method.try_into" class="anchor"></a><h4 class="code-header">pub fn <a href="https://doc.rust-lang.org/1.59.0/core/convert/trait.TryInto.html#tymethod.try_into" class="fnname">try_into</a>(self) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.59.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;U, &lt;U as <a class="trait" href="https://doc.rust-lang.org/1.59.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;&gt;::<a class="associatedtype" href="https://doc.rust-lang.org/1.59.0/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>&gt;</h4></div></summary><div class='docblock'><p>Performs the conversion.</p>
</div></details></div></details></div></section><section id="search" class="content hidden"></section></div></main><div id="rustdoc-vars" data-root-path="../../" data-current-crate="chrono" data-themes="ayu,dark,light" data-resource-suffix="" data-rustdoc-version="1.59.0 (9d1b2106e 2022-02-23)" ></div>
</body></html>