Struct dae_parser::Contributor [−][src]
pub struct Contributor {
pub author: Option<String>,
pub authoring_tool: Option<String>,
pub comments: Option<String>,
pub copyright: Option<String>,
pub source_data: Option<String>,
}
Fields
comments: Option<String>
copyright: Option<String>
source_data: Option<String>
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for Contributor
impl Send for Contributor
impl Sync for Contributor
impl Unpin for Contributor
impl UnwindSafe for Contributor
Blanket Implementations
Mutably borrows from an owned value. Read more