Struct vndb_api::format::release::ReleaseProducer
source · pub struct ReleaseProducer {
pub developer: Option<bool>,
pub publisher: Option<bool>,
pub id: Option<String>,
pub name: Option<String>,
pub aliases: Option<Vec<String>>,
pub lang: Option<Language>,
pub type: Option<ProducerType>,
pub description: Option<String>,
}Fields§
§developer: Option<bool>§publisher: Option<bool>§id: Option<String>All /producer fields are also available
name: Option<String>§aliases: Option<Vec<String>>§lang: Option<Language>§type: Option<ProducerType>§description: Option<String>Trait Implementations§
source§impl Debug for ReleaseProducer
impl Debug for ReleaseProducer
source§impl<'de> Deserialize<'de> for ReleaseProducer
impl<'de> Deserialize<'de> for ReleaseProducer
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
Auto Trait Implementations§
impl Freeze for ReleaseProducer
impl RefUnwindSafe for ReleaseProducer
impl Send for ReleaseProducer
impl Sync for ReleaseProducer
impl Unpin for ReleaseProducer
impl UnwindSafe for ReleaseProducer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more