[][src]Trait climeta::TableRow

pub trait TableRow {
type Kind: TableKind;
}

Associated Types

type Kind: TableKind

Loading content...

Implementors

impl<'db> TableRow for Assembly<'db>[src]

type Kind = Assembly

impl<'db> TableRow for AssemblyOS<'db>[src]

impl<'db> TableRow for AssemblyProcessor<'db>[src]

impl<'db> TableRow for AssemblyRef<'db>[src]

impl<'db> TableRow for AssemblyRefOS<'db>[src]

impl<'db> TableRow for AssemblyRefProcessor<'db>[src]

impl<'db> TableRow for ClassLayout<'db>[src]

impl<'db> TableRow for Constant<'db>[src]

type Kind = Constant

impl<'db> TableRow for CustomAttribute<'db>[src]

impl<'db> TableRow for DeclSecurity<'db>[src]

impl<'db> TableRow for Event<'db>[src]

type Kind = Event

impl<'db> TableRow for EventMap<'db>[src]

type Kind = EventMap

impl<'db> TableRow for ExportedType<'db>[src]

impl<'db> TableRow for Field<'db>[src]

type Kind = Field

impl<'db> TableRow for FieldLayout<'db>[src]

impl<'db> TableRow for FieldMarshal<'db>[src]

impl<'db> TableRow for FieldRVA<'db>[src]

type Kind = FieldRVA

impl<'db> TableRow for File<'db>[src]

type Kind = File

impl<'db> TableRow for GenericParam<'db>[src]

impl<'db> TableRow for GenericParamConstraint<'db>[src]

impl<'db> TableRow for ImplMap<'db>[src]

type Kind = ImplMap

impl<'db> TableRow for InterfaceImpl<'db>[src]

impl<'db> TableRow for ManifestResource<'db>[src]

impl<'db> TableRow for MemberRef<'db>[src]

impl<'db> TableRow for MethodDef<'db>[src]

impl<'db> TableRow for MethodImpl<'db>[src]

impl<'db> TableRow for MethodSemantics<'db>[src]

impl<'db> TableRow for MethodSpec<'db>[src]

impl<'db> TableRow for Module<'db>[src]

type Kind = Module

impl<'db> TableRow for ModuleRef<'db>[src]

impl<'db> TableRow for NestedClass<'db>[src]

impl<'db> TableRow for Param<'db>[src]

type Kind = Param

impl<'db> TableRow for Property<'db>[src]

type Kind = Property

impl<'db> TableRow for PropertyMap<'db>[src]

impl<'db> TableRow for StandAloneSig<'db>[src]

impl<'db> TableRow for TypeDef<'db>[src]

type Kind = TypeDef

impl<'db> TableRow for TypeRef<'db>[src]

type Kind = TypeRef

impl<'db> TableRow for TypeSpec<'db>[src]

type Kind = TypeSpec

Loading content...