-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathstruct.BoxedValue.html
39 lines (39 loc) · 47.2 KB
/
struct.BoxedValue.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!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="A `Value` containing another `Value`."><title>BoxedValue in glib::value - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../../static.files/rustdoc-46132b98.css"><meta name="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="glib" data-themes="" data-resource-suffix="" data-rustdoc-version="1.85.0 (4d91de4e4 2025-02-17)" data-channel="1.85.0" data-search-js="search-75f5ac3e.js" data-settings-js="settings-0f613d39.js" ><script src="../../static.files/storage-59e33391.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../static.files/main-5f194d8c.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-893ab5e7.css"></noscript><link rel="alternate icon" type="image/png" href="../../static.files/favicon-32x32-6580c154.png"><link rel="icon" type="image/svg+xml" href="../../static.files/favicon-044be391.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" title="show sidebar"></button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../glib/index.html">glib</a><span class="version">0.20.9</span></h2></div><div class="sidebar-elems"><section id="rustdoc-toc"><h2 class="location"><a href="#">Boxed<wbr>Value</a></h2><h3><a href="#fields">Tuple Fields</a></h3><ul class="block structfield"><li><a href="#structfield.0" title="0">0</a></li></ul><h3><a href="#deref-methods-Value">Methods from Deref<<wbr>Target=<wbr>Value></a></h3><ul class="block deref-methods"><li><a href="#method.as_ptr" title="as_ptr">as_ptr</a></li><li><a href="#method.content_debug_string" title="content_debug_string">content_debug_string</a></li><li><a href="#method.get" title="get">get</a></li><li><a href="#method.get_owned" title="get_owned">get_owned</a></li><li><a href="#method.is" title="is">is</a></li><li><a href="#method.is_type" title="is_type">is_type</a></li><li><a href="#method.transform" title="transform">transform</a></li><li><a href="#method.transform_with_type" title="transform_with_type">transform_with_type</a></li><li><a href="#method.type_" title="type_">type_</a></li></ul><h3><a href="#trait-implementations">Trait Implementations</a></h3><ul class="block trait-implementation"><li><a href="#impl-Deref-for-BoxedValue" title="Deref">Deref</a></li><li><a href="#impl-From%3CBoxedValue%3E-for-Value" title="From<BoxedValue>">From<BoxedValue></a></li><li><a href="#impl-FromValue%3C'a%3E-for-BoxedValue" title="FromValue<'a>">FromValue<'a></a></li><li><a href="#impl-StaticType-for-BoxedValue" title="StaticType">StaticType</a></li><li><a href="#impl-ToValue-for-BoxedValue" title="ToValue">ToValue</a></li><li><a href="#impl-ToValueOptional-for-BoxedValue" title="ToValueOptional">ToValueOptional</a></li><li><a href="#impl-ValueType-for-BoxedValue" title="ValueType">ValueType</a></li><li><a href="#impl-ValueTypeOptional-for-BoxedValue" title="ValueTypeOptional">ValueTypeOptional</a></li></ul><h3><a href="#synthetic-implementations">Auto Trait Implementations</a></h3><ul class="block synthetic-implementation"><li><a href="#impl-Send-for-BoxedValue" title="!Send">!Send</a></li><li><a href="#impl-Sync-for-BoxedValue" title="!Sync">!Sync</a></li><li><a href="#impl-Freeze-for-BoxedValue" title="Freeze">Freeze</a></li><li><a href="#impl-RefUnwindSafe-for-BoxedValue" title="RefUnwindSafe">RefUnwindSafe</a></li><li><a href="#impl-Unpin-for-BoxedValue" title="Unpin">Unpin</a></li><li><a href="#impl-UnwindSafe-for-BoxedValue" title="UnwindSafe">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" title="Any">Any</a></li><li><a href="#impl-Borrow%3CT%3E-for-T" title="Borrow<T>">Borrow<T></a></li><li><a href="#impl-BorrowMut%3CT%3E-for-T" title="BorrowMut<T>">BorrowMut<T></a></li><li><a href="#impl-From%3CT%3E-for-T" title="From<T>">From<T></a></li><li><a href="#impl-FromValueOptional%3C'a%3E-for-T" title="FromValueOptional<'a>">FromValueOptional<'a></a></li><li><a href="#impl-FromValueOptionalSealed%3C'a%3E-for-T" title="FromValueOptionalSealed<'a>">FromValueOptionalSealed<'a></a></li><li><a href="#impl-Into%3CU%3E-for-T" title="Into<U>">Into<U></a></li><li><a href="#impl-IntoClosureReturnValue-for-T" title="IntoClosureReturnValue">IntoClosureReturnValue</a></li><li><a href="#impl-Receiver-for-P" title="Receiver">Receiver</a></li><li><a href="#impl-StaticTypeExt-for-T" title="StaticTypeExt">StaticTypeExt</a></li><li><a href="#impl-TryFrom%3CU%3E-for-T" title="TryFrom<U>">TryFrom<U></a></li><li><a href="#impl-TryFromClosureReturnValue-for-T" title="TryFromClosureReturnValue">TryFromClosureReturnValue</a></li><li><a href="#impl-TryInto%3CU%3E-for-T" title="TryInto<U>">TryInto<U></a></li></ul></section><div id="rustdoc-modnav"><h2><a href="index.html">In glib::<wbr>value</a></h2></div></div></nav><div class="sidebar-resizer"></div><main><div class="width-limiter"><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><span class="rustdoc-breadcrumbs"><a href="../index.html">glib</a>::<wbr><a href="index.html">value</a></span><h1>Struct <span class="struct">BoxedValue</span><button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../../src/glib/value.rs.html#1440">Source</a> </span></div><pre class="rust item-decl"><code>pub struct BoxedValue(pub <a class="struct" href="struct.Value.html" title="struct glib::value::Value">Value</a>);</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>A <a href="struct.Value.html" title="struct glib::value::Value"><code>Value</code></a> containing another <a href="struct.Value.html" title="struct glib::value::Value"><code>Value</code></a>.</p>
</div></details><h2 id="fields" class="fields section-header">Tuple Fields<a href="#fields" class="anchor">§</a></h2><span id="structfield.0" class="structfield section-header"><a href="#structfield.0" class="anchor field">§</a><code>0: <a class="struct" href="struct.Value.html" title="struct glib::value::Value">Value</a></code></span><details class="toggle big-toggle" open><summary><h2 id="deref-methods-Value" class="section-header"><span>Methods from <a class="trait" href="https://doc.rust-lang.org/1.85.0/core/ops/deref/trait.Deref.html" title="trait core::ops::deref::Deref">Deref</a><Target = <a class="struct" href="struct.Value.html" title="struct glib::value::Value">Value</a>></span><a href="#deref-methods-Value" class="anchor">§</a></h2></summary><div id="deref-methods-Value-1" class="impl-items"><section id="method.as_ptr" class="method"><a class="src rightside" href="../../src/glib/value.rs.html#478-501">Source</a><h4 class="code-header">pub fn <a href="#method.as_ptr" class="fn">as_ptr</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.85.0/std/primitive.pointer.html">*mut </a><a class="struct" href="../../gobject_sys/struct.GValue.html" title="struct gobject_sys::GValue">GValue</a></h4></section><details class="toggle method-toggle" open><summary><section id="method.get" class="method"><a class="src rightside" href="../../src/glib/value.rs.html#574-584">Source</a><h4 class="code-header">pub fn <a href="#method.get" class="fn">get</a><'a, T>(
&'a self,
) -> <a class="enum" href="https://doc.rust-lang.org/1.85.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><T, <<T as <a class="trait" href="trait.FromValue.html" title="trait glib::value::FromValue">FromValue</a><'a>>::<a class="associatedtype" href="trait.FromValue.html#associatedtype.Checker" title="type glib::value::FromValue::Checker">Checker</a> as <a class="trait" href="trait.ValueTypeChecker.html" title="trait glib::value::ValueTypeChecker">ValueTypeChecker</a>>::<a class="associatedtype" href="trait.ValueTypeChecker.html#associatedtype.Error" title="type glib::value::ValueTypeChecker::Error">Error</a>><div class="where">where
T: <a class="trait" href="trait.FromValue.html" title="trait glib::value::FromValue">FromValue</a><'a>,</div></h4></section></summary><div class="docblock"><p>Tries to get a value of type <code>T</code>.</p>
<p>Returns <code>Ok</code> if the type is correct.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.get_owned" class="method"><a class="src rightside" href="../../src/glib/value.rs.html#589-597">Source</a><h4 class="code-header">pub fn <a href="#method.get_owned" class="fn">get_owned</a><T>(
&self,
) -> <a class="enum" href="https://doc.rust-lang.org/1.85.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><T, <<T as <a class="trait" href="trait.FromValue.html" title="trait glib::value::FromValue">FromValue</a><'_>>::<a class="associatedtype" href="trait.FromValue.html#associatedtype.Checker" title="type glib::value::FromValue::Checker">Checker</a> as <a class="trait" href="trait.ValueTypeChecker.html" title="trait glib::value::ValueTypeChecker">ValueTypeChecker</a>>::<a class="associatedtype" href="trait.ValueTypeChecker.html#associatedtype.Error" title="type glib::value::ValueTypeChecker::Error">Error</a>><div class="where">where
T: for<'b> <a class="trait" href="trait.FromValue.html" title="trait glib::value::FromValue">FromValue</a><'b> + 'static,</div></h4></section></summary><div class="docblock"><p>Tries to get a value of an owned type <code>T</code>.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.is" class="method"><a class="src rightside" href="../../src/glib/value.rs.html#603-605">Source</a><h4 class="code-header">pub fn <a href="#method.is" class="fn">is</a><T: <a class="trait" href="../types/trait.StaticType.html" title="trait glib::types::StaticType">StaticType</a>>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.85.0/std/primitive.bool.html">bool</a></h4></section></summary><div class="docblock"><p>Returns <code>true</code> if the type of the value corresponds to <code>T</code>
or is a sub-type of <code>T</code>.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.is_type" class="method"><a class="src rightside" href="../../src/glib/value.rs.html#611-613">Source</a><h4 class="code-header">pub fn <a href="#method.is_type" class="fn">is_type</a>(&self, type_: <a class="struct" href="../types/struct.Type.html" title="struct glib::types::Type">Type</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.85.0/std/primitive.bool.html">bool</a></h4></section></summary><div class="docblock"><p>Returns <code>true</code> if the type of the value corresponds to <code>type_</code>
or is a sub-type of <code>type_</code>.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.type_" class="method"><a class="src rightside" href="../../src/glib/value.rs.html#618-620">Source</a><h4 class="code-header">pub fn <a href="#method.type_" class="fn">type_</a>(&self) -> <a class="struct" href="../types/struct.Type.html" title="struct glib::types::Type">Type</a></h4></section></summary><div class="docblock"><p>Returns the type of the value.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.transform" class="method"><a class="src rightside" href="../../src/glib/value.rs.html#637-639">Source</a><h4 class="code-header">pub fn <a href="#method.transform" class="fn">transform</a><T: <a class="trait" href="trait.ValueType.html" title="trait glib::value::ValueType">ValueType</a>>(&self) -> <a class="enum" href="https://doc.rust-lang.org/1.85.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="struct.Value.html" title="struct glib::value::Value">Value</a>, <a class="struct" href="../error/struct.BoolError.html" title="struct glib::error::BoolError">BoolError</a>></h4></section></summary><div class="docblock"><p>Tries to transform the value into a value of the target type</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.transform_with_type" class="method"><a class="src rightside" href="../../src/glib/value.rs.html#644-660">Source</a><h4 class="code-header">pub fn <a href="#method.transform_with_type" class="fn">transform_with_type</a>(&self, type_: <a class="struct" href="../types/struct.Type.html" title="struct glib::types::Type">Type</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.85.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="struct.Value.html" title="struct glib::value::Value">Value</a>, <a class="struct" href="../error/struct.BoolError.html" title="struct glib::error::BoolError">BoolError</a>></h4></section></summary><div class="docblock"><p>Tries to transform the value into a value of the target type</p>
</div></details><section id="method.content_debug_string" class="method"><a class="src rightside" href="../../src/glib/value.rs.html#695-697">Source</a><h4 class="code-header">fn <a href="#method.content_debug_string" class="fn">content_debug_string</a>(&self) -> <a class="struct" href="../struct.GString.html" title="struct glib::GString">GString</a></h4></section></div></details><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-Deref-for-BoxedValue" class="impl"><a class="src rightside" href="../../src/glib/value.rs.html#1442-1449">Source</a><a href="#impl-Deref-for-BoxedValue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.85.0/core/ops/deref/trait.Deref.html" title="trait core::ops::deref::Deref">Deref</a> for <a class="struct" href="struct.BoxedValue.html" title="struct glib::value::BoxedValue">BoxedValue</a></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Target" class="associatedtype trait-impl"><a class="src rightside" href="../../src/glib/value.rs.html#1443">Source</a><a href="#associatedtype.Target" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.85.0/core/ops/deref/trait.Deref.html#associatedtype.Target" class="associatedtype">Target</a> = <a class="struct" href="struct.Value.html" title="struct glib::value::Value">Value</a></h4></section></summary><div class='docblock'>The resulting type after dereferencing.</div></details><details class="toggle method-toggle" open><summary><section id="method.deref" class="method trait-impl"><a class="src rightside" href="../../src/glib/value.rs.html#1446-1448">Source</a><a href="#method.deref" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.85.0/core/ops/deref/trait.Deref.html#tymethod.deref" class="fn">deref</a>(&self) -> &<a class="struct" href="struct.Value.html" title="struct glib::value::Value">Value</a></h4></section></summary><div class='docblock'>Dereferences the value.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-From%3CBoxedValue%3E-for-Value" class="impl"><a class="src rightside" href="../../src/glib/value.rs.html#1488-1502">Source</a><a href="#impl-From%3CBoxedValue%3E-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.85.0/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="struct.BoxedValue.html" title="struct glib::value::BoxedValue">BoxedValue</a>> for <a class="struct" href="struct.Value.html" title="struct glib::value::Value">Value</a></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="../../src/glib/value.rs.html#1490-1501">Source</a><a href="#method.from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.85.0/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(v: <a class="struct" href="struct.BoxedValue.html" title="struct glib::value::BoxedValue">BoxedValue</a>) -> Self</h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-FromValue%3C'a%3E-for-BoxedValue" class="impl"><a class="src rightside" href="../../src/glib/value.rs.html#1457-1465">Source</a><a href="#impl-FromValue%3C'a%3E-for-BoxedValue" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.FromValue.html" title="trait glib::value::FromValue">FromValue</a><'a> for <a class="struct" href="struct.BoxedValue.html" title="struct glib::value::BoxedValue">BoxedValue</a></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Checker" class="associatedtype trait-impl"><a class="src rightside" href="../../src/glib/value.rs.html#1458">Source</a><a href="#associatedtype.Checker" class="anchor">§</a><h4 class="code-header">type <a href="trait.FromValue.html#associatedtype.Checker" class="associatedtype">Checker</a> = <a class="struct" href="struct.GenericValueTypeOrNoneChecker.html" title="struct glib::value::GenericValueTypeOrNoneChecker">GenericValueTypeOrNoneChecker</a><<a class="struct" href="struct.BoxedValue.html" title="struct glib::value::BoxedValue">BoxedValue</a>></h4></section></summary><div class='docblock'>Value type checker.</div></details><details class="toggle method-toggle" open><summary><section id="method.from_value" class="method trait-impl"><a class="src rightside" href="../../src/glib/value.rs.html#1461-1464">Source</a><a href="#method.from_value" class="anchor">§</a><h4 class="code-header">unsafe fn <a href="trait.FromValue.html#tymethod.from_value" class="fn">from_value</a>(value: &'a <a class="struct" href="struct.Value.html" title="struct glib::value::Value">Value</a>) -> Self</h4></section></summary><div class='docblock'>Get the contained value from a <code>Value</code>. <a href="trait.FromValue.html#tymethod.from_value">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-StaticType-for-BoxedValue" class="impl"><a class="src rightside" href="../../src/glib/value.rs.html#797-802">Source</a><a href="#impl-StaticType-for-BoxedValue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../types/trait.StaticType.html" title="trait glib::types::StaticType">StaticType</a> for <a class="struct" href="struct.BoxedValue.html" title="struct glib::value::BoxedValue">BoxedValue</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.static_type" class="method trait-impl"><a class="src rightside" href="../../src/glib/value.rs.html#799-801">Source</a><a href="#method.static_type" class="anchor">§</a><h4 class="code-header">fn <a href="../types/trait.StaticType.html#tymethod.static_type" class="fn">static_type</a>() -> <a class="struct" href="../types/struct.Type.html" title="struct glib::types::Type">Type</a></h4></section></summary><div class='docblock'>Returns the type identifier of <code>Self</code>.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-ToValue-for-BoxedValue" class="impl"><a class="src rightside" href="../../src/glib/value.rs.html#1467-1486">Source</a><a href="#impl-ToValue-for-BoxedValue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToValue.html" title="trait glib::value::ToValue">ToValue</a> for <a class="struct" href="struct.BoxedValue.html" title="struct glib::value::BoxedValue">BoxedValue</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.to_value" class="method trait-impl"><a class="src rightside" href="../../src/glib/value.rs.html#1469-1480">Source</a><a href="#method.to_value" class="anchor">§</a><h4 class="code-header">fn <a href="trait.ToValue.html#tymethod.to_value" class="fn">to_value</a>(&self) -> <a class="struct" href="struct.Value.html" title="struct glib::value::Value">Value</a></h4></section></summary><div class='docblock'>Convert a value to a <code>Value</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.value_type" class="method trait-impl"><a class="src rightside" href="../../src/glib/value.rs.html#1483-1485">Source</a><a href="#method.value_type" class="anchor">§</a><h4 class="code-header">fn <a href="trait.ToValue.html#tymethod.value_type" class="fn">value_type</a>(&self) -> <a class="struct" href="../types/struct.Type.html" title="struct glib::types::Type">Type</a></h4></section></summary><div class='docblock'>Returns the type identifier of <code>self</code>. <a href="trait.ToValue.html#tymethod.value_type">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-ToValueOptional-for-BoxedValue" class="impl"><a class="src rightside" href="../../src/glib/value.rs.html#1504-1517">Source</a><a href="#impl-ToValueOptional-for-BoxedValue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToValueOptional.html" title="trait glib::value::ToValueOptional">ToValueOptional</a> for <a class="struct" href="struct.BoxedValue.html" title="struct glib::value::BoxedValue">BoxedValue</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.to_value_optional" class="method trait-impl"><a class="src rightside" href="../../src/glib/value.rs.html#1506-1516">Source</a><a href="#method.to_value_optional" class="anchor">§</a><h4 class="code-header">fn <a href="trait.ToValueOptional.html#tymethod.to_value_optional" class="fn">to_value_optional</a>(s: <a class="enum" href="https://doc.rust-lang.org/1.85.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&Self>) -> <a class="struct" href="struct.Value.html" title="struct glib::value::Value">Value</a></h4></section></summary><div class='docblock'>Convert an <code>Option</code> to a <code>Value</code>.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-ValueType-for-BoxedValue" class="impl"><a class="src rightside" href="../../src/glib/value.rs.html#1451-1453">Source</a><a href="#impl-ValueType-for-BoxedValue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ValueType.html" title="trait glib::value::ValueType">ValueType</a> for <a class="struct" href="struct.BoxedValue.html" title="struct glib::value::BoxedValue">BoxedValue</a></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Type" class="associatedtype trait-impl"><a class="src rightside" href="../../src/glib/value.rs.html#1452">Source</a><a href="#associatedtype.Type" class="anchor">§</a><h4 class="code-header">type <a href="trait.ValueType.html#associatedtype.Type" class="associatedtype">Type</a> = <a class="struct" href="struct.BoxedValue.html" title="struct glib::value::BoxedValue">BoxedValue</a></h4></section></summary><div class='docblock'>Type to get the <code>Type</code> from. <a href="trait.ValueType.html#associatedtype.Type">Read more</a></div></details></div></details><section id="impl-ValueTypeOptional-for-BoxedValue" class="impl"><a class="src rightside" href="../../src/glib/value.rs.html#1455">Source</a><a href="#impl-ValueTypeOptional-for-BoxedValue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ValueTypeOptional.html" title="trait glib::value::ValueTypeOptional">ValueTypeOptional</a> for <a class="struct" href="struct.BoxedValue.html" title="struct glib::value::BoxedValue">BoxedValue</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-Freeze-for-BoxedValue" class="impl"><a href="#impl-Freeze-for-BoxedValue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.85.0/core/marker/trait.Freeze.html" title="trait core::marker::Freeze">Freeze</a> for <a class="struct" href="struct.BoxedValue.html" title="struct glib::value::BoxedValue">BoxedValue</a></h3></section><section id="impl-RefUnwindSafe-for-BoxedValue" class="impl"><a href="#impl-RefUnwindSafe-for-BoxedValue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.85.0/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="struct.BoxedValue.html" title="struct glib::value::BoxedValue">BoxedValue</a></h3></section><section id="impl-Send-for-BoxedValue" class="impl"><a href="#impl-Send-for-BoxedValue" class="anchor">§</a><h3 class="code-header">impl !<a class="trait" href="https://doc.rust-lang.org/1.85.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="struct.BoxedValue.html" title="struct glib::value::BoxedValue">BoxedValue</a></h3></section><section id="impl-Sync-for-BoxedValue" class="impl"><a href="#impl-Sync-for-BoxedValue" class="anchor">§</a><h3 class="code-header">impl !<a class="trait" href="https://doc.rust-lang.org/1.85.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="struct" href="struct.BoxedValue.html" title="struct glib::value::BoxedValue">BoxedValue</a></h3></section><section id="impl-Unpin-for-BoxedValue" class="impl"><a href="#impl-Unpin-for-BoxedValue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.85.0/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="struct" href="struct.BoxedValue.html" title="struct glib::value::BoxedValue">BoxedValue</a></h3></section><section id="impl-UnwindSafe-for-BoxedValue" class="impl"><a href="#impl-UnwindSafe-for-BoxedValue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.85.0/core/panic/unwind_safe/trait.UnwindSafe.html" title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a> for <a class="struct" href="struct.BoxedValue.html" title="struct glib::value::BoxedValue">BoxedValue</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.85.0/src/core/any.rs.html#138">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.85.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.85.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.85.0/src/core/any.rs.html#139">Source</a><a href="#method.type_id" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.85.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.85.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.85.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.85.0/src/core/borrow.rs.html#209">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.85.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.85.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.85.0/src/core/borrow.rs.html#211">Source</a><a href="#method.borrow" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.85.0/core/borrow/trait.Borrow.html#tymethod.borrow" class="fn">borrow</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.85.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.85.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.85.0/src/core/borrow.rs.html#217">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.85.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.85.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.85.0/src/core/borrow.rs.html#218">Source</a><a href="#method.borrow_mut" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.85.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.85.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.85.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.85.0/src/core/convert/mod.rs.html#767">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.85.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-1" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.85.0/src/core/convert/mod.rs.html#770">Source</a><a href="#method.from-1" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.85.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.85.0/src/core/convert/mod.rs.html#750-752">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.85.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.85.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.85.0/src/core/convert/mod.rs.html#760">Source</a><a href="#method.into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.85.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.85.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-IntoClosureReturnValue-for-T" class="impl"><a class="src rightside" href="../../src/glib/closure.rs.html#349-354">Source</a><a href="#impl-IntoClosureReturnValue-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="../closure/trait.IntoClosureReturnValue.html" title="trait glib::closure::IntoClosureReturnValue">IntoClosureReturnValue</a> for T<div class="where">where
T: <a class="trait" href="https://doc.rust-lang.org/1.85.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><<a class="struct" href="struct.Value.html" title="struct glib::value::Value">Value</a>>,</div></h3></section></summary><div class="impl-items"><section id="method.into_closure_return_value" class="method trait-impl"><a class="src rightside" href="../../src/glib/closure.rs.html#351-353">Source</a><a href="#method.into_closure_return_value" class="anchor">§</a><h4 class="code-header">fn <a href="../closure/trait.IntoClosureReturnValue.html#tymethod.into_closure_return_value" class="fn">into_closure_return_value</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.85.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="struct.Value.html" title="struct glib::value::Value">Value</a>></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Receiver-for-P" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.85.0/src/core/ops/deref.rs.html#418-420">Source</a><a href="#impl-Receiver-for-P" class="anchor">§</a><h3 class="code-header">impl<P, T> <a class="trait" href="https://doc.rust-lang.org/1.85.0/core/ops/deref/trait.Receiver.html" title="trait core::ops::deref::Receiver">Receiver</a> for P<div class="where">where
P: <a class="trait" href="https://doc.rust-lang.org/1.85.0/core/ops/deref/trait.Deref.html" title="trait core::ops::deref::Deref">Deref</a><Target = T> + ?<a class="trait" href="https://doc.rust-lang.org/1.85.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
T: ?<a class="trait" href="https://doc.rust-lang.org/1.85.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Target-1" class="associatedtype trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.85.0/src/core/ops/deref.rs.html#422">Source</a><a href="#associatedtype.Target-1" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.85.0/core/ops/deref/trait.Receiver.html#associatedtype.Target" class="associatedtype">Target</a> = T</h4></section></summary><span class="item-info"><div class="stab unstable"><span class="emoji">🔬</span><span>This is a nightly-only experimental API. (<code>arbitrary_self_types</code>)</span></div></span><div class='docblock'>The target type on which the method may be called.</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-StaticTypeExt-for-T" class="impl"><a class="src rightside" href="../../src/glib/types.rs.html#311-316">Source</a><a href="#impl-StaticTypeExt-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="../types/trait.StaticTypeExt.html" title="trait glib::types::StaticTypeExt">StaticTypeExt</a> for T<div class="where">where
T: <a class="trait" href="../types/trait.StaticType.html" title="trait glib::types::StaticType">StaticType</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.ensure_type" class="method trait-impl"><a class="src rightside" href="../../src/glib/types.rs.html#313-315">Source</a><a href="#method.ensure_type" class="anchor">§</a><h4 class="code-header">fn <a href="../types/trait.StaticTypeExt.html#tymethod.ensure_type" class="fn">ensure_type</a>()</h4></section></summary><div class='docblock'>Ensures that the type has been registered with the type system.</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.85.0/src/core/convert/mod.rs.html#807-809">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.85.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.85.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 class="src rightside" href="https://doc.rust-lang.org/1.85.0/src/core/convert/mod.rs.html#811">Source</a><a href="#associatedtype.Error-1" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.85.0/core/convert/trait.TryFrom.html#associatedtype.Error" class="associatedtype">Error</a> = <a class="enum" href="https://doc.rust-lang.org/1.85.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.85.0/src/core/convert/mod.rs.html#814">Source</a><a href="#method.try_from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.85.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.85.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.85.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><U>>::<a class="associatedtype" href="https://doc.rust-lang.org/1.85.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-TryFromClosureReturnValue-for-T" class="impl"><a class="src rightside" href="../../src/glib/closure.rs.html#373-394">Source</a><a href="#impl-TryFromClosureReturnValue-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="../closure/trait.TryFromClosureReturnValue.html" title="trait glib::closure::TryFromClosureReturnValue">TryFromClosureReturnValue</a> for T<div class="where">where
T: for<'a> <a class="trait" href="trait.FromValue.html" title="trait glib::value::FromValue">FromValue</a><'a> + <a class="trait" href="../types/trait.StaticType.html" title="trait glib::types::StaticType">StaticType</a> + 'static,</div></h3></section></summary><div class="impl-items"><section id="method.try_from_closure_return_value" class="method trait-impl"><a class="src rightside" href="../../src/glib/closure.rs.html#377-393">Source</a><a href="#method.try_from_closure_return_value" class="anchor">§</a><h4 class="code-header">fn <a href="../closure/trait.TryFromClosureReturnValue.html#tymethod.try_from_closure_return_value" class="fn">try_from_closure_return_value</a>(v: <a class="enum" href="https://doc.rust-lang.org/1.85.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="struct.Value.html" title="struct glib::value::Value">Value</a>>) -> <a class="enum" href="https://doc.rust-lang.org/1.85.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><T, <a class="struct" href="../error/struct.BoolError.html" title="struct glib::error::BoolError">BoolError</a>></h4></section></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.85.0/src/core/convert/mod.rs.html#792-794">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.85.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.85.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 class="src rightside" href="https://doc.rust-lang.org/1.85.0/src/core/convert/mod.rs.html#796">Source</a><a href="#associatedtype.Error" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.85.0/core/convert/trait.TryInto.html#associatedtype.Error" class="associatedtype">Error</a> = <U as <a class="trait" href="https://doc.rust-lang.org/1.85.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>>::<a class="associatedtype" href="https://doc.rust-lang.org/1.85.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.85.0/src/core/convert/mod.rs.html#799">Source</a><a href="#method.try_into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.85.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.85.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.85.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>>::<a class="associatedtype" href="https://doc.rust-lang.org/1.85.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><section id="impl-FromValueOptional%3C'a%3E-for-T" class="impl"><a class="src rightside" href="../../src/glib/value.rs.html#291-297">Source</a><a href="#impl-FromValueOptional%3C'a%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<'a, T, C, E> <a class="trait" href="trait.FromValueOptional.html" title="trait glib::value::FromValueOptional">FromValueOptional</a><'a> for T<div class="where">where
T: <a class="trait" href="trait.FromValue.html" title="trait glib::value::FromValue">FromValue</a><'a, Checker = C>,
C: <a class="trait" href="trait.ValueTypeChecker.html" title="trait glib::value::ValueTypeChecker">ValueTypeChecker</a><Error = <a class="enum" href="enum.ValueTypeMismatchOrNoneError.html" title="enum glib::value::ValueTypeMismatchOrNoneError">ValueTypeMismatchOrNoneError</a><E>>,
E: <a class="trait" href="https://doc.rust-lang.org/1.85.0/core/error/trait.Error.html" title="trait core::error::Error">Error</a> + <a class="trait" href="https://doc.rust-lang.org/1.85.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + 'static,</div></h3></section><section id="impl-FromValueOptionalSealed%3C'a%3E-for-T" class="impl"><a class="src rightside" href="../../src/glib/value.rs.html#302-308">Source</a><a href="#impl-FromValueOptionalSealed%3C'a%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<'a, T, C, E> <a class="trait" href="private/trait.FromValueOptionalSealed.html" title="trait glib::value::private::FromValueOptionalSealed">FromValueOptionalSealed</a><'a> for T<div class="where">where
T: <a class="trait" href="trait.FromValue.html" title="trait glib::value::FromValue">FromValue</a><'a, Checker = C>,
C: <a class="trait" href="trait.ValueTypeChecker.html" title="trait glib::value::ValueTypeChecker">ValueTypeChecker</a><Error = <a class="enum" href="enum.ValueTypeMismatchOrNoneError.html" title="enum glib::value::ValueTypeMismatchOrNoneError">ValueTypeMismatchOrNoneError</a><E>>,
E: <a class="trait" href="https://doc.rust-lang.org/1.85.0/core/error/trait.Error.html" title="trait core::error::Error">Error</a> + <a class="trait" href="https://doc.rust-lang.org/1.85.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + 'static,</div></h3></section></div></section></div></main></body></html>