<!DOCTYPE html><htmllang="en"><head><metacharset="utf-8"><metaname="viewport"content="width=device-width, initial-scale=1.0"><metaname="generator"content="rustdoc"><metaname="description"content="A literal string (`"hello"`), byte string (`b"hello"`), character (`'a'`), byte character (`b'a'`), an integer or floating point number with or without a suffix (`1`, `1u8`, `2.3`, `2.3f32`)."><title>Literal in proc_macro2 - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-46f98efaafac5295.ttf.woff2,FiraSans-Regular-018c141bf0843ffd.woff2,FiraSans-Medium-8f9a781e4970d388.woff2,SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2,SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/${f}">`).join(""))</script><linkrel="stylesheet"href="../static.files/normalize-76eba96aa4d2e634.css"><linkrel="stylesheet"href="../static.files/rustdoc-dd39b87e5fcfba68.css"><metaname="rustdoc-vars"data-root-path="../"data-static-root-path="../static.files/"data-current-crate="proc_macro2"data-themes=""data-resource-suffix=""data-rustdoc-version="1.80.0 (051478957 2024-07-21)"data-channel="1.80.0"data-search-js="search-d52510db62a78183.js"data-settings-js="settings-4313503d2e1961c2.js"><scriptsrc="../static.files/storage-118b08c4c78b968e.js"></script><scriptdefersrc="sidebar-items.js"></script><scriptdefersrc="../static.files/main-20a3ad099b048cf2.js"></script><noscript><linkrel="stylesheet"href="../static.files/noscript-df360f571f6edeae.css"></noscript><linkrel="alternate icon"type="image/png"href="../static.files/favicon-32x32-422f7d1d52889060.png"><linkrel="icon"type="image/svg+xml"href="../static.files/favicon-2c020d218678b618.svg"></head><bodyclass="rustdoc struct"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><navclass="mobile-topbar"><buttonclass="sidebar-menu-toggle"title="show sidebar"></button></nav><navclass="sidebar"><divclass="sidebar-crate"><h2><ahref="../proc_macro2/index.html">proc_macro2</a><spanclass="version">1.0.86</span></h2></div><h2class="location"><ahref="#">Literal</a></h2><divclass="sidebar-elems"><section><h3><ahref="#implementations">Methods</a></h3><ulclass="block method"><li><ahref="#method.byte_character">byte_character</a></li><li><ahref="#method.byte_string">byte_string</a></li><li><ahref="#method.c_string">c_string</a></li><li><ahref="#method.character">character</a></li><li><ahref="#method.f32_suffixed">f32_suffixed</a></li><li><ahref="#method.f32_unsuffixed">f32_unsuffixed</a></li><li><ahref="#method.f64_suffixed">f64_suffixed</a></li><li><ahref="#method.f64_unsuffixed">f64_unsuffixed</a></li><li><ahref="#method.i128_suffixed">i128_suffixed</a></li><li><ahref="#method.i128_unsuffixed">i128_unsuffixed</a></li><li><ahref="#method.i16_suffixed">i16_suffixed</a></li><li><ahref="#method.i16_unsuffixed">i16_unsuffixed</a></li><li><ahref="#method.i32_suffixed">i32_suffixed</a></li><li><ahref="#method.i32_unsuffixed">i32_unsuffixed</a></li><li><ahref="#method.i64_suffixed">i64_suffixed</a></li><li><ahref="#method.i64_unsuffixed">i64_unsuffixed</a></li><li><ahref="#method.i8_suffixed">i8_suffixed</a></li><li><ahref="#method.i8_unsuffixed">i8_unsuffixed</a></li><li><ahref="#method.isize_suffixed">isize_suffixed</a></li><li><ahref="#method.isize_unsuffixed">isize_unsuffixed</a></li><li><ahref="#method.set_span">set_span</a></li><li><ahref="#method.span">span</a></li><li><ahref="#method.string">string</a></li><li><ahref="#method.subspan">subspan</a></li><li><ahref="#method.u128_suffixed">u128_suffixed</a></li><li><ahref="#method.u128_unsuffixed">u128_unsuffixed</a></li><li><ahref="#method.u16_suffixed">u16_suffixed</a></li><li><ahref="#method.u16_unsuffixed">u16_unsuffixed</a></li><li><ahref="#method.u32_suffixed">u32_suffixed</a></li><li><ahref="#method.u32
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.u16_suffixed"class="method"><aclass="src rightside"href="../src/proc_macro2/lib.rs.html#1138-1151">source</a><h4class="code-header">pub fn <ahref="#method.u16_suffixed"class="fn">u16_suffixed</a>(n: <aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.u16.html">u16</a>) -><aclass="struct"href="struct.Literal.html"title="struct proc_macro2::Literal">Literal</a></h4></section></summary><divclass="docblock"><p>Creates a new suffixed integer literal with the specified value.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.u32_suffixed"class="method"><aclass="src rightside"href="../src/proc_macro2/lib.rs.html#1138-1151">source</a><h4class="code-header">pub fn <ahref="#method.u32_suffixed"class="fn">u32_suffixed</a>(n: <aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.u32.html">u32</a>) -><aclass="struct"href="struct.Literal.html"title="struct proc_macro2::Literal">Literal</a></h4></section></summary><divclass="docblock"><p>Creates a new suffixed integer literal with the specified value.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.u64_suffixed"class="method"><aclass="src rightside"href="../src/proc_macro2/lib.rs.html#1138-1151">source</a><h4class="code-header">pub fn <ahref="#method.u64_suffixed"class="fn">u64_suffixed</a>(n: <aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.u64.html">u64</a>) -><aclass="struct"href="struct.Literal.html"title="struct proc_macro2::Literal">Literal</a></h4></section></summary><divclass="docblock"><p>Creates a new suffixed integer literal with the specified value.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.u128_suffixed"class="method"><aclass="src rightside"href="../src/proc_macro2/lib.rs.html#1138-1151">source</a><h4class="code-header">pub fn <ahref="#method.u128_suffixed"class="fn">u128_suffixed</a>(n: <aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.u128.html">u128</a>) -><aclass="struct"href="struct.Literal.html"title="struct proc_macro2::Literal">Literal</a></h4></section></summary><divclass="docblock"><p>Creates a new suffixed integer literal with the specified value.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.usize_suffixed"class="method"><aclass="src rightside"href="../src/proc_macro2/lib.rs.html#1138-1151">source</a><h4class="code-header">pub fn <ahref="#method.usize_suffixed"class="fn">usize_suffixed</a>(n: <aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.usize.html">usize</a>) -><aclass="struct"href="struct.Literal.html"title="struct proc_macro2::Literal">Literal</a></h4></section></summary><divclass="docblock"><p>Creates a new suffixed integer literal with the specified value.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.i8_suffixed"class="method"><aclass="src rightside"href="../src/proc_macro2/lib.rs.html#1138-1151">source</a><h4class="code-header">pub fn <ahref="#method.i8_suffixed"class="fn">i8_suffixed</a>(n: <aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.i8.html">i8</a>) -><aclass="struct"href="struct.Literal.html"title="struct proc_macro2::Literal">Literal</a></h4></section></summary><divclass="docblock"><p>Creates a new suffixed integer literal with the specified value.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.i16_suffixed"class="method"><aclass="src rightside"href="../src/proc_macro2/lib.rs.html#1138-1151">source</a><h4class="code-header">pub fn <ahref="#method.i16_suffixed"class="fn">i16_suffixed</a>(n: <aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.i16.html">i16</a>) -><aclass="struct"href="struct.Literal.html"title="struct proc_macro2::Literal">Literal</a></h4></section></summary><divclass="docblock"><p>Creates a new suffixed integer literal with the specified value.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.i32_suffixed"class="method"><aclass="src rightside"href="../src/proc_macro2/lib.rs.html#1138-1151">source</a><h4class="code-header">pub fn <ahref="#method.i32_suffixed"class="fn">i32_suffixed</a>(n: <aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.i32.html">i32</a>) -><aclass="struct"href="struct.Literal.html"title="struct proc_macro2::Literal">Literal</a></h4></section></summary><divclass="docblock"><p>Creates a new suffixed integer literal with the specified value.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.i64_suffixed"class="method"><aclass="src rightside"href="../src/proc_macro2/lib.rs.html#1138-1151">source</a><h4class="code-header">pub fn <ahref="#method.i64_suffixed"class="fn">i64_suffixed</a>(n: <aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.i64.html">i64</a>) -><aclass="struct"href="struct.Literal.html"title="struct proc_macro2::Literal">Literal</a></h4></section></summary><divclass="docblock"><p>Creates a new suffixed integer literal with the specified value.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.i128_suffixed"class="method"><aclass="src rightside"href="../src/proc_macro2/lib.rs.html#1138-1151">source</a><h4class="code-header">pub fn <ahref="#method.i128_suffixed"class="fn">i128_suffixed</a>(n: <aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.i128.html">i128</a>) -><aclass="struct"href="struct.Literal.html"title="struct proc_macro2::Literal">Literal</a></h4></section></summary><divclass="docblock"><p>Creates a new suffixed integer literal with the specified value.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.isize_suffixed"class="method"><aclass="src rightside"href="../src/proc_macro2/lib.rs.html#1138-1151">source</a><h4class="code-header">pub fn <ahref="#method.isize_suffixed"class="fn">isize_suffixed</a>(n: <aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.isize.html">isize</a>) -><aclass="struct"href="struct.Literal.html"title="struct proc_macro2::Literal">Literal</a></h4></section></summary><divclass="docblock"><p>Creates a new suffixed integer literal with the specified value.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.u8_unsuffixed"class="method"><aclass="src rightside"href="../src/proc_macro2/lib.rs.html#1153-1166">source</a><h4class="code-header">pub fn <ahref="#method.u8_unsuffixed"class="fn">u8_unsuffixed</a>(n: <aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.u8.html">u8</a>) -><aclass="struct"href="struct.Literal.html"title="struct proc_macro2::Literal">Literal</a></h4></section></summary><divclass="docblock"><p>Creates a new unsuffixed integer literal with the specified value.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.u16_unsuffixed"class="method"><aclass="src rightside"href="../src/proc_macro2/lib.rs.html#1153-1166">source</a><h4class="code-header">pub fn <ahref="#method.u16_unsuffixed"class="fn">u16_unsuffixed</a>(n: <aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.u16.html">u16</a>) -><aclass="struct"href="struct.Literal.html"title="struct proc_macro2::Literal">Literal</a></h4></section></summary><divclass="docblock"><p>Creates a new unsuffixed integer literal with the specified value.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.u32_unsuffixed"class="method"><aclass="src rightside"href="../src/proc_macro2/lib.rs.html#1153-1166">source</a><h4class="code-header">pub fn <ahref="#method.u32_unsuffixed"class="fn">u32_unsuffixed</a>(n: <aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.u32.html">u32</a>) -><aclass="struct"href="struct.Literal.html"title="struct proc_macro2::Literal">Literal</a></h4></section></summary><divclass="docblock"><p>Creates a new unsuffixed integer literal with the specified value.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.u64_unsuffixed"class="method"><aclass="src rightside"href="../src/proc_macro2/lib.rs.html#1153-1166">source</a><h4class="code-header">pub fn <ahref="#method.u64_unsuffixed"class="fn">u64_unsuffixed</a>(n: <aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.u64.html">u64</a>) -><aclass="struct"href="struct.Literal.html"title="struct proc_macro2::Literal">Literal</a></h4></section></summary><divclass="docblock"><p>Creates a new unsuffixed integer literal with the specified value.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.u128_unsuffixed"class="method"><aclass="src rightside"href="../src/proc_macro2/lib.rs.html#1153-1166">source</a><h4class="code-header">pub fn <ahref="#method.u128_unsuffixed"class="fn">u128_unsuffixed</a>(n: <aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.u128.html">u128</a>) -><aclass="struct"href="struct.Literal.html"title="struct proc_macro2::Literal">Literal</a></h4></section></summary><divclass="docblock"><p>Creates a new unsuffixed integer literal with the specified value.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.usize_unsuffixed"class="method"><aclass="src rightside"href="../src/proc_macro2/lib.rs.html#1153-1166">source</a><h4class="code-header">pub fn <ahref="#method.usize_unsuffixed"class="fn">usize_unsuffixed</a>(n: <aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.usize.html">usize</a>) -><aclass="struct"href="struct.Literal.html"title="struct proc_macro2::Literal">Literal</a></h4></section></summary><divclass="docblock"><p>Creates a new unsuffixed integer literal with the specified value.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.i8_unsuffixed"class="method"><aclass="src rightside"href="../src/proc_macro2/lib.rs.html#1153-1166">source</a><h4class="code-header">pub fn <ahref="#method.i8_unsuffixed"class="fn">i8_unsuffixed</a>(n: <aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.i8.html">i8</a>) -><aclass="struct"href="struct.Literal.html"title="struct proc_macro2::Literal">Literal</a></h4></section></summary><divclass="docblock"><p>Creates a new unsuffixed integer literal with the specified value.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.i16_unsuffixed"class="method"><aclass="src rightside"href="../src/proc_macro2/lib.rs.html#1153-1166">source</a><h4class="code-header">pub fn <ahref="#method.i16_unsuffixed"class="fn">i16_unsuffixed</a>(n: <aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.i16.html">i16</a>) -><aclass="struct"href="struct.Literal.html"title="struct proc_macro2::Literal">Literal</a></h4></section></summary><divclass="docblock"><p>Creates a new unsuffixed integer literal with the specified value.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.i32_unsuffixed"class="method"><aclass="src rightside"href="../src/proc_macro2/lib.rs.html#1153-1166">source</a><h4class="code-header">pub fn <ahref="#method.i32_unsuffixed"class="fn">i32_unsuffixed</a>(n: <aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.i32.html">i32</a>) -><aclass="struct"href="struct.Literal.html"title="struct proc_macro2::Literal">Literal</a></h4></section></summary><divclass="docblock"><p>Creates a new unsuffixed integer literal with the specified value.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.i64_unsuffixed"class="method"><aclass="src rightside"href="../src/proc_macro2/lib.rs.html#1153-1166">source</a><h4class="code-header">pub fn <ahref="#method.i64_unsuffixed"class="fn">i64_unsuffixed</a>(n: <aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.i64.html">i64</a>) -><aclass="struct"href="struct.Literal.html"title="struct proc_macro2::Literal">Literal</a></h4></section></summary><divclass="docblock"><p>Creates a new unsuffixed integer literal with the specified value.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.i128_unsuffixed"class="method"><aclass="src rightside"href="../src/proc_macro2/lib.rs.html#1153-1166">source</a><h4class="code-header">pub fn <ahref="#method.i128_unsuffixed"class="fn">i128_unsuffixed</a>(n: <aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.i128.html">i128</a>) -><aclass="struct"href="struct.Literal.html"title="struct proc_macro2::Literal">Literal</a></h4></section></summary><divclass="docblock"><p>Creates a new unsuffixed integer literal with the specified value.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.isize_unsuffixed"class="method"><aclass="src rightside"href="../src/proc_macro2/lib.rs.html#1153-1166">source</a><h4class="code-header">pub fn <ahref="#method.isize_unsuffixed"class="fn">isize_unsuffixed</a>(n: <aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.isize.html">isize</a>) -><aclass="struct"href="struct.Literal.html"title="struct proc_macro2::Literal">Literal</a></h4></section></summary><divclass="docblock"><p>Creates a new unsuffixed integer literal with the specified value.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.span"class="method"><aclass="src rightside"href="../src/proc_macro2/lib.rs.html#1266-1268">source</a><h4class="code-header">pub fn <ahref="#method.span"class="fn">span</a>(&self) -><aclass="struct"href="struct.Span.html"title="struct proc_macro2::Span">Span</a></h4></section></summary><divclass="docblock"><p>Returns the span encompassing this literal.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.set_span"class="method"><aclass="src rightside"href="../src/proc_macro2/lib.rs.html#1271-1273">source</a><h4class="code-header">pub fn <ahref="#method.set_span"class="fn">set_span</a>(&mut self, span: <aclass="struct"href="struct.Span.html"title="struct proc_macro2::Span">Span</a>)</h4></section></summary><divclass="docblock"><p>Configures the span associated for this literal.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.subspan"class="method"><aclass="src rightside"href="../src/proc_macro2/lib.rs.html#1284-1286">source</a><h4class="code-header">pub fn <ahref="#method.subspan"class="fn">subspan</a><R: <aclass="trait"href="https://doc.rust-lang.org/1.80.0/core/ops/range/trait.RangeBounds.html"title="trait core::ops::range::RangeBounds">RangeBounds</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.usize.html">usize</a>>>(&self, range: R) -><aclass="enum"href="https://doc.rust-lang.org/1.80.0/core/option/enum.Option.html"title="enum core::option::Option">Option</a><<aclass="struct"href="struct.Span.html"title="struct proc_macro2::Span">Span</a>></h4></section></summary><divclass="docblock"><p>Returns a <code>Span</code> that is a subset of <code>self.span()</code> containing only
the source bytes in range <code>range</code>. Returns <code>None</code> if the would-be
trimmed span is outside the bounds of <code>self</code>.</p>
<p>Warning: the underlying <ahref="https://doc.rust-lang.org/proc_macro/struct.Literal.html#method.subspan"><code>proc_macro::Literal::subspan</code></a> method is
nightly-only. When called from within a procedural macro not using a
nightly compiler, this method will always return <code>None</code>.</p>
<code><ahref="https://doc.rust-lang.org/1.80.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><detailsclass="toggle implementors-toggle"><summary><sectionid="impl-ToOwned-for-T"class="impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.80.0/src/alloc/borrow.rs.html#83-85">source</a><ahref="#impl-ToOwned-for-T"class="anchor">§</a><h3class="code-header">impl<T><aclass="trait"href="https://doc.rust-lang.org/1.80.0/alloc/borrow/trait.ToOwned.html"title="trait alloc::borrow::ToOwned">ToOwned</a> for T<divclass="where">where
T: <aclass="trait"href="https://doc.rust-lang.org/1.80.0/core/clone/trait.Clone.html"title="trait core::clone::Clone">Clone</a>,</div></h3></section></summary><divclass="impl-items"><detailsclass="toggle"open><summary><sectionid="associatedtype.Owned"class="associatedtype trait-impl"><ahref="#associatedtype.Owned"class="anchor">§</a><h4class="code-header">type <ahref="https://doc.rust-lang.org/1.80.0/alloc/borrow/trait.ToOwned.html#associatedtype.Owned"class="associatedtype">Owned</a> = T</h4></section></summary><divclass='docblock'>The resulting type after obtaining ownership.</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.to_owned"class="method trait-impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.80.0/src/alloc/borrow.rs.html#88">source</a><ahref="#method.to_owned"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.80.0/alloc/borrow/trait.ToOwned.html#tymethod.to_owned"class="fn">to_owned</a>(&self) -> T</h4></section></summary><divclass='docblock'>Creates owned data from borrowed data, usually by cloning. <ahref="https://doc.rust-lang.org/1.80.0/alloc/borrow/trait.ToOwned.html#tymethod.to_owned">Read more</a></div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.clone_into"class="method trait-impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.80.0/src/alloc/borrow.rs.html#92">source</a><ahref="#method.clone_into"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.80.0/alloc/borrow/trait.ToOwned.html#method.clone_into"class="fn">clone_into</a>(&self, target: <aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&mut T</a>)</h4></section></summary><divclass='docblock'>Uses borrowed data to replace owned data, usually by cloning. <ahref="https://doc.rust-lang.org/1.80.0/alloc/borrow/trait.ToOwned.html#method.clone_into">Read more</a></div></details></div></details><detailsclass="toggle implementors-toggle"><summary><sectionid="impl-ToString-for-T"class="impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.80.0/src/alloc/string.rs.html#2552">source</a><ahref="#impl-ToString-for-T"class="anchor">§</a><h3class="code-header">impl<T><aclass="trait"href="https://doc.rust-lang.org/1.80.0/alloc/string/trait.ToString.html"title="trait alloc::string::ToString">ToString</a> for T<divclass="where">where
T: <aclass="trait"href="https://doc.rust-lang.org/1.80.0/core/fmt/trait.Display.html"title="trait core::fmt::Display">Display</a> + ?<aclass="trait"href="https://doc.rust-lang.org/1.80.0/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><divclass="impl-items"><detailsclass="toggle method-toggle"open><summary><sectionid="method.to_string"class="method trait-impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.80.0/src/alloc/string.rs.html#2558">source</a><ahref="#method.to_string"class="anchor">§</a><h4class="code-header">default fn <ahref="https://doc.rust-lang.org/1.80.0/alloc/string/trait.ToString.html#tymethod.to_string"class="fn">to_string</a>(&self) -><aclass="struct"href="https://doc.rust-lang.org/1.80.0/alloc/string/struct.String.html"title="struct alloc::string::String">String</a></h4></section></summary><divclass='docblock'>Converts the given value to a <code>String</code>. <ahref="https://doc.rust-lang.org/1.80.0/alloc/string/trait.ToString.html#tymethod.to_string">Read more</a></div></details></div></details><detailsclass="toggle implementors-toggle"><summary><sectionid="impl-TryFrom%3CU%3E-for-T"class="impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.80.0/src/core/convert/mod.rs.html#805-807">source</a><ahref="#impl-TryFrom%3CU%3E-for-T"class="anchor">§</a><h3class="code-header">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/1.80.0/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><U> for T<divclass="where">where
U: <aclass="trait"href="https://doc.rust-lang.org/1.80.0/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><T>,</div></h3></section></summary><divclass="impl-items"><detailsclass="toggle"open><summary><sectionid="associatedtype.Error"class="associatedtype trait-impl"><ahref="#associatedtype.Error"class="anchor">§</a><h4class="code-header">type <ahref="https://doc.rust-lang.org/1.80.0/core/convert/trait.TryFrom.html#associatedtype.Error"class="associatedtype">Error</a> = <aclass="enum"href="https://doc.rust-lang.org/1.80.0/core/convert/enum.Infallible.html"title="enum core::convert::Infallible">Infallible</a></h4></section></summary><divclass='docblock'>The type returned in the event of a conversion error.</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.try_from"class="method trait-impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.80.0/src/core/convert/mod.rs.html#812">source</a><ahref="#method.try_from"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.80.0/core/convert/trait.TryFrom.html#tymethod.try_from"class="fn">try_from</a>(value: U) -><aclass="enum"href="https://doc.rust-lang.org/1.80.0/core/result/enum.Result.html"title="enum core::result::Result">Result</a><T, <T as <aclass="trait"href="https://doc.rust-lang.org/1.80.0/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><U>>::<aclass="associatedtype"href="https://doc.rust-lang.org/1.80.0/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a>></h4></section></summary><divclass='docblock'>Performs the conversion.</div></details></div></details><detailsclass="toggle implementors-toggle"><summary><sectionid="impl-TryInto%3CU%3E-for-T"class="impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.80.0/src/core/convert/mod.rs.html#790-792">source</a><ahref="#impl-TryInto%3CU%3E-for-T"class="anchor">§</a><h3class="code-header">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/1.80.0/core/convert/trait.TryInto.html"title="trait core::convert::TryInto">TryInto</a><U> for T<divclass="where">where
U: <aclass="trait"href="https://doc.rust-lang.org/1.80.0/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>,</div></h3></section></summary><divclass="impl-items"><detailsclass="toggle"open><summary><sectionid="associatedtype.Error-1"class="associatedtype trait-impl"><ahref="#associatedtype.Error-1"class="anchor">§</a><h4class="code-header">type <ahref="https://doc.rust-lang.org/1.80.0/core/convert/trait.TryInto.html#associatedtype.Error"class="associatedtype">Error</a> = <U as <aclass="trait"href="https://doc.rust-lang.org/1.80.0/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="associatedtype"href="https://doc.rust-lang.org/1.80.0/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a></h4></section></summary><divclass='docblock'>The type returned in the event of a conversion error.</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.try_into"class="method trait-impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.80.0/src/core/convert/mod.rs.html#797">source</a><ahref="#method.try_into"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.80.0/core/convert/trait.TryInto.html#tymethod.try_into"class="fn">try_into</a>(self) -><aclass="enum"href="https://doc.rust-lang.org/1.80.0/core/result/enum.Result.html"title="enum core::result::Result">Result</a><U, <U as <aclass="trait"href="https://doc.rust-lang.org/1.80.0/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="associatedtype"href="https://doc.rust-lang.org/1.80.0/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a>></h4></section></summary><divclass='docblock'>Performs the conversion.</div></details></div></details></div></section></div></main></body></html>