type Id: Into<Id<WebidlCompoundType>>impl WebidlTypeId for WebidlCompoundType[src]type Id = Id<WebidlCompoundType>fn wrap(id: Id<WebidlCompoundType>) -> Self::Id[src]fn get(ty: &WebidlCompoundType) -> Option<&Self>[src]fn get_mut(ty: &mut WebidlCompoundType) -> Option<&mut Self>[src]impl WebidlTypeId for WebidlDictionary[src]type Id = WebidlDictionaryIdfn wrap(id: Id<WebidlCompoundType>) -> Self::Id[src]fn get(ty: &WebidlCompoundType) -> Option<&Self>[src]fn get_mut(ty: &mut WebidlCompoundType) -> Option<&mut Self>[src]impl WebidlTypeId for WebidlEnumeration[src]type Id = WebidlEnumerationIdfn wrap(id: Id<WebidlCompoundType>) -> Self::Id[src]fn get(ty: &WebidlCompoundType) -> Option<&Self>[src]fn get_mut(ty: &mut WebidlCompoundType) -> Option<&mut Self>[src]impl WebidlTypeId for WebidlFunction[src]type Id = WebidlFunctionIdfn wrap(id: Id<WebidlCompoundType>) -> Self::Id[src]fn get(ty: &WebidlCompoundType) -> Option<&Self>[src]fn get_mut(ty: &mut WebidlCompoundType) -> Option<&mut Self>[src]impl WebidlTypeId for WebidlUnion[src]type Id = WebidlUnionIdfn wrap(id: Id<WebidlCompoundType>) -> Self::Id[src]fn get(ty: &WebidlCompoundType) -> Option<&Self>[src]fn get_mut(ty: &mut WebidlCompoundType) -> Option<&mut Self>[src]