Struct dash_mpd::ContentComponent [−][src]
pub struct ContentComponent {
    pub id: Option<String>,
    pub lang: Option<String>,
    pub contentType: Option<String>,
    pub par: Option<String>,
    pub tag: Option<String>,
    pub Accessibility: Option<Accessibility>,
}Expand description
Describes a media content component.
Fields
id: Option<String>lang: Option<String>Language in RFC 5646 format
contentType: Option<String>par: Option<String>tag: Option<String>Accessibility: Option<Accessibility>Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for ContentComponent
impl Send for ContentComponent
impl Sync for ContentComponent
impl Unpin for ContentComponent
impl UnwindSafe for ContentComponent
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
