Searched refs:Mutable (Results 1 – 3 of 3) sorted by relevance
| /wasmtime-44.0.1/crates/wasi-http/src/p3/ |
| H A D | mod.rs | 265 Mutable(Arc<T>), enumerator 281 Self::Mutable(v) | Self::Immutable(v) => v, in deref() 289 Self::Mutable(v.into()) in new_mutable() 308 Self::Mutable(v) | Self::Immutable(v) => v, in into_arc() 322 Self::Mutable(v) => Some(Arc::make_mut(v)), in get_mut()
|
| /wasmtime-44.0.1/crates/wasi-http/src/ |
| H A D | field_map.rs | 32 Mutable(usize), enumerator 65 limit: Limit::Mutable(limit), in new_mutable() 147 Limit::Mutable(limit) => Ok((Arc::make_mut(&mut self.map), limit, &mut self.size)), in mutable() 173 self.limit = Limit::Mutable(limit); in set_mutable()
|
| /wasmtime-44.0.1/crates/wiggle/generate/src/ |
| H A D | config.rs | 41 Mutable(bool), enumerator 91 Ok(ConfigField::Mutable(input.parse::<syn::LitBool>()?.value)) in parse() 138 ConfigField::Mutable(c) => { in build()
|