-
Notifications
You must be signed in to change notification settings - Fork 145
Expand file tree
/
Copy pathpublic-api.lock
More file actions
247 lines (124 loc) · 10.5 KB
/
public-api.lock
File metadata and controls
247 lines (124 loc) · 10.5 KB
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
pub mod vortex_session
pub mod vortex_session::registry
pub struct vortex_session::registry::CachedId
impl vortex_session::registry::CachedId
pub const fn vortex_session::registry::CachedId::new(s: &'static str) -> Self
impl core::ops::deref::Deref for vortex_session::registry::CachedId
pub type vortex_session::registry::CachedId::Target = vortex_session::registry::Id
pub fn vortex_session::registry::CachedId::deref(&self) -> &vortex_session::registry::Id
pub struct vortex_session::registry::Context<T>
impl<T: core::clone::Clone> vortex_session::registry::Context<T>
pub fn vortex_session::registry::Context<T>::empty() -> Self
pub fn vortex_session::registry::Context<T>::intern(&self, id: &vortex_session::registry::Id) -> core::option::Option<u16>
pub fn vortex_session::registry::Context<T>::new(ids: alloc::vec::Vec<vortex_session::registry::Id>) -> Self
pub fn vortex_session::registry::Context<T>::to_ids(&self) -> alloc::vec::Vec<vortex_session::registry::Id>
pub fn vortex_session::registry::Context<T>::with_registry(self, registry: vortex_session::registry::Registry<T>) -> Self
impl<T: core::clone::Clone> core::clone::Clone for vortex_session::registry::Context<T>
pub fn vortex_session::registry::Context<T>::clone(&self) -> vortex_session::registry::Context<T>
impl<T: core::fmt::Debug> core::fmt::Debug for vortex_session::registry::Context<T>
pub fn vortex_session::registry::Context<T>::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl<T> core::default::Default for vortex_session::registry::Context<T>
pub fn vortex_session::registry::Context<T>::default() -> Self
pub struct vortex_session::registry::Id(_)
impl vortex_session::registry::Id
pub fn vortex_session::registry::Id::as_str(&self) -> &str
pub fn vortex_session::registry::Id::new(s: &str) -> Self
pub fn vortex_session::registry::Id::new_static(s: &'static str) -> Self
impl core::clone::Clone for vortex_session::registry::Id
pub fn vortex_session::registry::Id::clone(&self) -> vortex_session::registry::Id
impl core::cmp::Eq for vortex_session::registry::Id
impl core::cmp::Ord for vortex_session::registry::Id
pub fn vortex_session::registry::Id::cmp(&self, other: &Self) -> core::cmp::Ordering
impl core::cmp::PartialEq for vortex_session::registry::Id
pub fn vortex_session::registry::Id::eq(&self, other: &vortex_session::registry::Id) -> bool
impl core::cmp::PartialEq<&vortex_session::registry::Id> for vortex_session::registry::Id
pub fn vortex_session::registry::Id::eq(&self, other: &&vortex_session::registry::Id) -> bool
impl core::cmp::PartialEq<vortex_session::registry::Id> for &vortex_session::registry::Id
pub fn &vortex_session::registry::Id::eq(&self, other: &vortex_session::registry::Id) -> bool
impl core::cmp::PartialOrd for vortex_session::registry::Id
pub fn vortex_session::registry::Id::partial_cmp(&self, other: &Self) -> core::option::Option<core::cmp::Ordering>
impl core::convert::AsRef<str> for vortex_session::registry::Id
pub fn vortex_session::registry::Id::as_ref(&self) -> &str
impl core::convert::From<&str> for vortex_session::registry::Id
pub fn vortex_session::registry::Id::from(s: &str) -> Self
impl core::fmt::Debug for vortex_session::registry::Id
pub fn vortex_session::registry::Id::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl core::fmt::Display for vortex_session::registry::Id
pub fn vortex_session::registry::Id::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl core::hash::Hash for vortex_session::registry::Id
pub fn vortex_session::registry::Id::hash<__H: core::hash::Hasher>(&self, state: &mut __H)
impl core::marker::Copy for vortex_session::registry::Id
impl core::marker::StructuralPartialEq for vortex_session::registry::Id
pub struct vortex_session::registry::ReadContext
impl vortex_session::registry::ReadContext
pub fn vortex_session::registry::ReadContext::ids(&self) -> &[vortex_session::registry::Id]
pub fn vortex_session::registry::ReadContext::new(ids: impl core::convert::Into<alloc::sync::Arc<[vortex_session::registry::Id]>>) -> Self
pub fn vortex_session::registry::ReadContext::resolve(&self, idx: u16) -> core::option::Option<vortex_session::registry::Id>
impl core::clone::Clone for vortex_session::registry::ReadContext
pub fn vortex_session::registry::ReadContext::clone(&self) -> vortex_session::registry::ReadContext
impl core::fmt::Debug for vortex_session::registry::ReadContext
pub fn vortex_session::registry::ReadContext::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
pub struct vortex_session::registry::Registry<T>(_)
impl<T: core::clone::Clone> vortex_session::registry::Registry<T>
pub fn vortex_session::registry::Registry<T>::empty() -> Self
pub fn vortex_session::registry::Registry<T>::find(&self, id: &vortex_session::registry::Id) -> core::option::Option<T>
pub fn vortex_session::registry::Registry<T>::find_many<'a>(&self, ids: impl core::iter::traits::collect::IntoIterator<Item = &'a vortex_session::registry::Id>) -> impl core::iter::traits::iterator::Iterator<Item = core::option::Option<impl core::ops::deref::Deref<Target = T>>>
pub fn vortex_session::registry::Registry<T>::ids(&self) -> impl core::iter::traits::iterator::Iterator<Item = vortex_session::registry::Id> + '_
pub fn vortex_session::registry::Registry<T>::items(&self) -> impl core::iter::traits::iterator::Iterator<Item = T> + '_
pub fn vortex_session::registry::Registry<T>::register(&self, id: impl core::convert::Into<vortex_session::registry::Id>, item: impl core::convert::Into<T>)
pub fn vortex_session::registry::Registry<T>::with(self, id: impl core::convert::Into<vortex_session::registry::Id>, item: impl core::convert::Into<T>) -> Self
impl<T: core::clone::Clone> core::clone::Clone for vortex_session::registry::Registry<T>
pub fn vortex_session::registry::Registry<T>::clone(&self) -> vortex_session::registry::Registry<T>
impl<T: core::fmt::Debug> core::fmt::Debug for vortex_session::registry::Registry<T>
pub fn vortex_session::registry::Registry<T>::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl<T> core::default::Default for vortex_session::registry::Registry<T>
pub fn vortex_session::registry::Registry<T>::default() -> Self
pub struct vortex_session::Ref<'a, T>(_)
impl<'a, T> vortex_session::Ref<'a, T>
pub fn vortex_session::Ref<'a, T>::map<F, U>(self, f: F) -> vortex_session::Ref<'a, U> where F: core::ops::function::FnOnce(&T) -> &U
impl<'a, T> core::ops::deref::Deref for vortex_session::Ref<'a, T>
pub type vortex_session::Ref<'a, T>::Target = T
pub fn vortex_session::Ref<'a, T>::deref(&self) -> &Self::Target
pub struct vortex_session::RefMut<'a, T>(_)
impl<'a, T> vortex_session::RefMut<'a, T>
pub fn vortex_session::RefMut<'a, T>::map<F, U>(self, f: F) -> vortex_session::RefMut<'a, U> where F: core::ops::function::FnOnce(&mut T) -> &mut U
impl<'a, T> core::ops::deref::Deref for vortex_session::RefMut<'a, T>
pub type vortex_session::RefMut<'a, T>::Target = T
pub fn vortex_session::RefMut<'a, T>::deref(&self) -> &Self::Target
impl<'a, T> core::ops::deref::DerefMut for vortex_session::RefMut<'a, T>
pub fn vortex_session::RefMut<'a, T>::deref_mut(&mut self) -> &mut Self::Target
pub struct vortex_session::VortexSession(_)
impl vortex_session::VortexSession
pub fn vortex_session::VortexSession::allow_unknown(self) -> Self
pub fn vortex_session::VortexSession::allows_unknown(&self) -> bool
pub fn vortex_session::VortexSession::empty() -> Self
pub fn vortex_session::VortexSession::with<V: vortex_session::SessionVar + core::default::Default>(self) -> Self
pub fn vortex_session::VortexSession::with_some<V: vortex_session::SessionVar>(self, var: V) -> Self
impl core::clone::Clone for vortex_session::VortexSession
pub fn vortex_session::VortexSession::clone(&self) -> vortex_session::VortexSession
impl core::fmt::Debug for vortex_session::VortexSession
pub fn vortex_session::VortexSession::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl vortex_session::SessionExt for vortex_session::VortexSession
pub fn vortex_session::VortexSession::get<V: vortex_session::SessionVar + core::default::Default>(&self) -> vortex_session::Ref<'_, V>
pub fn vortex_session::VortexSession::get_mut<V: vortex_session::SessionVar + core::default::Default>(&self) -> vortex_session::RefMut<'_, V>
pub fn vortex_session::VortexSession::get_mut_opt<V: vortex_session::SessionVar>(&self) -> core::option::Option<vortex_session::RefMut<'_, V>>
pub fn vortex_session::VortexSession::get_opt<V: vortex_session::SessionVar>(&self) -> core::option::Option<vortex_session::Ref<'_, V>>
pub fn vortex_session::VortexSession::session(&self) -> vortex_session::VortexSession
pub trait vortex_session::SessionExt: core::marker::Sized + vortex_session::private::Sealed
pub fn vortex_session::SessionExt::get<V: vortex_session::SessionVar + core::default::Default>(&self) -> vortex_session::Ref<'_, V>
pub fn vortex_session::SessionExt::get_mut<V: vortex_session::SessionVar + core::default::Default>(&self) -> vortex_session::RefMut<'_, V>
pub fn vortex_session::SessionExt::get_mut_opt<V: vortex_session::SessionVar>(&self) -> core::option::Option<vortex_session::RefMut<'_, V>>
pub fn vortex_session::SessionExt::get_opt<V: vortex_session::SessionVar>(&self) -> core::option::Option<vortex_session::Ref<'_, V>>
pub fn vortex_session::SessionExt::session(&self) -> vortex_session::VortexSession
impl vortex_session::SessionExt for vortex_session::VortexSession
pub fn vortex_session::VortexSession::get<V: vortex_session::SessionVar + core::default::Default>(&self) -> vortex_session::Ref<'_, V>
pub fn vortex_session::VortexSession::get_mut<V: vortex_session::SessionVar + core::default::Default>(&self) -> vortex_session::RefMut<'_, V>
pub fn vortex_session::VortexSession::get_mut_opt<V: vortex_session::SessionVar>(&self) -> core::option::Option<vortex_session::RefMut<'_, V>>
pub fn vortex_session::VortexSession::get_opt<V: vortex_session::SessionVar>(&self) -> core::option::Option<vortex_session::Ref<'_, V>>
pub fn vortex_session::VortexSession::session(&self) -> vortex_session::VortexSession
pub trait vortex_session::SessionVar: core::any::Any + core::marker::Send + core::marker::Sync + core::fmt::Debug + 'static
pub fn vortex_session::SessionVar::as_any(&self) -> &dyn core::any::Any
pub fn vortex_session::SessionVar::as_any_mut(&mut self) -> &mut dyn core::any::Any
impl<T: core::marker::Send + core::marker::Sync + core::fmt::Debug + 'static> vortex_session::SessionVar for T
pub fn T::as_any(&self) -> &dyn core::any::Any
pub fn T::as_any_mut(&mut self) -> &mut dyn core::any::Any