pub struct AnnotatedWasmConfig<'a> {
pub config: &'a WasmConfig,
pub annotations: BTreeMap<String, String>,
}
Fields§
§config: &'a WasmConfig
§annotations: BTreeMap<String, String>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for AnnotatedWasmConfig<'a>
impl<'a> RefUnwindSafe for AnnotatedWasmConfig<'a>
impl<'a> Send for AnnotatedWasmConfig<'a>
impl<'a> Sync for AnnotatedWasmConfig<'a>
impl<'a> Unpin for AnnotatedWasmConfig<'a>
impl<'a> UnwindSafe for AnnotatedWasmConfig<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more