Enum lofty::id3::v2::FrameID [−][src]
Expand description
An ID3v2 frame ID
Variants
Valid(String)
Tuple Fields
0: StringA valid ID3v2.3/4 frame
Outdated(String)
Tuple Fields
0: StringWhen an ID3v2.2 key couldn’t be upgraded
This will not be written. It is up to the user to upgrade and store the key as Id3v2Frame::Valid.
The entire frame is stored as ItemValue::Binary.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FrameID
impl UnwindSafe for FrameID
Blanket Implementations
Mutably borrows from an owned value. Read more
