Enum dae_parser::ArrayElement [−][src]
pub enum ArrayElement {
IdRef(Box<[String]>),
Name(Box<[String]>),
Bool(Box<[bool]>),
Float(Box<[f32]>),
Int(Box<[u32]>),
}
Variants
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ArrayElement
impl Send for ArrayElement
impl Sync for ArrayElement
impl Unpin for ArrayElement
impl UnwindSafe for ArrayElement
Blanket Implementations
Mutably borrows from an owned value. Read more