Enum planus_cli::ast::MetadataValueKind [−][src]
pub enum MetadataValueKind {
Show 24 variants
ForceAlign(IntegerLiteral),
BitFlags,
CsharpPartial,
Private,
NativeType(StringLiteral),
NativeTypePackName(StringLiteral),
OriginalOrder,
Required,
Deprecated,
Key,
Shared,
NestedFlatbuffer(StringLiteral),
Id(IntegerLiteral),
Hash(StringLiteral),
CppType(StringLiteral),
CppPtrType(StringLiteral),
CppPtrTypeGet(StringLiteral),
CppStrType(StringLiteral),
CppStrFlexCtor,
NativeInline,
NativeDefault(StringLiteral),
Flexbuffer,
Streaming(StringLiteral),
Idempotent,
}Variants
ForceAlign(IntegerLiteral)
Tuple Fields
BitFlags
CsharpPartial
Private
NativeType(StringLiteral)
Tuple Fields
NativeTypePackName(StringLiteral)
Tuple Fields
OriginalOrder
Required
Deprecated
Key
Shared
NestedFlatbuffer(StringLiteral)
Tuple Fields
Id(IntegerLiteral)
Tuple Fields
Hash(StringLiteral)
Tuple Fields
CppType(StringLiteral)
Tuple Fields
CppPtrType(StringLiteral)
Tuple Fields
CppPtrTypeGet(StringLiteral)
Tuple Fields
CppStrType(StringLiteral)
Tuple Fields
CppStrFlexCtor
NativeInline
NativeDefault(StringLiteral)
Tuple Fields
Flexbuffer
Streaming(StringLiteral)
Tuple Fields
Idempotent
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MetadataValueKind
impl Send for MetadataValueKind
impl Sync for MetadataValueKind
impl Unpin for MetadataValueKind
impl UnwindSafe for MetadataValueKind
Blanket Implementations
Mutably borrows from an owned value. Read more
