-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathstruct.BluetoothManager.html
119 lines (119 loc) · 76.2 KB
/
struct.BluetoothManager.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!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="API documentation for the Rust `BluetoothManager` struct in crate `bluetooth`."><title>BluetoothManager in bluetooth - 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="bluetooth" 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="../bluetooth/index.html">bluetooth</a><span class="version">0.0.1</span></h2></div><div class="sidebar-elems"><section id="rustdoc-toc"><h2 class="location"><a href="#">Bluetooth<wbr>Manager</a></h2><h3><a href="#fields">Fields</a></h3><ul class="block structfield"><li><a href="#structfield.adapter" title="adapter">adapter</a></li><li><a href="#structfield.address_to_id" title="address_to_id">address_to_id</a></li><li><a href="#structfield.allowed_services" title="allowed_services">allowed_services</a></li><li><a href="#structfield.cached_characteristics" title="cached_characteristics">cached_characteristics</a></li><li><a href="#structfield.cached_descriptors" title="cached_descriptors">cached_descriptors</a></li><li><a href="#structfield.cached_devices" title="cached_devices">cached_devices</a></li><li><a href="#structfield.cached_services" title="cached_services">cached_services</a></li><li><a href="#structfield.characteristic_to_service" title="characteristic_to_service">characteristic_to_service</a></li><li><a href="#structfield.descriptor_to_characteristic" title="descriptor_to_characteristic">descriptor_to_characteristic</a></li><li><a href="#structfield.embedder_proxy" title="embedder_proxy">embedder_proxy</a></li><li><a href="#structfield.receiver" title="receiver">receiver</a></li><li><a href="#structfield.service_to_device" title="service_to_device">service_to_device</a></li></ul><h3><a href="#implementations">Methods</a></h3><ul class="block method"><li><a href="#method.characteristic_is_cached" title="characteristic_is_cached">characteristic_is_cached</a></li><li><a href="#method.device_from_service_id" title="device_from_service_id">device_from_service_id</a></li><li><a href="#method.device_is_cached" title="device_is_cached">device_is_cached</a></li><li><a href="#method.device_matches_filter" title="device_matches_filter">device_matches_filter</a></li><li><a href="#method.enable_notification" title="enable_notification">enable_notification</a></li><li><a href="#method.gatt_server_connect" title="gatt_server_connect">gatt_server_connect</a></li><li><a href="#method.gatt_server_disconnect" title="gatt_server_disconnect">gatt_server_disconnect</a></li><li><a href="#method.generate_device_id" title="generate_device_id">generate_device_id</a></li><li><a href="#method.get_adapter" title="get_adapter">get_adapter</a></li><li><a href="#method.get_and_cache_devices" title="get_and_cache_devices">get_and_cache_devices</a></li><li><a href="#method.get_and_cache_gatt_characteristics" title="get_and_cache_gatt_characteristics">get_and_cache_gatt_characteristics</a></li><li><a href="#method.get_and_cache_gatt_descriptors" title="get_and_cache_gatt_descriptors">get_and_cache_gatt_descriptors</a></li><li><a href="#method.get_and_cache_gatt_services" title="get_and_cache_gatt_services">get_and_cache_gatt_services</a></li><li><a href="#method.get_availability" title="get_availability">get_availability</a></li><li><a href="#method.get_characteristic_properties" title="get_characteristic_properties">get_characteristic_properties</a></li><li><a href="#method.get_device" title="get_device">get_device</a></li><li><a href="#method.get_gatt_characteristic" title="get_gatt_characteristic">get_gatt_characteristic</a></li><li><a href="#method.get_gatt_children" title="get_gatt_children">get_gatt_children</a></li><li><a href="#method.get_gatt_descriptor" title="get_gatt_descriptor">get_gatt_descriptor</a></li><li><a href="#method.get_gatt_service" title="get_gatt_service">get_gatt_service</a></li><li><a href="#method.get_or_create_adapter" title="get_or_create_adapter">get_or_create_adapter</a></li><li><a href="#method.new" title="new">new</a></li><li><a href="#method.read_value" title="read_value">read_value</a></li><li><a href="#method.remove_ids_from_caches" title="remove_ids_from_caches">remove_ids_from_caches</a></li><li><a href="#method.request_device" title="request_device">request_device</a></li><li><a href="#method.select_device" title="select_device">select_device</a></li><li><a href="#method.service_is_cached" title="service_is_cached">service_is_cached</a></li><li><a href="#method.start" title="start">start</a></li><li><a href="#method.test" title="test">test</a></li><li><a href="#method.watch_advertisements" title="watch_advertisements">watch_advertisements</a></li><li><a href="#method.write_value" title="write_value">write_value</a></li></ul><h3><a href="#synthetic-implementations">Auto Trait Implementations</a></h3><ul class="block synthetic-implementation"><li><a href="#impl-Freeze-for-BluetoothManager" title="!Freeze">!Freeze</a></li><li><a href="#impl-RefUnwindSafe-for-BluetoothManager" title="!RefUnwindSafe">!RefUnwindSafe</a></li><li><a href="#impl-Sync-for-BluetoothManager" title="!Sync">!Sync</a></li><li><a href="#impl-UnwindSafe-for-BluetoothManager" title="!UnwindSafe">!UnwindSafe</a></li><li><a href="#impl-Send-for-BluetoothManager" title="Send">Send</a></li><li><a href="#impl-Unpin-for-BluetoothManager" title="Unpin">Unpin</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-ErasedDestructor-for-T" title="ErasedDestructor">ErasedDestructor</a></li><li><a href="#impl-From%3CT%3E-for-T" title="From<T>">From<T></a></li><li><a href="#impl-Instrument-for-T" title="Instrument">Instrument</a></li><li><a href="#impl-Into%3CU%3E-for-T" title="Into<U>">Into<U></a></li><li><a href="#impl-IntoEither-for-T" title="IntoEither">IntoEither</a></li><li><a href="#impl-MaybeBoxed%3CBox%3CT%3E%3E-for-T" title="MaybeBoxed<Box<T>>">MaybeBoxed<Box<T>></a></li><li><a href="#impl-MaybeBoxed%3CT%3E-for-T" title="MaybeBoxed<T>">MaybeBoxed<T></a></li><li><a href="#impl-MaybeSendSync-for-T" title="MaybeSendSync">MaybeSendSync</a></li><li><a href="#impl-Pointable-for-T" title="Pointable">Pointable</a></li><li><a href="#impl-Same-for-T" title="Same">Same</a></li><li><a href="#impl-TryFrom%3CU%3E-for-T" title="TryFrom<U>">TryFrom<U></a></li><li><a href="#impl-TryInto%3CU%3E-for-T" title="TryInto<U>">TryInto<U></a></li><li><a href="#impl-VZip%3CV%3E-for-T" title="VZip<V>">VZip<V></a></li><li><a href="#impl-WithSubscriber-for-T" title="WithSubscriber">WithSubscriber</a></li></ul></section><div id="rustdoc-modnav"><h2 class="in-crate"><a href="index.html">In crate bluetooth</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">bluetooth</a></span><h1>Struct <span class="struct">BluetoothManager</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/bluetooth/lib.rs.html#200-213">Source</a> </span></div><pre class="rust item-decl"><code>pub struct BluetoothManager {
pub(crate) receiver: <a class="struct" href="../ipc_channel/ipc/struct.IpcReceiver.html" title="struct ipc_channel::ipc::IpcReceiver">IpcReceiver</a><<a class="enum" href="../bluetooth_traits/enum.BluetoothRequest.html" title="enum bluetooth_traits::BluetoothRequest">BluetoothRequest</a>>,
pub(crate) adapter: <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="enum" href="adapter/enum.BluetoothAdapter.html" title="enum bluetooth::adapter::BluetoothAdapter">BluetoothAdapter</a>>,
pub(crate) address_to_id: <a class="struct" href="https://doc.rust-lang.org/1.85.0/std/collections/hash/map/struct.HashMap.html" title="struct std::collections::hash::map::HashMap">HashMap</a><<a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>>,
pub(crate) service_to_device: <a class="struct" href="https://doc.rust-lang.org/1.85.0/std/collections/hash/map/struct.HashMap.html" title="struct std::collections::hash::map::HashMap">HashMap</a><<a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>>,
pub(crate) characteristic_to_service: <a class="struct" href="https://doc.rust-lang.org/1.85.0/std/collections/hash/map/struct.HashMap.html" title="struct std::collections::hash::map::HashMap">HashMap</a><<a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>>,
pub(crate) descriptor_to_characteristic: <a class="struct" href="https://doc.rust-lang.org/1.85.0/std/collections/hash/map/struct.HashMap.html" title="struct std::collections::hash::map::HashMap">HashMap</a><<a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>>,
pub(crate) cached_devices: <a class="struct" href="https://doc.rust-lang.org/1.85.0/std/collections/hash/map/struct.HashMap.html" title="struct std::collections::hash::map::HashMap">HashMap</a><<a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="enum" href="bluetooth/enum.BluetoothDevice.html" title="enum bluetooth::bluetooth::BluetoothDevice">BluetoothDevice</a>>,
pub(crate) cached_services: <a class="struct" href="https://doc.rust-lang.org/1.85.0/std/collections/hash/map/struct.HashMap.html" title="struct std::collections::hash::map::HashMap">HashMap</a><<a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="enum" href="bluetooth/enum.BluetoothGATTService.html" title="enum bluetooth::bluetooth::BluetoothGATTService">BluetoothGATTService</a>>,
pub(crate) cached_characteristics: <a class="struct" href="https://doc.rust-lang.org/1.85.0/std/collections/hash/map/struct.HashMap.html" title="struct std::collections::hash::map::HashMap">HashMap</a><<a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="enum" href="bluetooth/enum.BluetoothGATTCharacteristic.html" title="enum bluetooth::bluetooth::BluetoothGATTCharacteristic">BluetoothGATTCharacteristic</a>>,
pub(crate) cached_descriptors: <a class="struct" href="https://doc.rust-lang.org/1.85.0/std/collections/hash/map/struct.HashMap.html" title="struct std::collections::hash::map::HashMap">HashMap</a><<a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="enum" href="bluetooth/enum.BluetoothGATTDescriptor.html" title="enum bluetooth::bluetooth::BluetoothGATTDescriptor">BluetoothGATTDescriptor</a>>,
pub(crate) allowed_services: <a class="struct" href="https://doc.rust-lang.org/1.85.0/std/collections/hash/map/struct.HashMap.html" title="struct std::collections::hash::map::HashMap">HashMap</a><<a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="struct" href="https://doc.rust-lang.org/1.85.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>>>,
pub(crate) embedder_proxy: <a class="struct" href="../embedder_traits/struct.EmbedderProxy.html" title="struct embedder_traits::EmbedderProxy">EmbedderProxy</a>,
}</code></pre><h2 id="fields" class="fields section-header">Fields<a href="#fields" class="anchor">§</a></h2><span id="structfield.receiver" class="structfield section-header"><a href="#structfield.receiver" class="anchor field">§</a><code>receiver: <a class="struct" href="../ipc_channel/ipc/struct.IpcReceiver.html" title="struct ipc_channel::ipc::IpcReceiver">IpcReceiver</a><<a class="enum" href="../bluetooth_traits/enum.BluetoothRequest.html" title="enum bluetooth_traits::BluetoothRequest">BluetoothRequest</a>></code></span><span id="structfield.adapter" class="structfield section-header"><a href="#structfield.adapter" class="anchor field">§</a><code>adapter: <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="enum" href="adapter/enum.BluetoothAdapter.html" title="enum bluetooth::adapter::BluetoothAdapter">BluetoothAdapter</a>></code></span><span id="structfield.address_to_id" class="structfield section-header"><a href="#structfield.address_to_id" class="anchor field">§</a><code>address_to_id: <a class="struct" href="https://doc.rust-lang.org/1.85.0/std/collections/hash/map/struct.HashMap.html" title="struct std::collections::hash::map::HashMap">HashMap</a><<a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>></code></span><span id="structfield.service_to_device" class="structfield section-header"><a href="#structfield.service_to_device" class="anchor field">§</a><code>service_to_device: <a class="struct" href="https://doc.rust-lang.org/1.85.0/std/collections/hash/map/struct.HashMap.html" title="struct std::collections::hash::map::HashMap">HashMap</a><<a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>></code></span><span id="structfield.characteristic_to_service" class="structfield section-header"><a href="#structfield.characteristic_to_service" class="anchor field">§</a><code>characteristic_to_service: <a class="struct" href="https://doc.rust-lang.org/1.85.0/std/collections/hash/map/struct.HashMap.html" title="struct std::collections::hash::map::HashMap">HashMap</a><<a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>></code></span><span id="structfield.descriptor_to_characteristic" class="structfield section-header"><a href="#structfield.descriptor_to_characteristic" class="anchor field">§</a><code>descriptor_to_characteristic: <a class="struct" href="https://doc.rust-lang.org/1.85.0/std/collections/hash/map/struct.HashMap.html" title="struct std::collections::hash::map::HashMap">HashMap</a><<a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>></code></span><span id="structfield.cached_devices" class="structfield section-header"><a href="#structfield.cached_devices" class="anchor field">§</a><code>cached_devices: <a class="struct" href="https://doc.rust-lang.org/1.85.0/std/collections/hash/map/struct.HashMap.html" title="struct std::collections::hash::map::HashMap">HashMap</a><<a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="enum" href="bluetooth/enum.BluetoothDevice.html" title="enum bluetooth::bluetooth::BluetoothDevice">BluetoothDevice</a>></code></span><span id="structfield.cached_services" class="structfield section-header"><a href="#structfield.cached_services" class="anchor field">§</a><code>cached_services: <a class="struct" href="https://doc.rust-lang.org/1.85.0/std/collections/hash/map/struct.HashMap.html" title="struct std::collections::hash::map::HashMap">HashMap</a><<a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="enum" href="bluetooth/enum.BluetoothGATTService.html" title="enum bluetooth::bluetooth::BluetoothGATTService">BluetoothGATTService</a>></code></span><span id="structfield.cached_characteristics" class="structfield section-header"><a href="#structfield.cached_characteristics" class="anchor field">§</a><code>cached_characteristics: <a class="struct" href="https://doc.rust-lang.org/1.85.0/std/collections/hash/map/struct.HashMap.html" title="struct std::collections::hash::map::HashMap">HashMap</a><<a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="enum" href="bluetooth/enum.BluetoothGATTCharacteristic.html" title="enum bluetooth::bluetooth::BluetoothGATTCharacteristic">BluetoothGATTCharacteristic</a>></code></span><span id="structfield.cached_descriptors" class="structfield section-header"><a href="#structfield.cached_descriptors" class="anchor field">§</a><code>cached_descriptors: <a class="struct" href="https://doc.rust-lang.org/1.85.0/std/collections/hash/map/struct.HashMap.html" title="struct std::collections::hash::map::HashMap">HashMap</a><<a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="enum" href="bluetooth/enum.BluetoothGATTDescriptor.html" title="enum bluetooth::bluetooth::BluetoothGATTDescriptor">BluetoothGATTDescriptor</a>></code></span><span id="structfield.allowed_services" class="structfield section-header"><a href="#structfield.allowed_services" class="anchor field">§</a><code>allowed_services: <a class="struct" href="https://doc.rust-lang.org/1.85.0/std/collections/hash/map/struct.HashMap.html" title="struct std::collections::hash::map::HashMap">HashMap</a><<a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="struct" href="https://doc.rust-lang.org/1.85.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>>></code></span><span id="structfield.embedder_proxy" class="structfield section-header"><a href="#structfield.embedder_proxy" class="anchor field">§</a><code>embedder_proxy: <a class="struct" href="../embedder_traits/struct.EmbedderProxy.html" title="struct embedder_traits::EmbedderProxy">EmbedderProxy</a></code></span><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-BluetoothManager" class="impl"><a class="src rightside" href="../src/bluetooth/lib.rs.html#215-991">Source</a><a href="#impl-BluetoothManager" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.BluetoothManager.html" title="struct bluetooth::BluetoothManager">BluetoothManager</a></h3></section></summary><div class="impl-items"><section id="method.new" class="method"><a class="src rightside" href="../src/bluetooth/lib.rs.html#216-235">Source</a><h4 class="code-header">pub fn <a href="#method.new" class="fn">new</a>(
receiver: <a class="struct" href="../ipc_channel/ipc/struct.IpcReceiver.html" title="struct ipc_channel::ipc::IpcReceiver">IpcReceiver</a><<a class="enum" href="../bluetooth_traits/enum.BluetoothRequest.html" title="enum bluetooth_traits::BluetoothRequest">BluetoothRequest</a>>,
adapter: <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="enum" href="adapter/enum.BluetoothAdapter.html" title="enum bluetooth::adapter::BluetoothAdapter">BluetoothAdapter</a>>,
embedder_proxy: <a class="struct" href="../embedder_traits/struct.EmbedderProxy.html" title="struct embedder_traits::EmbedderProxy">EmbedderProxy</a>,
) -> <a class="struct" href="struct.BluetoothManager.html" title="struct bluetooth::BluetoothManager">BluetoothManager</a></h4></section><section id="method.start" class="method"><a class="src rightside" href="../src/bluetooth/lib.rs.html#237-284">Source</a><h4 class="code-header">pub(crate) fn <a href="#method.start" class="fn">start</a>(&mut self)</h4></section><section id="method.test" class="method"><a class="src rightside" href="../src/bluetooth/lib.rs.html#288-303">Source</a><h4 class="code-header">pub(crate) fn <a href="#method.test" class="fn">test</a>(&mut self, data_set_name: <a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>) -> <a class="type" href="../bluetooth_traits/type.BluetoothResult.html" title="type bluetooth_traits::BluetoothResult">BluetoothResult</a><<a class="primitive" href="https://doc.rust-lang.org/1.85.0/std/primitive.unit.html">()</a>></h4></section><section id="method.remove_ids_from_caches" class="method"><a class="src rightside" href="../src/bluetooth/lib.rs.html#305-325">Source</a><h4 class="code-header">pub(crate) fn <a href="#method.remove_ids_from_caches" class="fn">remove_ids_from_caches</a>(
&mut self,
service_ids: <a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>>,
characteristic_ids: <a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>>,
descriptor_ids: <a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>>,
)</h4></section><section id="method.get_or_create_adapter" class="method"><a class="src rightside" href="../src/bluetooth/lib.rs.html#329-345">Source</a><h4 class="code-header">pub fn <a href="#method.get_or_create_adapter" class="fn">get_or_create_adapter</a>(&mut 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="enum" href="adapter/enum.BluetoothAdapter.html" title="enum bluetooth::adapter::BluetoothAdapter">BluetoothAdapter</a>></h4></section><section id="method.get_adapter" class="method"><a class="src rightside" href="../src/bluetooth/lib.rs.html#347-357">Source</a><h4 class="code-header">pub(crate) fn <a href="#method.get_adapter" class="fn">get_adapter</a>(&mut self) -> <a class="type" href="../bluetooth_traits/type.BluetoothResult.html" title="type bluetooth_traits::BluetoothResult">BluetoothResult</a><<a class="enum" href="adapter/enum.BluetoothAdapter.html" title="enum bluetooth::adapter::BluetoothAdapter">BluetoothAdapter</a>></h4></section><section id="method.get_and_cache_devices" class="method"><a class="src rightside" href="../src/bluetooth/lib.rs.html#361-376">Source</a><h4 class="code-header">pub(crate) fn <a href="#method.get_and_cache_devices" class="fn">get_and_cache_devices</a>(
&mut self,
adapter: &mut <a class="enum" href="adapter/enum.BluetoothAdapter.html" title="enum bluetooth::adapter::BluetoothAdapter">BluetoothAdapter</a>,
) -> <a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="enum" href="bluetooth/enum.BluetoothDevice.html" title="enum bluetooth::bluetooth::BluetoothDevice">BluetoothDevice</a>></h4></section><section id="method.get_device" class="method"><a class="src rightside" href="../src/bluetooth/lib.rs.html#378-387">Source</a><h4 class="code-header">pub(crate) fn <a href="#method.get_device" class="fn">get_device</a>(
&mut self,
adapter: &mut <a class="enum" href="adapter/enum.BluetoothAdapter.html" title="enum bluetooth::adapter::BluetoothAdapter">BluetoothAdapter</a>,
device_id: &<a class="primitive" href="https://doc.rust-lang.org/1.85.0/std/primitive.str.html">str</a>,
) -> <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="enum" href="bluetooth/enum.BluetoothDevice.html" title="enum bluetooth::bluetooth::BluetoothDevice">BluetoothDevice</a>></h4></section><section id="method.select_device" class="method"><a class="src rightside" href="../src/bluetooth/lib.rs.html#389-427">Source</a><h4 class="code-header">pub(crate) fn <a href="#method.select_device" class="fn">select_device</a>(
&mut self,
webview_id: <a class="struct" href="../base/id/struct.WebViewId.html" title="struct base::id::WebViewId">WebViewId</a>,
devices: <a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="enum" href="bluetooth/enum.BluetoothDevice.html" title="enum bluetooth::bluetooth::BluetoothDevice">BluetoothDevice</a>>,
adapter: &<a class="enum" href="adapter/enum.BluetoothAdapter.html" title="enum bluetooth::adapter::BluetoothAdapter">BluetoothAdapter</a>,
) -> <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="https://doc.rust-lang.org/1.85.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>></h4></section><section id="method.generate_device_id" class="method"><a class="src rightside" href="../src/bluetooth/lib.rs.html#429-439">Source</a><h4 class="code-header">pub(crate) fn <a href="#method.generate_device_id" class="fn">generate_device_id</a>(&mut self) -> <a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></h4></section><section id="method.device_from_service_id" class="method"><a class="src rightside" href="../src/bluetooth/lib.rs.html#441-444">Source</a><h4 class="code-header">pub(crate) fn <a href="#method.device_from_service_id" class="fn">device_from_service_id</a>(
&self,
service_id: &<a class="primitive" href="https://doc.rust-lang.org/1.85.0/std/primitive.str.html">str</a>,
) -> <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="enum" href="bluetooth/enum.BluetoothDevice.html" title="enum bluetooth::bluetooth::BluetoothDevice">BluetoothDevice</a>></h4></section><section id="method.device_is_cached" class="method"><a class="src rightside" href="../src/bluetooth/lib.rs.html#446-449">Source</a><h4 class="code-header">pub(crate) fn <a href="#method.device_is_cached" class="fn">device_is_cached</a>(&self, device_id: &<a class="primitive" href="https://doc.rust-lang.org/1.85.0/std/primitive.str.html">str</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.85.0/std/primitive.bool.html">bool</a></h4></section><section id="method.device_matches_filter" class="method"><a class="src rightside" href="../src/bluetooth/lib.rs.html#451-461">Source</a><h4 class="code-header">pub(crate) fn <a href="#method.device_matches_filter" class="fn">device_matches_filter</a>(
&mut self,
device_id: &<a class="primitive" href="https://doc.rust-lang.org/1.85.0/std/primitive.str.html">str</a>,
filters: &<a class="struct" href="../bluetooth_traits/scanfilter/struct.BluetoothScanfilterSequence.html" title="struct bluetooth_traits::scanfilter::BluetoothScanfilterSequence">BluetoothScanfilterSequence</a>,
) -> <a class="type" href="../bluetooth_traits/type.BluetoothResult.html" title="type bluetooth_traits::BluetoothResult">BluetoothResult</a><<a class="primitive" href="https://doc.rust-lang.org/1.85.0/std/primitive.bool.html">bool</a>></h4></section><section id="method.get_and_cache_gatt_services" class="method"><a class="src rightside" href="../src/bluetooth/lib.rs.html#465-488">Source</a><h4 class="code-header">pub(crate) fn <a href="#method.get_and_cache_gatt_services" class="fn">get_and_cache_gatt_services</a>(
&mut self,
adapter: &mut <a class="enum" href="adapter/enum.BluetoothAdapter.html" title="enum bluetooth::adapter::BluetoothAdapter">BluetoothAdapter</a>,
device_id: &<a class="primitive" href="https://doc.rust-lang.org/1.85.0/std/primitive.str.html">str</a>,
) -> <a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="enum" href="bluetooth/enum.BluetoothGATTService.html" title="enum bluetooth::bluetooth::BluetoothGATTService">BluetoothGATTService</a>></h4></section><section id="method.get_gatt_service" class="method"><a class="src rightside" href="../src/bluetooth/lib.rs.html#490-500">Source</a><h4 class="code-header">pub(crate) fn <a href="#method.get_gatt_service" class="fn">get_gatt_service</a>(
&mut self,
adapter: &mut <a class="enum" href="adapter/enum.BluetoothAdapter.html" title="enum bluetooth::adapter::BluetoothAdapter">BluetoothAdapter</a>,
service_id: &<a class="primitive" href="https://doc.rust-lang.org/1.85.0/std/primitive.str.html">str</a>,
) -> <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="enum" href="bluetooth/enum.BluetoothGATTService.html" title="enum bluetooth::bluetooth::BluetoothGATTService">BluetoothGATTService</a>></h4></section><section id="method.service_is_cached" class="method"><a class="src rightside" href="../src/bluetooth/lib.rs.html#502-505">Source</a><h4 class="code-header">pub(crate) fn <a href="#method.service_is_cached" class="fn">service_is_cached</a>(&self, service_id: &<a class="primitive" href="https://doc.rust-lang.org/1.85.0/std/primitive.str.html">str</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.85.0/std/primitive.bool.html">bool</a></h4></section><section id="method.get_and_cache_gatt_characteristics" class="method"><a class="src rightside" href="../src/bluetooth/lib.rs.html#509-528">Source</a><h4 class="code-header">pub(crate) fn <a href="#method.get_and_cache_gatt_characteristics" class="fn">get_and_cache_gatt_characteristics</a>(
&mut self,
adapter: &mut <a class="enum" href="adapter/enum.BluetoothAdapter.html" title="enum bluetooth::adapter::BluetoothAdapter">BluetoothAdapter</a>,
service_id: &<a class="primitive" href="https://doc.rust-lang.org/1.85.0/std/primitive.str.html">str</a>,
) -> <a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="enum" href="bluetooth/enum.BluetoothGATTCharacteristic.html" title="enum bluetooth::bluetooth::BluetoothGATTCharacteristic">BluetoothGATTCharacteristic</a>></h4></section><section id="method.get_gatt_characteristic" class="method"><a class="src rightside" href="../src/bluetooth/lib.rs.html#530-543">Source</a><h4 class="code-header">pub(crate) fn <a href="#method.get_gatt_characteristic" class="fn">get_gatt_characteristic</a>(
&mut self,
adapter: &mut <a class="enum" href="adapter/enum.BluetoothAdapter.html" title="enum bluetooth::adapter::BluetoothAdapter">BluetoothAdapter</a>,
characteristic_id: &<a class="primitive" href="https://doc.rust-lang.org/1.85.0/std/primitive.str.html">str</a>,
) -> <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="enum" href="bluetooth/enum.BluetoothGATTCharacteristic.html" title="enum bluetooth::bluetooth::BluetoothGATTCharacteristic">BluetoothGATTCharacteristic</a>></h4></section><section id="method.get_characteristic_properties" class="method"><a class="src rightside" href="../src/bluetooth/lib.rs.html#545-563">Source</a><h4 class="code-header">pub(crate) fn <a href="#method.get_characteristic_properties" class="fn">get_characteristic_properties</a>(
&self,
characteristic: &<a class="enum" href="bluetooth/enum.BluetoothGATTCharacteristic.html" title="enum bluetooth::bluetooth::BluetoothGATTCharacteristic">BluetoothGATTCharacteristic</a>,
) -> <a class="struct" href="struct.Flags.html" title="struct bluetooth::Flags">Flags</a></h4></section><section id="method.characteristic_is_cached" class="method"><a class="src rightside" href="../src/bluetooth/lib.rs.html#565-569">Source</a><h4 class="code-header">pub(crate) fn <a href="#method.characteristic_is_cached" class="fn">characteristic_is_cached</a>(&self, characteristic_id: &<a class="primitive" href="https://doc.rust-lang.org/1.85.0/std/primitive.str.html">str</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.85.0/std/primitive.bool.html">bool</a></h4></section><section id="method.get_and_cache_gatt_descriptors" class="method"><a class="src rightside" href="../src/bluetooth/lib.rs.html#573-592">Source</a><h4 class="code-header">pub(crate) fn <a href="#method.get_and_cache_gatt_descriptors" class="fn">get_and_cache_gatt_descriptors</a>(
&mut self,
adapter: &mut <a class="enum" href="adapter/enum.BluetoothAdapter.html" title="enum bluetooth::adapter::BluetoothAdapter">BluetoothAdapter</a>,
characteristic_id: &<a class="primitive" href="https://doc.rust-lang.org/1.85.0/std/primitive.str.html">str</a>,
) -> <a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="enum" href="bluetooth/enum.BluetoothGATTDescriptor.html" title="enum bluetooth::bluetooth::BluetoothGATTDescriptor">BluetoothGATTDescriptor</a>></h4></section><section id="method.get_gatt_descriptor" class="method"><a class="src rightside" href="../src/bluetooth/lib.rs.html#594-607">Source</a><h4 class="code-header">pub(crate) fn <a href="#method.get_gatt_descriptor" class="fn">get_gatt_descriptor</a>(
&mut self,
adapter: &mut <a class="enum" href="adapter/enum.BluetoothAdapter.html" title="enum bluetooth::adapter::BluetoothAdapter">BluetoothAdapter</a>,
descriptor_id: &<a class="primitive" href="https://doc.rust-lang.org/1.85.0/std/primitive.str.html">str</a>,
) -> <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="enum" href="bluetooth/enum.BluetoothGATTDescriptor.html" title="enum bluetooth::bluetooth::BluetoothGATTDescriptor">BluetoothGATTDescriptor</a>></h4></section><section id="method.request_device" class="method"><a class="src rightside" href="../src/bluetooth/lib.rs.html#612-655">Source</a><h4 class="code-header">pub(crate) fn <a href="#method.request_device" class="fn">request_device</a>(
&mut self,
options: <a class="struct" href="../bluetooth_traits/scanfilter/struct.RequestDeviceoptions.html" title="struct bluetooth_traits::scanfilter::RequestDeviceoptions">RequestDeviceoptions</a>,
) -> <a class="type" href="../bluetooth_traits/type.BluetoothResponseResult.html" title="type bluetooth_traits::BluetoothResponseResult">BluetoothResponseResult</a></h4></section><section id="method.gatt_server_connect" class="method"><a class="src rightside" href="../src/bluetooth/lib.rs.html#658-688">Source</a><h4 class="code-header">pub(crate) fn <a href="#method.gatt_server_connect" class="fn">gatt_server_connect</a>(
&mut self,
device_id: <a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>,
) -> <a class="type" href="../bluetooth_traits/type.BluetoothResponseResult.html" title="type bluetooth_traits::BluetoothResponseResult">BluetoothResponseResult</a></h4></section><section id="method.gatt_server_disconnect" class="method"><a class="src rightside" href="../src/bluetooth/lib.rs.html#691-711">Source</a><h4 class="code-header">pub(crate) fn <a href="#method.gatt_server_disconnect" class="fn">gatt_server_disconnect</a>(
&mut self,
device_id: <a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>,
) -> <a class="type" href="../bluetooth_traits/type.BluetoothResult.html" title="type bluetooth_traits::BluetoothResult">BluetoothResult</a><<a class="primitive" href="https://doc.rust-lang.org/1.85.0/std/primitive.unit.html">()</a>></h4></section><section id="method.get_gatt_children" class="method"><a class="src rightside" href="../src/bluetooth/lib.rs.html#714-868">Source</a><h4 class="code-header">pub(crate) fn <a href="#method.get_gatt_children" class="fn">get_gatt_children</a>(
&mut self,
id: <a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>,
uuid: <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="https://doc.rust-lang.org/1.85.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>>,
single: <a class="primitive" href="https://doc.rust-lang.org/1.85.0/std/primitive.bool.html">bool</a>,
child_type: <a class="enum" href="../bluetooth_traits/enum.GATTType.html" title="enum bluetooth_traits::GATTType">GATTType</a>,
) -> <a class="type" href="../bluetooth_traits/type.BluetoothResponseResult.html" title="type bluetooth_traits::BluetoothResponseResult">BluetoothResponseResult</a></h4></section><section id="method.read_value" class="method"><a class="src rightside" href="../src/bluetooth/lib.rs.html#872-902">Source</a><h4 class="code-header">pub(crate) fn <a href="#method.read_value" class="fn">read_value</a>(&mut self, id: <a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>) -> <a class="type" href="../bluetooth_traits/type.BluetoothResponseResult.html" title="type bluetooth_traits::BluetoothResponseResult">BluetoothResponseResult</a></h4></section><section id="method.write_value" class="method"><a class="src rightside" href="../src/bluetooth/lib.rs.html#906-941">Source</a><h4 class="code-header">pub(crate) fn <a href="#method.write_value" class="fn">write_value</a>(
&mut self,
id: <a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>,
value: <a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.85.0/std/primitive.u8.html">u8</a>>,
) -> <a class="type" href="../bluetooth_traits/type.BluetoothResponseResult.html" title="type bluetooth_traits::BluetoothResponseResult">BluetoothResponseResult</a></h4></section><section id="method.enable_notification" class="method"><a class="src rightside" href="../src/bluetooth/lib.rs.html#945-976">Source</a><h4 class="code-header">pub(crate) fn <a href="#method.enable_notification" class="fn">enable_notification</a>(
&mut self,
id: <a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>,
enable: <a class="primitive" href="https://doc.rust-lang.org/1.85.0/std/primitive.bool.html">bool</a>,
) -> <a class="type" href="../bluetooth_traits/type.BluetoothResponseResult.html" title="type bluetooth_traits::BluetoothResponseResult">BluetoothResponseResult</a></h4></section><section id="method.watch_advertisements" class="method"><a class="src rightside" href="../src/bluetooth/lib.rs.html#979-983">Source</a><h4 class="code-header">pub(crate) fn <a href="#method.watch_advertisements" class="fn">watch_advertisements</a>(
&mut self,
_device_id: <a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>,
) -> <a class="type" href="../bluetooth_traits/type.BluetoothResponseResult.html" title="type bluetooth_traits::BluetoothResponseResult">BluetoothResponseResult</a></h4></section><section id="method.get_availability" class="method"><a class="src rightside" href="../src/bluetooth/lib.rs.html#986-990">Source</a><h4 class="code-header">pub(crate) fn <a href="#method.get_availability" class="fn">get_availability</a>(&mut self) -> <a class="type" href="../bluetooth_traits/type.BluetoothResponseResult.html" title="type bluetooth_traits::BluetoothResponseResult">BluetoothResponseResult</a></h4></section></div></details></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-BluetoothManager" class="impl"><a href="#impl-Freeze-for-BluetoothManager" 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.BluetoothManager.html" title="struct bluetooth::BluetoothManager">BluetoothManager</a></h3></section><section id="impl-RefUnwindSafe-for-BluetoothManager" class="impl"><a href="#impl-RefUnwindSafe-for-BluetoothManager" 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.BluetoothManager.html" title="struct bluetooth::BluetoothManager">BluetoothManager</a></h3></section><section id="impl-Send-for-BluetoothManager" class="impl"><a href="#impl-Send-for-BluetoothManager" 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.BluetoothManager.html" title="struct bluetooth::BluetoothManager">BluetoothManager</a></h3></section><section id="impl-Sync-for-BluetoothManager" class="impl"><a href="#impl-Sync-for-BluetoothManager" 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.BluetoothManager.html" title="struct bluetooth::BluetoothManager">BluetoothManager</a></h3></section><section id="impl-Unpin-for-BluetoothManager" class="impl"><a href="#impl-Unpin-for-BluetoothManager" 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.BluetoothManager.html" title="struct bluetooth::BluetoothManager">BluetoothManager</a></h3></section><section id="impl-UnwindSafe-for-BluetoothManager" class="impl"><a href="#impl-UnwindSafe-for-BluetoothManager" 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.BluetoothManager.html" title="struct bluetooth::BluetoothManager">BluetoothManager</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" 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" 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-Instrument-for-T" class="impl"><a class="src rightside" href="../src/tracing/instrument.rs.html#325">Source</a><a href="#impl-Instrument-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="../tracing/instrument/trait.Instrument.html" title="trait tracing::instrument::Instrument">Instrument</a> for T</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instrument" class="method trait-impl"><a class="src rightside" href="../src/tracing/instrument.rs.html#86">Source</a><a href="#method.instrument" class="anchor">§</a><h4 class="code-header">fn <a href="../tracing/instrument/trait.Instrument.html#method.instrument" class="fn">instrument</a>(self, span: <a class="struct" href="../tracing/span/struct.Span.html" title="struct tracing::span::Span">Span</a>) -> <a class="struct" href="../tracing/instrument/struct.Instrumented.html" title="struct tracing::instrument::Instrumented">Instrumented</a><Self></h4></section></summary><div class='docblock'>Instruments this type with the provided <a href="../tracing/span/struct.Span.html" title="struct tracing::span::Span"><code>Span</code></a>, returning an
<code>Instrumented</code> wrapper. <a href="../tracing/instrument/trait.Instrument.html#method.instrument">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.in_current_span" class="method trait-impl"><a class="src rightside" href="../src/tracing/instrument.rs.html#128">Source</a><a href="#method.in_current_span" class="anchor">§</a><h4 class="code-header">fn <a href="../tracing/instrument/trait.Instrument.html#method.in_current_span" class="fn">in_current_span</a>(self) -> <a class="struct" href="../tracing/instrument/struct.Instrumented.html" title="struct tracing::instrument::Instrumented">Instrumented</a><Self></h4></section></summary><div class='docblock'>Instruments this type with the <a href="../tracing/span/struct.Span.html#method.current" title="associated function tracing::span::Span::current">current</a> <a href="../tracing/span/struct.Span.html" title="struct tracing::span::Span"><code>Span</code></a>, returning an
<code>Instrumented</code> wrapper. <a href="../tracing/instrument/trait.Instrument.html#method.in_current_span">Read more</a></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-IntoEither-for-T" class="impl"><a class="src rightside" href="../src/either/into_either.rs.html#64">Source</a><a href="#impl-IntoEither-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="../either/into_either/trait.IntoEither.html" title="trait either::into_either::IntoEither">IntoEither</a> for T</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.into_either" class="method trait-impl"><a class="src rightside" href="../src/either/into_either.rs.html#29">Source</a><a href="#method.into_either" class="anchor">§</a><h4 class="code-header">fn <a href="../either/into_either/trait.IntoEither.html#method.into_either" class="fn">into_either</a>(self, into_left: <a class="primitive" href="https://doc.rust-lang.org/1.85.0/std/primitive.bool.html">bool</a>) -> <a class="enum" href="../either/enum.Either.html" title="enum either::Either">Either</a><Self, Self></h4></section></summary><div class='docblock'>Converts <code>self</code> into a <a href="../either/enum.Either.html#variant.Left" title="variant either::Either::Left"><code>Left</code></a> variant of <a href="../either/enum.Either.html" title="enum either::Either"><code>Either<Self, Self></code></a>
if <code>into_left</code> is <code>true</code>.
Converts <code>self</code> into a <a href="../either/enum.Either.html#variant.Right" title="variant either::Either::Right"><code>Right</code></a> variant of <a href="../either/enum.Either.html" title="enum either::Either"><code>Either<Self, Self></code></a>
otherwise. <a href="../either/into_either/trait.IntoEither.html#method.into_either">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.into_either_with" class="method trait-impl"><a class="src rightside" href="../src/either/into_either.rs.html#55-57">Source</a><a href="#method.into_either_with" class="anchor">§</a><h4 class="code-header">fn <a href="../either/into_either/trait.IntoEither.html#method.into_either_with" class="fn">into_either_with</a><F>(self, into_left: F) -> <a class="enum" href="../either/enum.Either.html" title="enum either::Either">Either</a><Self, Self><div class="where">where
F: <a class="trait" href="https://doc.rust-lang.org/1.85.0/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(&Self) -> <a class="primitive" href="https://doc.rust-lang.org/1.85.0/std/primitive.bool.html">bool</a>,</div></h4></section></summary><div class='docblock'>Converts <code>self</code> into a <a href="../either/enum.Either.html#variant.Left" title="variant either::Either::Left"><code>Left</code></a> variant of <a href="../either/enum.Either.html" title="enum either::Either"><code>Either<Self, Self></code></a>
if <code>into_left(&self)</code> returns <code>true</code>.
Converts <code>self</code> into a <a href="../either/enum.Either.html#variant.Right" title="variant either::Either::Right"><code>Right</code></a> variant of <a href="../either/enum.Either.html" title="enum either::Either"><code>Either<Self, Self></code></a>
otherwise. <a href="../either/into_either/trait.IntoEither.html#method.into_either_with">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-MaybeBoxed%3CBox%3CT%3E%3E-for-T" class="impl"><a class="src rightside" href="../src/style/home/runner/work/servo/servo/target/debug/build/stylo-4454664bb4442bee/out/properties.rs.html#62">Source</a><a href="#impl-MaybeBoxed%3CBox%3CT%3E%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="../style/properties/generated/trait.MaybeBoxed.html" title="trait style::properties::generated::MaybeBoxed">MaybeBoxed</a><<a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><T>> for T</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.maybe_boxed-1" class="method trait-impl"><a class="src rightside" href="../src/style/home/runner/work/servo/servo/target/debug/build/stylo-4454664bb4442bee/out/properties.rs.html#64">Source</a><a href="#method.maybe_boxed-1" class="anchor">§</a><h4 class="code-header">fn <a href="../style/properties/generated/trait.MaybeBoxed.html#tymethod.maybe_boxed" class="fn">maybe_boxed</a>(self) -> <a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><T></h4></section></summary><div class='docblock'>Convert</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-MaybeBoxed%3CT%3E-for-T" class="impl"><a class="src rightside" href="../src/style/home/runner/work/servo/servo/target/debug/build/stylo-4454664bb4442bee/out/properties.rs.html#57">Source</a><a href="#impl-MaybeBoxed%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="../style/properties/generated/trait.MaybeBoxed.html" title="trait style::properties::generated::MaybeBoxed">MaybeBoxed</a><T> for T</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.maybe_boxed" class="method trait-impl"><a class="src rightside" href="../src/style/home/runner/work/servo/servo/target/debug/build/stylo-4454664bb4442bee/out/properties.rs.html#59">Source</a><a href="#method.maybe_boxed" class="anchor">§</a><h4 class="code-header">fn <a href="../style/properties/generated/trait.MaybeBoxed.html#tymethod.maybe_boxed" class="fn">maybe_boxed</a>(self) -> T</h4></section></summary><div class='docblock'>Convert</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Pointable-for-T" class="impl"><a class="src rightside" href="../src/crossbeam_epoch/atomic.rs.html#194">Source</a><a href="#impl-Pointable-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="../crossbeam_epoch/atomic/trait.Pointable.html" title="trait crossbeam_epoch::atomic::Pointable">Pointable</a> for T</h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedconstant.ALIGN" class="associatedconstant trait-impl"><a class="src rightside" href="../src/crossbeam_epoch/atomic.rs.html#195">Source</a><a href="#associatedconstant.ALIGN" class="anchor">§</a><h4 class="code-header">const <a href="../crossbeam_epoch/atomic/trait.Pointable.html#associatedconstant.ALIGN" class="constant">ALIGN</a>: <a class="primitive" href="https://doc.rust-lang.org/1.85.0/std/primitive.usize.html">usize</a></h4></section></summary><div class='docblock'>The alignment of pointer.</div></details><details class="toggle" open><summary><section id="associatedtype.Init" class="associatedtype trait-impl"><a class="src rightside" href="../src/crossbeam_epoch/atomic.rs.html#197">Source</a><a href="#associatedtype.Init" class="anchor">§</a><h4 class="code-header">type <a href="../crossbeam_epoch/atomic/trait.Pointable.html#associatedtype.Init" class="associatedtype">Init</a> = T</h4></section></summary><div class='docblock'>The type for initializers.</div></details><details class="toggle method-toggle" open><summary><section id="method.init" class="method trait-impl"><a class="src rightside" href="../src/crossbeam_epoch/atomic.rs.html#199">Source</a><a href="#method.init" class="anchor">§</a><h4 class="code-header">unsafe fn <a href="../crossbeam_epoch/atomic/trait.Pointable.html#tymethod.init" class="fn">init</a>(init: <T as <a class="trait" href="../crossbeam_epoch/atomic/trait.Pointable.html" title="trait crossbeam_epoch::atomic::Pointable">Pointable</a>>::<a class="associatedtype" href="../crossbeam_epoch/atomic/trait.Pointable.html#associatedtype.Init" title="type crossbeam_epoch::atomic::Pointable::Init">Init</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.85.0/std/primitive.usize.html">usize</a></h4></section></summary><div class='docblock'>Initializes a with the given initializer. <a href="../crossbeam_epoch/atomic/trait.Pointable.html#tymethod.init">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.deref" class="method trait-impl"><a class="src rightside" href="../src/crossbeam_epoch/atomic.rs.html#203">Source</a><a href="#method.deref" class="anchor">§</a><h4 class="code-header">unsafe fn <a href="../crossbeam_epoch/atomic/trait.Pointable.html#tymethod.deref" class="fn">deref</a><'a>(ptr: <a class="primitive" href="https://doc.rust-lang.org/1.85.0/std/primitive.usize.html">usize</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.85.0/std/primitive.reference.html">&'a T</a></h4></section></summary><div class='docblock'>Dereferences the given pointer. <a href="../crossbeam_epoch/atomic/trait.Pointable.html#tymethod.deref">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.deref_mut" class="method trait-impl"><a class="src rightside" href="../src/crossbeam_epoch/atomic.rs.html#207">Source</a><a href="#method.deref_mut" class="anchor">§</a><h4 class="code-header">unsafe fn <a href="../crossbeam_epoch/atomic/trait.Pointable.html#tymethod.deref_mut" class="fn">deref_mut</a><'a>(ptr: <a class="primitive" href="https://doc.rust-lang.org/1.85.0/std/primitive.usize.html">usize</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.85.0/std/primitive.reference.html">&'a mut T</a></h4></section></summary><div class='docblock'>Mutably dereferences the given pointer. <a href="../crossbeam_epoch/atomic/trait.Pointable.html#tymethod.deref_mut">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.drop" class="method trait-impl"><a class="src rightside" href="../src/crossbeam_epoch/atomic.rs.html#211">Source</a><a href="#method.drop" class="anchor">§</a><h4 class="code-header">unsafe fn <a href="../crossbeam_epoch/atomic/trait.Pointable.html#tymethod.drop" class="fn">drop</a>(ptr: <a class="primitive" href="https://doc.rust-lang.org/1.85.0/std/primitive.usize.html">usize</a>)</h4></section></summary><div class='docblock'>Drops the object pointed to by the given pointer. <a href="../crossbeam_epoch/atomic/trait.Pointable.html#tymethod.drop">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Same-for-T" class="impl"><a class="src rightside" href="../src/typenum/type_operators.rs.html#34">Source</a><a href="#impl-Same-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="../typenum/type_operators/trait.Same.html" title="trait typenum::type_operators::Same">Same</a> for T</h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output" class="associatedtype trait-impl"><a class="src rightside" href="../src/typenum/type_operators.rs.html#35">Source</a><a href="#associatedtype.Output" class="anchor">§</a><h4 class="code-header">type <a href="../typenum/type_operators/trait.Same.html#associatedtype.Output" class="associatedtype">Output</a> = T</h4></section></summary><div class='docblock'>Should always be <code>Self</code></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-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><details class="toggle implementors-toggle"><summary><section id="impl-VZip%3CV%3E-for-T" class="impl"><a class="src rightside" href="../src/ppv_lite86/types.rs.html#221-223">Source</a><a href="#impl-VZip%3CV%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<V, T> <a class="trait" href="../ppv_lite86/types/trait.VZip.html" title="trait ppv_lite86::types::VZip">VZip</a><V> for T<div class="where">where
V: <a class="trait" href="../ppv_lite86/types/trait.MultiLane.html" title="trait ppv_lite86::types::MultiLane">MultiLane</a><T>,</div></h3></section></summary><div class="impl-items"><section id="method.vzip" class="method trait-impl"><a class="src rightside" href="../src/ppv_lite86/types.rs.html#226">Source</a><a href="#method.vzip" class="anchor">§</a><h4 class="code-header">fn <a href="../ppv_lite86/types/trait.VZip.html#tymethod.vzip" class="fn">vzip</a>(self) -> V</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-WithSubscriber-for-T" class="impl"><a class="src rightside" href="../src/tracing/instrument.rs.html#393">Source</a><a href="#impl-WithSubscriber-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="../tracing/instrument/trait.WithSubscriber.html" title="trait tracing::instrument::WithSubscriber">WithSubscriber</a> for T</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.with_subscriber" class="method trait-impl"><a class="src rightside" href="../src/tracing/instrument.rs.html#176-178">Source</a><a href="#method.with_subscriber" class="anchor">§</a><h4 class="code-header">fn <a href="../tracing/instrument/trait.WithSubscriber.html#method.with_subscriber" class="fn">with_subscriber</a><S>(self, subscriber: S) -> <a class="struct" href="../tracing/instrument/struct.WithDispatch.html" title="struct tracing::instrument::WithDispatch">WithDispatch</a><Self><div class="where">where
S: <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="../tracing_core/dispatcher/struct.Dispatch.html" title="struct tracing_core::dispatcher::Dispatch">Dispatch</a>>,</div></h4></section></summary><div class='docblock'>Attaches the provided <a href="../tracing_core/subscriber/trait.Subscriber.html" title="trait tracing_core::subscriber::Subscriber"><code>Subscriber</code></a> to this type, returning a
<a href="../tracing/instrument/struct.WithDispatch.html" title="struct tracing::instrument::WithDispatch"><code>WithDispatch</code></a> wrapper. <a href="../tracing/instrument/trait.WithSubscriber.html#method.with_subscriber">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.with_current_subscriber" class="method trait-impl"><a class="src rightside" href="../src/tracing/instrument.rs.html#228">Source</a><a href="#method.with_current_subscriber" class="anchor">§</a><h4 class="code-header">fn <a href="../tracing/instrument/trait.WithSubscriber.html#method.with_current_subscriber" class="fn">with_current_subscriber</a>(self) -> <a class="struct" href="../tracing/instrument/struct.WithDispatch.html" title="struct tracing::instrument::WithDispatch">WithDispatch</a><Self></h4></section></summary><div class='docblock'>Attaches the current <a href="../tracing/dispatcher/index.html#setting-the-default-subscriber" title="mod tracing::dispatcher">default</a> <a href="../tracing_core/subscriber/trait.Subscriber.html" title="trait tracing_core::subscriber::Subscriber"><code>Subscriber</code></a> to this type, returning a
<a href="../tracing/instrument/struct.WithDispatch.html" title="struct tracing::instrument::WithDispatch"><code>WithDispatch</code></a> wrapper. <a href="../tracing/instrument/trait.WithSubscriber.html#method.with_current_subscriber">Read more</a></div></details></div></details><section id="impl-ErasedDestructor-for-T" class="impl"><a class="src rightside" href="../src/yoke/erased.rs.html#22">Source</a><a href="#impl-ErasedDestructor-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="../yoke/erased/trait.ErasedDestructor.html" title="trait yoke::erased::ErasedDestructor">ErasedDestructor</a> for T<div class="where">where
T: 'static,</div></h3></section><section id="impl-MaybeSendSync-for-T" class="impl"><a class="src rightside" href="../src/icu_provider/any.rs.html#32">Source</a><a href="#impl-MaybeSendSync-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="../icu_provider/any/trait.MaybeSendSync.html" title="trait icu_provider::any::MaybeSendSync">MaybeSendSync</a> for T</h3></section></div></section></div></main></body></html>