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<Url>,
}
Expand description
Defines authoring information for asset management.
Fields
The author’s name
The name of the authoring tool
comments: Option<String>
Comments from this contributor
copyright: Option<String>
Copyright information
source_data: Option<Url>
A reference to the source data used for this asset
Implementations
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