mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-28 04:41:02 +01:00
155 lines
75 KiB
HTML
155 lines
75 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="Parsed parts of date and time. There are two classes of methods:"><title>Parsed in chrono::format - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../static.files/rustdoc-ac92e1bbe349e143.css"><meta name="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="chrono" data-themes="" data-resource-suffix="" data-rustdoc-version="1.76.0 (07dca489a 2024-02-04)" data-channel="1.76.0" data-search-js="search-2b6ce74ff89ae146.js" data-settings-js="settings-4313503d2e1961c2.js" ><script src="../../static.files/storage-f2adc0d6ca4d09fb.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../static.files/main-305769736d49e732.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-feafe1bb7466e4bd.css"></noscript><link rel="alternate icon" type="image/png" href="../../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../static.files/favicon-2c020d218678b618.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="mobile-topbar"><button class="sidebar-menu-toggle">☰</button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../chrono/index.html">chrono</a><span class="version">0.4.31</span></h2></div><h2 class="location"><a href="#">Parsed</a></h2><div class="sidebar-elems"><section><h3><a href="#fields">Fields</a></h3><ul class="block structfield"><li><a href="#structfield.day">day</a></li><li><a href="#structfield.hour_div_12">hour_div_12</a></li><li><a href="#structfield.hour_mod_12">hour_mod_12</a></li><li><a href="#structfield.isoweek">isoweek</a></li><li><a href="#structfield.isoyear">isoyear</a></li><li><a href="#structfield.isoyear_div_100">isoyear_div_100</a></li><li><a href="#structfield.isoyear_mod_100">isoyear_mod_100</a></li><li><a href="#structfield.minute">minute</a></li><li><a href="#structfield.month">month</a></li><li><a href="#structfield.nanosecond">nanosecond</a></li><li><a href="#structfield.offset">offset</a></li><li><a href="#structfield.ordinal">ordinal</a></li><li><a href="#structfield.second">second</a></li><li><a href="#structfield.timestamp">timestamp</a></li><li><a href="#structfield.week_from_mon">week_from_mon</a></li><li><a href="#structfield.week_from_sun">week_from_sun</a></li><li><a href="#structfield.weekday">weekday</a></li><li><a href="#structfield.year">year</a></li><li><a href="#structfield.year_div_100">year_div_100</a></li><li><a href="#structfield.year_mod_100">year_mod_100</a></li></ul><h3><a href="#implementations">Methods</a></h3><ul class="block method"><li><a href="#method.new">new</a></li><li><a href="#method.set_ampm">set_ampm</a></li><li><a href="#method.set_day">set_day</a></li><li><a href="#method.set_hour">set_hour</a></li><li><a href="#method.set_hour12">set_hour12</a></li><li><a href="#method.set_isoweek">set_isoweek</a></li><li><a href="#method.set_isoyear">set_isoyear</a></li><li><a href="#method.set_isoyear_div_100">set_isoyear_div_100</a></li><li><a href="#method.set_isoyear_mod_100">set_isoyear_mod_100</a></li><li><a href="#method.set_minute">set_minute</a></li><li><a href="#method.set_month">set_month</a></li><li><a href="#method.set_nanosecond">set_nanosecond</a></li><li><a href="#method.set_offset">set_offset</a></li><li><a href="#method.set_ordinal">set_ordinal</a></li><li><a href="#method.set_second">set_second</a></li><li><a href="#method.set_timestamp">set_timestamp</a></li><li><a href="#method.set_week_from_mon">set_week_from_mon</a></li><li><a href="#method.set_week_from_sun">set_week_from_sun</a></li><li><a href="#method.set_weekday">set_weekday</a></li><li><a href="#method.set_year">set_year</a></li><li><a href="#method.set_year_div_100">set_year_div_100</a></li><li><a href="#method.set_year_mod_100">set_year_mod_100</a></li><li><a href="#method.to_datetime">to_datetime</a></li><li><a href="#method.to_datetime_with_timezone">to_datetime_with_timezone</a></li><li><a href="#method.to_fixed_offset">to_fixed_offset</a></li><li><a href="#method.to_naive_date">to_naive_date</a></li><li><a href="#method.to_naive_datetime_with_offset">to_naive_datetime_with_offset</a></li><li><a href="#method.to_naive_time">to_naive_time</a></li></ul><h3><a href="#trait-implementations">Trait Implementations</a></h3><ul class="block trait-implementation"><li><a href="#impl-Clone-for-Parsed">Clone</a></li><li><a href="#impl-Debug-for-Parsed">Debug</a></li><li><a href="#impl-Default-for-Parsed">Default</a></li><li><a href="#impl-Eq-for-Parsed">Eq</a></li><li><a href="#impl-Hash-for-Parsed">Hash</a></li><li><a href="#impl-PartialEq-for-Parsed">PartialEq</a></li><li><a href="#impl-StructuralEq-for-Parsed">StructuralEq</a></li><li><a href="#impl-StructuralPartialEq-for-Parsed">StructuralPartialEq</a></li></ul><h3><a href="#synthetic-implementations">Auto Trait Implementations</a></h3><ul class="block synthetic-implementation"><li><a href="#impl-RefUnwindSafe-for-Parsed">RefUnwindSafe</a></li><li><a href="#impl-Send-for-Parsed">Send</a></li><li><a href="#impl-Sync-for-Parsed">Sync</a></li><li><a href="#impl-Unpin-for-Parsed">Unpin</a></li><li><a href="#impl-UnwindSafe-for-Parsed">UnwindSafe</a></li></ul><h3><a href="#blanket-implementations">Blanket Implementations</a></h3><ul class="block blanket-implementation"><li><a href="#impl-Any-for-T">Any</a></li><li><a href="#impl-Borrow%3CT%3E-for-T">Borrow<T></a></li><li><a href="#impl-BorrowMut%3CT%3E-for-T">BorrowMut<T></a></li><li><a href="#impl-From%3CT%3E-for-T">From<T></a></li><li><a href="#impl-Into%3CU%3E-for-T">Into<U></a></li><li><a href="#impl-ToOwned-for-T">ToOwned</a></li><li><a href="#impl-TryFrom%3CU%3E-for-T">TryFrom<U></a></li><li><a href="#impl-TryInto%3CU%3E-for-T">TryInto<U></a></li></ul></section><h2><a href="index.html">In chrono::format</a></h2></div></nav><div class="sidebar-resizer"></div>
|
||
<main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><div id="sidebar-button" tabindex="-1"><a href="../../chrono/all.html" title="show sidebar"></a></div><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" tabindex="-1"><a href="../../help.html" title="help">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>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" title="Copy item path to clipboard"><img src="../../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="src" href="../../src/chrono/format/parsed.rs.html#22-107">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>−</span>]</button></span></div><pre class="rust item-decl"><code>pub struct Parsed {<details class="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.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.i32.html">i32</a>>,
|
||
pub year_div_100: <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.i32.html">i32</a>>,
|
||
pub year_mod_100: <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.i32.html">i32</a>>,
|
||
pub isoyear: <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.i32.html">i32</a>>,
|
||
pub isoyear_div_100: <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.i32.html">i32</a>>,
|
||
pub isoyear_mod_100: <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.i32.html">i32</a>>,
|
||
pub month: <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u32.html">u32</a>>,
|
||
pub week_from_sun: <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u32.html">u32</a>>,
|
||
pub week_from_mon: <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u32.html">u32</a>>,
|
||
pub isoweek: <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u32.html">u32</a>>,
|
||
pub weekday: <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="enum" href="../enum.Weekday.html" title="enum chrono::Weekday">Weekday</a>>,
|
||
pub ordinal: <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u32.html">u32</a>>,
|
||
pub day: <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u32.html">u32</a>>,
|
||
pub hour_div_12: <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u32.html">u32</a>>,
|
||
pub hour_mod_12: <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u32.html">u32</a>>,
|
||
pub minute: <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u32.html">u32</a>>,
|
||
pub second: <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u32.html">u32</a>>,
|
||
pub nanosecond: <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u32.html">u32</a>>,
|
||
pub timestamp: <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.i64.html">i64</a>>,
|
||
pub offset: <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.i32.html">i32</a>>,
|
||
<span class="comment">/* private fields */</span>
|
||
</details>}</code></pre><details class="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 section-header">Fields<a href="#fields" class="anchor">§</a></h2><span id="structfield.year" class="structfield section-header"><a href="#structfield.year" class="anchor field">§</a><code>year: <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.i32.html">i32</a>></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 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.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.i32.html">i32</a>></code></span><div class="docblock"><p>Year divided by 100. Implies that the year is >= 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 >= 70</code> and 20 otherwise.</p>
|
||
</div><span id="structfield.year_mod_100" class="structfield 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.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.i32.html">i32</a>></code></span><div class="docblock"><p>Year modulo 100. Implies that the year is >= 1 BCE when set.</p>
|
||
</div><span id="structfield.isoyear" class="structfield section-header"><a href="#structfield.isoyear" class="anchor field">§</a><code>isoyear: <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.i32.html">i32</a>></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 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.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.i32.html">i32</a>></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 >= 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 >= 70</code> and 20 otherwise.</p>
|
||
</div><span id="structfield.isoyear_mod_100" class="structfield 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.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.i32.html">i32</a>></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 >= 1 BCE when set.</p>
|
||
</div><span id="structfield.month" class="structfield section-header"><a href="#structfield.month" class="anchor field">§</a><code>month: <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u32.html">u32</a>></code></span><div class="docblock"><p>Month (1–12).</p>
|
||
</div><span id="structfield.week_from_sun" class="structfield 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.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u32.html">u32</a>></code></span><div class="docblock"><p>Week number, where the week 1 starts at the first Sunday of January
|
||
(0–53, 1–53 or 1–52 depending on the year).</p>
|
||
</div><span id="structfield.week_from_mon" class="structfield 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.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u32.html">u32</a>></code></span><div class="docblock"><p>Week number, where the week 1 starts at the first Monday of January
|
||
(0–53, 1–53 or 1–52 depending on the year).</p>
|
||
</div><span id="structfield.isoweek" class="structfield section-header"><a href="#structfield.isoweek" class="anchor field">§</a><code>isoweek: <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u32.html">u32</a>></code></span><div class="docblock"><p><a href="../naive/struct.NaiveDate.html#week-date">ISO week number</a>
|
||
(1–52 or 1–53 depending on the year).</p>
|
||
</div><span id="structfield.weekday" class="structfield section-header"><a href="#structfield.weekday" class="anchor field">§</a><code>weekday: <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="enum" href="../enum.Weekday.html" title="enum chrono::Weekday">Weekday</a>></code></span><div class="docblock"><p>Day of the week.</p>
|
||
</div><span id="structfield.ordinal" class="structfield section-header"><a href="#structfield.ordinal" class="anchor field">§</a><code>ordinal: <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u32.html">u32</a>></code></span><div class="docblock"><p>Day of the year (1–365 or 1–366 depending on the year).</p>
|
||
</div><span id="structfield.day" class="structfield section-header"><a href="#structfield.day" class="anchor field">§</a><code>day: <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u32.html">u32</a>></code></span><div class="docblock"><p>Day of the month (1–28, 1–29, 1–30 or 1–31 depending on the month).</p>
|
||
</div><span id="structfield.hour_div_12" class="structfield 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.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u32.html">u32</a>></code></span><div class="docblock"><p>Hour number divided by 12 (0–1). 0 indicates AM and 1 indicates PM.</p>
|
||
</div><span id="structfield.hour_mod_12" class="structfield 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.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u32.html">u32</a>></code></span><div class="docblock"><p>Hour number modulo 12 (0–11).</p>
|
||
</div><span id="structfield.minute" class="structfield section-header"><a href="#structfield.minute" class="anchor field">§</a><code>minute: <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u32.html">u32</a>></code></span><div class="docblock"><p>Minute number (0–59).</p>
|
||
</div><span id="structfield.second" class="structfield section-header"><a href="#structfield.second" class="anchor field">§</a><code>second: <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u32.html">u32</a>></code></span><div class="docblock"><p>Second number (0–60, accounting for leap seconds).</p>
|
||
</div><span id="structfield.nanosecond" class="structfield section-header"><a href="#structfield.nanosecond" class="anchor field">§</a><code>nanosecond: <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u32.html">u32</a>></code></span><div class="docblock"><p>The number of nanoseconds since the whole second (0–999,999,999).</p>
|
||
</div><span id="structfield.timestamp" class="structfield section-header"><a href="#structfield.timestamp" class="anchor field">§</a><code>timestamp: <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.i64.html">i64</a>></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 section-header"><a href="#structfield.offset" class="anchor field">§</a><code>offset: <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.i32.html">i32</a>></code></span><div class="docblock"><p>Offset from the local time to UTC, in seconds.</p>
|
||
</div><h2 id="implementations" class="section-header">Implementations<a href="#implementations" class="anchor">§</a></h2><div id="implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-Parsed" class="impl"><a class="src rightside" href="../../src/chrono/format/parsed.rs.html#125-702">source</a><a href="#impl-Parsed" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Parsed.html" title="struct chrono::format::Parsed">Parsed</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.new" class="method"><a class="src rightside" href="../../src/chrono/format/parsed.rs.html#128-130">source</a><h4 class="code-header">pub fn <a href="#method.new" class="fn">new</a>() -> <a class="struct" href="struct.Parsed.html" title="struct chrono::format::Parsed">Parsed</a></h4></section></summary><div class="docblock"><p>Returns the initial value of parsed parts.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.set_year" class="method"><a class="src rightside" href="../../src/chrono/format/parsed.rs.html#134-136">source</a><h4 class="code-header">pub fn <a href="#method.set_year" class="fn">set_year</a>(&mut self, value: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.i64.html">i64</a>) -> <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.unit.html">()</a>></h4></section></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="toggle method-toggle" open><summary><section id="method.set_year_div_100" class="method"><a class="src rightside" href="../../src/chrono/format/parsed.rs.html#140-145">source</a><h4 class="code-header">pub fn <a href="#method.set_year_div_100" class="fn">set_year_div_100</a>(&mut self, value: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.i64.html">i64</a>) -> <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.unit.html">()</a>></h4></section></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="toggle method-toggle" open><summary><section id="method.set_year_mod_100" class="method"><a class="src rightside" href="../../src/chrono/format/parsed.rs.html#149-154">source</a><h4 class="code-header">pub fn <a href="#method.set_year_mod_100" class="fn">set_year_mod_100</a>(&mut self, value: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.i64.html">i64</a>) -> <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.unit.html">()</a>></h4></section></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="toggle method-toggle" open><summary><section id="method.set_isoyear" class="method"><a class="src rightside" href="../../src/chrono/format/parsed.rs.html#158-160">source</a><h4 class="code-header">pub fn <a href="#method.set_isoyear" class="fn">set_isoyear</a>(&mut self, value: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.i64.html">i64</a>) -> <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.unit.html">()</a>></h4></section></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="toggle method-toggle" open><summary><section id="method.set_isoyear_div_100" class="method"><a class="src rightside" href="../../src/chrono/format/parsed.rs.html#164-172">source</a><h4 class="code-header">pub fn <a href="#method.set_isoyear_div_100" class="fn">set_isoyear_div_100</a>(&mut self, value: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.i64.html">i64</a>) -> <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.unit.html">()</a>></h4></section></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="toggle method-toggle" open><summary><section id="method.set_isoyear_mod_100" class="method"><a class="src rightside" href="../../src/chrono/format/parsed.rs.html#176-184">source</a><h4 class="code-header">pub fn <a href="#method.set_isoyear_mod_100" class="fn">set_isoyear_mod_100</a>(&mut self, value: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.i64.html">i64</a>) -> <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.unit.html">()</a>></h4></section></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="toggle method-toggle" open><summary><section id="method.set_month" class="method"><a class="src rightside" href="../../src/chrono/format/parsed.rs.html#188-190">source</a><h4 class="code-header">pub fn <a href="#method.set_month" class="fn">set_month</a>(&mut self, value: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.i64.html">i64</a>) -> <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.unit.html">()</a>></h4></section></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="toggle method-toggle" open><summary><section id="method.set_week_from_sun" class="method"><a class="src rightside" href="../../src/chrono/format/parsed.rs.html#194-196">source</a><h4 class="code-header">pub fn <a href="#method.set_week_from_sun" class="fn">set_week_from_sun</a>(&mut self, value: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.i64.html">i64</a>) -> <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.unit.html">()</a>></h4></section></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="toggle method-toggle" open><summary><section id="method.set_week_from_mon" class="method"><a class="src rightside" href="../../src/chrono/format/parsed.rs.html#200-202">source</a><h4 class="code-header">pub fn <a href="#method.set_week_from_mon" class="fn">set_week_from_mon</a>(&mut self, value: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.i64.html">i64</a>) -> <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.unit.html">()</a>></h4></section></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="toggle method-toggle" open><summary><section id="method.set_isoweek" class="method"><a class="src rightside" href="../../src/chrono/format/parsed.rs.html#206-208">source</a><h4 class="code-header">pub fn <a href="#method.set_isoweek" class="fn">set_isoweek</a>(&mut self, value: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.i64.html">i64</a>) -> <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.unit.html">()</a>></h4></section></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="toggle method-toggle" open><summary><section id="method.set_weekday" class="method"><a class="src rightside" href="../../src/chrono/format/parsed.rs.html#212-214">source</a><h4 class="code-header">pub fn <a href="#method.set_weekday" class="fn">set_weekday</a>(&mut self, value: <a class="enum" href="../enum.Weekday.html" title="enum chrono::Weekday">Weekday</a>) -> <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.unit.html">()</a>></h4></section></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="toggle method-toggle" open><summary><section id="method.set_ordinal" class="method"><a class="src rightside" href="../../src/chrono/format/parsed.rs.html#218-220">source</a><h4 class="code-header">pub fn <a href="#method.set_ordinal" class="fn">set_ordinal</a>(&mut self, value: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.i64.html">i64</a>) -> <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.unit.html">()</a>></h4></section></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="toggle method-toggle" open><summary><section id="method.set_day" class="method"><a class="src rightside" href="../../src/chrono/format/parsed.rs.html#224-226">source</a><h4 class="code-header">pub fn <a href="#method.set_day" class="fn">set_day</a>(&mut self, value: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.i64.html">i64</a>) -> <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.unit.html">()</a>></h4></section></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="toggle method-toggle" open><summary><section id="method.set_ampm" class="method"><a class="src rightside" href="../../src/chrono/format/parsed.rs.html#231-233">source</a><h4 class="code-header">pub fn <a href="#method.set_ampm" class="fn">set_ampm</a>(&mut self, value: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.bool.html">bool</a>) -> <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.unit.html">()</a>></h4></section></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="toggle method-toggle" open><summary><section id="method.set_hour12" class="method"><a class="src rightside" href="../../src/chrono/format/parsed.rs.html#238-243">source</a><h4 class="code-header">pub fn <a href="#method.set_hour12" class="fn">set_hour12</a>(&mut self, value: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.i64.html">i64</a>) -> <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.unit.html">()</a>></h4></section></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="toggle method-toggle" open><summary><section id="method.set_hour" class="method"><a class="src rightside" href="../../src/chrono/format/parsed.rs.html#248-253">source</a><h4 class="code-header">pub fn <a href="#method.set_hour" class="fn">set_hour</a>(&mut self, value: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.i64.html">i64</a>) -> <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.unit.html">()</a>></h4></section></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="toggle method-toggle" open><summary><section id="method.set_minute" class="method"><a class="src rightside" href="../../src/chrono/format/parsed.rs.html#257-259">source</a><h4 class="code-header">pub fn <a href="#method.set_minute" class="fn">set_minute</a>(&mut self, value: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.i64.html">i64</a>) -> <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.unit.html">()</a>></h4></section></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="toggle method-toggle" open><summary><section id="method.set_second" class="method"><a class="src rightside" href="../../src/chrono/format/parsed.rs.html#263-265">source</a><h4 class="code-header">pub fn <a href="#method.set_second" class="fn">set_second</a>(&mut self, value: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.i64.html">i64</a>) -> <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.unit.html">()</a>></h4></section></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="toggle method-toggle" open><summary><section id="method.set_nanosecond" class="method"><a class="src rightside" href="../../src/chrono/format/parsed.rs.html#269-271">source</a><h4 class="code-header">pub fn <a href="#method.set_nanosecond" class="fn">set_nanosecond</a>(&mut self, value: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.i64.html">i64</a>) -> <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.unit.html">()</a>></h4></section></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="toggle method-toggle" open><summary><section id="method.set_timestamp" class="method"><a class="src rightside" href="../../src/chrono/format/parsed.rs.html#275-277">source</a><h4 class="code-header">pub fn <a href="#method.set_timestamp" class="fn">set_timestamp</a>(&mut self, value: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.i64.html">i64</a>) -> <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.unit.html">()</a>></h4></section></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="toggle method-toggle" open><summary><section id="method.set_offset" class="method"><a class="src rightside" href="../../src/chrono/format/parsed.rs.html#281-283">source</a><h4 class="code-header">pub fn <a href="#method.set_offset" class="fn">set_offset</a>(&mut self, value: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.i64.html">i64</a>) -> <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.unit.html">()</a>></h4></section></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="toggle method-toggle" open><summary><section id="method.to_naive_date" class="method"><a class="src rightside" href="../../src/chrono/format/parsed.rs.html#296-491">source</a><h4 class="code-header">pub fn <a href="#method.to_naive_date" class="fn">to_naive_date</a>(&self) -> <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a><<a class="struct" href="../naive/struct.NaiveDate.html" title="struct chrono::naive::NaiveDate">NaiveDate</a>></h4></section></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="toggle method-toggle" open><summary><section id="method.to_naive_time" class="method"><a class="src rightside" href="../../src/chrono/format/parsed.rs.html#502-535">source</a><h4 class="code-header">pub fn <a href="#method.to_naive_time" class="fn">to_naive_time</a>(&self) -> <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a><<a class="struct" href="../naive/struct.NaiveTime.html" title="struct chrono::naive::NaiveTime">NaiveTime</a>></h4></section></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="toggle method-toggle" open><summary><section id="method.to_naive_datetime_with_offset" class="method"><a class="src rightside" href="../../src/chrono/format/parsed.rs.html#544-614">source</a><h4 class="code-header">pub fn <a href="#method.to_naive_datetime_with_offset" class="fn">to_naive_datetime_with_offset</a>(
|
||
&self,
|
||
offset: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.i32.html">i32</a>
|
||
) -> <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a><<a class="struct" href="../naive/struct.NaiveDateTime.html" title="struct chrono::naive::NaiveDateTime">NaiveDateTime</a>></h4></section></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="toggle method-toggle" open><summary><section id="method.to_fixed_offset" class="method"><a class="src rightside" href="../../src/chrono/format/parsed.rs.html#617-619">source</a><h4 class="code-header">pub fn <a href="#method.to_fixed_offset" class="fn">to_fixed_offset</a>(&self) -> <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a><<a class="struct" href="../offset/struct.FixedOffset.html" title="struct chrono::offset::FixedOffset">FixedOffset</a>></h4></section></summary><div class="docblock"><p>Returns a parsed fixed time zone offset out of given fields.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.to_datetime" class="method"><a class="src rightside" href="../../src/chrono/format/parsed.rs.html#627-647">source</a><h4 class="code-header">pub fn <a href="#method.to_datetime" class="fn">to_datetime</a>(&self) -> <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a><<a class="struct" href="../struct.DateTime.html" title="struct chrono::DateTime">DateTime</a><<a class="struct" href="../offset/struct.FixedOffset.html" title="struct chrono::offset::FixedOffset">FixedOffset</a>>></h4></section></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="toggle method-toggle" open><summary><section id="method.to_datetime_with_timezone" class="method"><a class="src rightside" href="../../src/chrono/format/parsed.rs.html#658-701">source</a><h4 class="code-header">pub fn <a href="#method.to_datetime_with_timezone" class="fn">to_datetime_with_timezone</a><Tz: <a class="trait" href="../offset/trait.TimeZone.html" title="trait chrono::offset::TimeZone">TimeZone</a>>(
|
||
&self,
|
||
tz: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.reference.html">&Tz</a>
|
||
) -> <a class="type" href="type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a><<a class="struct" href="../struct.DateTime.html" title="struct chrono::DateTime">DateTime</a><Tz>></h4></section></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></div><h2 id="trait-implementations" class="section-header">Trait Implementations<a href="#trait-implementations" class="anchor">§</a></h2><div id="trait-implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-Clone-for-Parsed" class="impl"><a class="src rightside" href="../../src/chrono/format/parsed.rs.html#21">source</a><a href="#impl-Clone-for-Parsed" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.76.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></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.clone" class="method trait-impl"><a class="src rightside" href="../../src/chrono/format/parsed.rs.html#21">source</a><a href="#method.clone" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/clone/trait.Clone.html#tymethod.clone" class="fn">clone</a>(&self) -> <a class="struct" href="struct.Parsed.html" title="struct chrono::format::Parsed">Parsed</a></h4></section></summary><div class='docblock'>Returns a copy of the value. <a href="https://doc.rust-lang.org/1.76.0/core/clone/trait.Clone.html#tymethod.clone">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.clone_from" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.76.0/src/core/clone.rs.html#169">source</a></span><a href="#method.clone_from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/clone/trait.Clone.html#method.clone_from" class="fn">clone_from</a>(&mut self, source: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.reference.html">&Self</a>)</h4></section></summary><div class='docblock'>Performs copy-assignment from <code>source</code>. <a href="https://doc.rust-lang.org/1.76.0/core/clone/trait.Clone.html#method.clone_from">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Debug-for-Parsed" class="impl"><a class="src rightside" href="../../src/chrono/format/parsed.rs.html#21">source</a><a href="#impl-Debug-for-Parsed" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.76.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></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.fmt" class="method trait-impl"><a class="src rightside" href="../../src/chrono/format/parsed.rs.html#21">source</a><a href="#method.fmt" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/fmt/trait.Debug.html#tymethod.fmt" class="fn">fmt</a>(&self, f: &mut <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a><'_>) -> <a class="type" href="https://doc.rust-lang.org/1.76.0/core/fmt/type.Result.html" title="type core::fmt::Result">Result</a></h4></section></summary><div class='docblock'>Formats the value using the given formatter. <a href="https://doc.rust-lang.org/1.76.0/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Default-for-Parsed" class="impl"><a class="src rightside" href="../../src/chrono/format/parsed.rs.html#21">source</a><a href="#impl-Default-for-Parsed" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.76.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></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.default" class="method trait-impl"><a class="src rightside" href="../../src/chrono/format/parsed.rs.html#21">source</a><a href="#method.default" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/default/trait.Default.html#tymethod.default" class="fn">default</a>() -> <a class="struct" href="struct.Parsed.html" title="struct chrono::format::Parsed">Parsed</a></h4></section></summary><div class='docblock'>Returns the “default value” for a type. <a href="https://doc.rust-lang.org/1.76.0/core/default/trait.Default.html#tymethod.default">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Hash-for-Parsed" class="impl"><a class="src rightside" href="../../src/chrono/format/parsed.rs.html#21">source</a><a href="#impl-Hash-for-Parsed" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/hash/trait.Hash.html" title="trait core::hash::Hash">Hash</a> for <a class="struct" href="struct.Parsed.html" title="struct chrono::format::Parsed">Parsed</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.hash" class="method trait-impl"><a class="src rightside" href="../../src/chrono/format/parsed.rs.html#21">source</a><a href="#method.hash" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/hash/trait.Hash.html#tymethod.hash" class="fn">hash</a><__H: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/hash/trait.Hasher.html" title="trait core::hash::Hasher">Hasher</a>>(&self, state: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.reference.html">&mut __H</a>)</h4></section></summary><div class='docblock'>Feeds this value into the given <a href="https://doc.rust-lang.org/1.76.0/core/hash/trait.Hasher.html" title="trait core::hash::Hasher"><code>Hasher</code></a>. <a href="https://doc.rust-lang.org/1.76.0/core/hash/trait.Hash.html#tymethod.hash">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.hash_slice" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.3.0">1.3.0</span> · <a class="src" href="https://doc.rust-lang.org/1.76.0/src/core/hash/mod.rs.html#238-240">source</a></span><a href="#method.hash_slice" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/hash/trait.Hash.html#method.hash_slice" class="fn">hash_slice</a><H>(data: &<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.slice.html">[Self]</a>, state: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.reference.html">&mut H</a>)<div class="where">where
|
||
H: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/hash/trait.Hasher.html" title="trait core::hash::Hasher">Hasher</a>,
|
||
Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Feeds a slice of this type into the given <a href="https://doc.rust-lang.org/1.76.0/core/hash/trait.Hasher.html" title="trait core::hash::Hasher"><code>Hasher</code></a>. <a href="https://doc.rust-lang.org/1.76.0/core/hash/trait.Hash.html#method.hash_slice">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq-for-Parsed" class="impl"><a class="src rightside" href="../../src/chrono/format/parsed.rs.html#21">source</a><a href="#impl-PartialEq-for-Parsed" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a> for <a class="struct" href="struct.Parsed.html" title="struct chrono::format::Parsed">Parsed</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq" class="method trait-impl"><a class="src rightside" href="../../src/chrono/format/parsed.rs.html#21">source</a><a href="#method.eq" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="struct" href="struct.Parsed.html" title="struct chrono::format::Parsed">Parsed</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>This method tests for <code>self</code> and <code>other</code> values to be equal, and is used
|
||
by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.76.0/src/core/cmp.rs.html#242">source</a></span><a href="#method.ne" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>This method tests for <code>!=</code>. The default implementation is almost always
|
||
sufficient, and should not be overridden without very good reason.</div></details></div></details><section id="impl-Eq-for-Parsed" class="impl"><a class="src rightside" href="../../src/chrono/format/parsed.rs.html#21">source</a><a href="#impl-Eq-for-Parsed" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a> for <a class="struct" href="struct.Parsed.html" title="struct chrono::format::Parsed">Parsed</a></h3></section><section id="impl-StructuralEq-for-Parsed" class="impl"><a class="src rightside" href="../../src/chrono/format/parsed.rs.html#21">source</a><a href="#impl-StructuralEq-for-Parsed" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.StructuralEq.html" title="trait core::marker::StructuralEq">StructuralEq</a> for <a class="struct" href="struct.Parsed.html" title="struct chrono::format::Parsed">Parsed</a></h3></section><section id="impl-StructuralPartialEq-for-Parsed" class="impl"><a class="src rightside" href="../../src/chrono/format/parsed.rs.html#21">source</a><a href="#impl-StructuralPartialEq-for-Parsed" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.76.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></section></div><h2 id="synthetic-implementations" class="section-header">Auto Trait Implementations<a href="#synthetic-implementations" class="anchor">§</a></h2><div id="synthetic-implementations-list"><section id="impl-RefUnwindSafe-for-Parsed" class="impl"><a href="#impl-RefUnwindSafe-for-Parsed" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.76.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></section><section id="impl-Send-for-Parsed" class="impl"><a href="#impl-Send-for-Parsed" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.76.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></section><section id="impl-Sync-for-Parsed" class="impl"><a href="#impl-Sync-for-Parsed" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.76.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></section><section id="impl-Unpin-for-Parsed" class="impl"><a href="#impl-Unpin-for-Parsed" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.76.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></section><section id="impl-UnwindSafe-for-Parsed" class="impl"><a href="#impl-UnwindSafe-for-Parsed" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.76.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></section></div><h2 id="blanket-implementations" class="section-header">Blanket Implementations<a href="#blanket-implementations" class="anchor">§</a></h2><div id="blanket-implementations-list"><details class="toggle implementors-toggle"><summary><section id="impl-Any-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/any.rs.html#140">source</a><a href="#impl-Any-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/any/trait.Any.html" title="trait core::any::Any">Any</a> for T<div class="where">where
|
||
T: 'static + ?<a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.type_id" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/any.rs.html#141">source</a><a href="#method.type_id" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/any/trait.Any.html#tymethod.type_id" class="fn">type_id</a>(&self) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/any/struct.TypeId.html" title="struct core::any::TypeId">TypeId</a></h4></section></summary><div class='docblock'>Gets the <code>TypeId</code> of <code>self</code>. <a href="https://doc.rust-lang.org/1.76.0/core/any/trait.Any.html#tymethod.type_id">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Borrow%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/borrow.rs.html#208">source</a><a href="#impl-Borrow%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a><T> for T<div class="where">where
|
||
T: ?<a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.borrow" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/borrow.rs.html#210">source</a><a href="#method.borrow" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/borrow/trait.Borrow.html#tymethod.borrow" class="fn">borrow</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.reference.html">&T</a></h4></section></summary><div class='docblock'>Immutably borrows from an owned value. <a href="https://doc.rust-lang.org/1.76.0/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BorrowMut%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/borrow.rs.html#216">source</a><a href="#impl-BorrowMut%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a><T> for T<div class="where">where
|
||
T: ?<a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.borrow_mut" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/borrow.rs.html#217">source</a><a href="#method.borrow_mut" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut" class="fn">borrow_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.reference.html">&mut T</a></h4></section></summary><div class='docblock'>Mutably borrows from an owned value. <a href="https://doc.rust-lang.org/1.76.0/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-From%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/convert/mod.rs.html#763">source</a><a href="#impl-From%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.From.html" title="trait core::convert::From">From</a><T> for T</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/convert/mod.rs.html#766">source</a><a href="#method.from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(t: T) -> T</h4></section></summary><div class="docblock"><p>Returns the argument unchanged.</p>
|
||
</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Into%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/convert/mod.rs.html#747-749">source</a><a href="#impl-Into%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><U> for T<div class="where">where
|
||
U: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.From.html" title="trait core::convert::From">From</a><T>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.into" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/convert/mod.rs.html#756">source</a><a href="#method.into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/convert/trait.Into.html#tymethod.into" class="fn">into</a>(self) -> U</h4></section></summary><div class="docblock"><p>Calls <code>U::from(self)</code>.</p>
|
||
<p>That is, this conversion is whatever the implementation of
|
||
<code><a href="https://doc.rust-lang.org/1.76.0/core/convert/trait.From.html" title="trait core::convert::From">From</a><T> for U</code> chooses to do.</p>
|
||
</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ToOwned-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/alloc/borrow.rs.html#83-85">source</a><a href="#impl-ToOwned-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.76.0/alloc/borrow/trait.ToOwned.html" title="trait alloc::borrow::ToOwned">ToOwned</a> for T<div class="where">where
|
||
T: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Owned" class="associatedtype trait-impl"><a href="#associatedtype.Owned" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.76.0/alloc/borrow/trait.ToOwned.html#associatedtype.Owned" class="associatedtype">Owned</a> = T</h4></section></summary><div class='docblock'>The resulting type after obtaining ownership.</div></details><details class="toggle method-toggle" open><summary><section id="method.to_owned" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/alloc/borrow.rs.html#88">source</a><a href="#method.to_owned" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/alloc/borrow/trait.ToOwned.html#tymethod.to_owned" class="fn">to_owned</a>(&self) -> T</h4></section></summary><div class='docblock'>Creates owned data from borrowed data, usually by cloning. <a href="https://doc.rust-lang.org/1.76.0/alloc/borrow/trait.ToOwned.html#tymethod.to_owned">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.clone_into" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/alloc/borrow.rs.html#92">source</a><a href="#method.clone_into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/alloc/borrow/trait.ToOwned.html#method.clone_into" class="fn">clone_into</a>(&self, target: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.reference.html">&mut T</a>)</h4></section></summary><div class='docblock'>Uses borrowed data to replace owned data, usually by cloning. <a href="https://doc.rust-lang.org/1.76.0/alloc/borrow/trait.ToOwned.html#method.clone_into">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-TryFrom%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/convert/mod.rs.html#803-805">source</a><a href="#impl-TryFrom%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><U> for T<div class="where">where
|
||
U: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><T>,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error-1" class="associatedtype trait-impl"><a href="#associatedtype.Error-1" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html#associatedtype.Error" class="associatedtype">Error</a> = <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/convert/enum.Infallible.html" title="enum core::convert::Infallible">Infallible</a></h4></section></summary><div class='docblock'>The type returned in the event of a conversion error.</div></details><details class="toggle method-toggle" open><summary><section id="method.try_from" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/convert/mod.rs.html#810">source</a><a href="#method.try_from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html#tymethod.try_from" class="fn">try_from</a>(value: U) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><T, <T as <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><U>>::<a class="associatedtype" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>></h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-TryInto%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/convert/mod.rs.html#788-790">source</a><a href="#impl-TryInto%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryInto.html" title="trait core::convert::TryInto">TryInto</a><U> for T<div class="where">where
|
||
U: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error" class="associatedtype trait-impl"><a href="#associatedtype.Error" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryInto.html#associatedtype.Error" class="associatedtype">Error</a> = <U as <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>>::<a class="associatedtype" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a></h4></section></summary><div class='docblock'>The type returned in the event of a conversion error.</div></details><details class="toggle method-toggle" open><summary><section id="method.try_into" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/convert/mod.rs.html#795">source</a><a href="#method.try_into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryInto.html#tymethod.try_into" class="fn">try_into</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><U, <U as <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>>::<a class="associatedtype" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>></h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details></div></section></div></main></body></html> |