Enum rspotify_model::enums::types::CopyrightType [−][src]
pub enum CopyrightType {
Performance,
Copyright,
}Expand description
Copyright type: C = the copyright, P = the sound recording (performance)
copyright.
Variants
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 CopyrightType
impl Send for CopyrightType
impl Sync for CopyrightType
impl Unpin for CopyrightType
impl UnwindSafe for CopyrightType
Blanket Implementations
Mutably borrows from an owned value. Read more