Struct dharitri_wasm::abi::TypeDescriptionContainerImpl
source · pub struct TypeDescriptionContainerImpl(pub HashMap<String, TypeDescription>);Tuple Fields§
§0: HashMap<String, TypeDescription>Trait Implementations§
source§impl Debug for TypeDescriptionContainerImpl
impl Debug for TypeDescriptionContainerImpl
Auto Trait Implementations§
impl RefUnwindSafe for TypeDescriptionContainerImpl
impl Send for TypeDescriptionContainerImpl
impl Sync for TypeDescriptionContainerImpl
impl Unpin for TypeDescriptionContainerImpl
impl UnwindSafe for TypeDescriptionContainerImpl
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