pub struct Data {Show 30 fields
pub id: String,
pub type_: String,
pub additional_descriptions: Vec<Description>,
pub additional_titles: Vec<Title>,
pub additional_type: String,
pub archive_locations: Vec<String>,
pub citations: Vec<Citation>,
pub container: Container,
pub content: String,
pub contributors: Vec<Contributor>,
pub date_published: String,
pub date_updated: String,
pub dates: Dates,
pub description: String,
pub files: Vec<File>,
pub funding_references: Vec<FundingReference>,
pub geo_locations: Vec<GeoLocation>,
pub identifiers: Vec<Identifier>,
pub image: String,
pub language: String,
pub license: License,
pub provider: String,
pub publisher: Publisher,
pub references: Vec<Reference>,
pub relations: Vec<Relation>,
pub schema_version: String,
pub subjects: Vec<Subject>,
pub title: String,
pub url: String,
pub version: String,
}Expand description
The native Commonmeta record, shaped like the v1.0 JSON schema.
Fields§
§id: String§type_: String§additional_descriptions: Vec<Description>§additional_titles: Vec<Title>§additional_type: String§archive_locations: Vec<String>§citations: Vec<Citation>§container: Container§content: String§contributors: Vec<Contributor>§date_published: String§date_updated: String§dates: Dates§description: String§files: Vec<File>§funding_references: Vec<FundingReference>§geo_locations: Vec<GeoLocation>§identifiers: Vec<Identifier>§image: String§language: String§license: License§provider: String§publisher: Publisher§references: Vec<Reference>§relations: Vec<Relation>§schema_version: String§subjects: Vec<Subject>§title: String§url: String§version: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for Data
impl<'de> Deserialize<'de> for Data
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 Data
Auto Trait Implementations§
impl Freeze for Data
impl RefUnwindSafe for Data
impl Send for Data
impl Sync for Data
impl Unpin for Data
impl UnsafeUnpin for Data
impl UnwindSafe for Data
Blanket Implementations§
impl<T> Allocation for T
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