pub struct Creators {
pub created_by: Option<Vec<Creator>>,
pub voice_by: Option<Vec<Creator>>,
pub illust_by: Option<Vec<Creator>>,
pub scenario_by: Option<Vec<Creator>>,
}Fields§
§created_by: Option<Vec<Creator>>§voice_by: Option<Vec<Creator>>§illust_by: Option<Vec<Creator>>§scenario_by: Option<Vec<Creator>>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Creators
impl<'de> Deserialize<'de> for Creators
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
impl StructuralPartialEq for Creators
Auto Trait Implementations§
impl Freeze for Creators
impl RefUnwindSafe for Creators
impl Send for Creators
impl Sync for Creators
impl Unpin for Creators
impl UnwindSafe for Creators
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