pub struct Copyright {
pub content: Option<String>,
}
Expand description
Copyright information concerning the media stream.
Fields§
§content: Option<String>
Trait Implementations§
source§impl<'de> Deserialize<'de> for Copyrightwhere
Copyright: Default,
impl<'de> Deserialize<'de> for Copyrightwhere Copyright: Default,
source§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