pub enum Tag {
Show 34 variants
CsmTextSettings(CsmTextSettings),
DefineBinaryData(DefineBinaryData),
DefineBitmap(DefineBitmap),
DefineButton(DefineButton),
DefineCffFont(DefineCffFont),
DefineDynamicText(DefineDynamicText),
DefineFont(DefineFont),
DefineFontAlignZones(DefineFontAlignZones),
DefineFontInfo(DefineFontInfo),
DefineFontName(DefineFontName),
DefineJpegTables(DefineJpegTables),
DefineMorphShape(DefineMorphShape),
DefinePartialFont(DefinePartialFont),
DefineSceneAndFrameLabelData(DefineSceneAndFrameLabelData),
DefineShape(DefineShape),
DefineSound(DefineSound),
DefineSprite(DefineSprite),
DefineText(DefineText),
DoAction(DoAction),
DoInitAction(DoInitAction),
EnableDebugger(EnableDebugger),
ExportAssets(ExportAssets),
FileAttributes(FileAttributes),
FrameLabel(FrameLabel),
ImportAssets(ImportAssets),
Metadata(Metadata),
PlaceObject(PlaceObject),
RemoveObject(RemoveObject),
SetBackgroundColor(SetBackgroundColor),
ShowFrame,
SoundStreamBlock(SoundStreamBlock),
SoundStreamHead(SoundStreamHead),
Telemetry(Telemetry),
Unknown(Unknown),
}Variants§
CsmTextSettings(CsmTextSettings)
DefineBinaryData(DefineBinaryData)
DefineBitmap(DefineBitmap)
DefineButton(DefineButton)
DefineCffFont(DefineCffFont)
DefineDynamicText(DefineDynamicText)
DefineFont(DefineFont)
DefineFontAlignZones(DefineFontAlignZones)
DefineFontInfo(DefineFontInfo)
DefineFontName(DefineFontName)
DefineJpegTables(DefineJpegTables)
DefineMorphShape(DefineMorphShape)
DefinePartialFont(DefinePartialFont)
DefineSceneAndFrameLabelData(DefineSceneAndFrameLabelData)
DefineShape(DefineShape)
DefineSound(DefineSound)
DefineSprite(DefineSprite)
DefineText(DefineText)
DoAction(DoAction)
DoInitAction(DoInitAction)
EnableDebugger(EnableDebugger)
ExportAssets(ExportAssets)
FileAttributes(FileAttributes)
FrameLabel(FrameLabel)
ImportAssets(ImportAssets)
Metadata(Metadata)
PlaceObject(PlaceObject)
RemoveObject(RemoveObject)
SetBackgroundColor(SetBackgroundColor)
ShowFrame
SoundStreamBlock(SoundStreamBlock)
SoundStreamHead(SoundStreamHead)
Telemetry(Telemetry)
Unknown(Unknown)
Trait Implementations§
source§impl<'de> Deserialize<'de> for Tag
impl<'de> Deserialize<'de> for Tag
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more