pub struct PublicationIssue {Show 35 fields
pub type_: PublicationIssue_,
pub about: Option<Vec<ThingTypes>>,
pub alternate_names: Option<Vec<String>>,
pub authors: Option<Vec<CreativeWorkAuthors>>,
pub comments: Option<Vec<Comment>>,
pub content: Option<Box<CreativeWorkContent>>,
pub date_accepted: Option<Box<Date>>,
pub date_created: Option<Box<Date>>,
pub date_modified: Option<Box<Date>>,
pub date_published: Option<Box<Date>>,
pub date_received: Option<Box<Date>>,
pub description: Option<Box<ThingDescription>>,
pub editors: Option<Vec<Person>>,
pub funded_by: Option<Vec<CreativeWorkFundedBy>>,
pub funders: Option<Vec<CreativeWorkFunders>>,
pub genre: Option<Vec<String>>,
pub id: Option<Box<String>>,
pub identifiers: Option<Vec<ThingIdentifiers>>,
pub images: Option<Vec<ThingImages>>,
pub is_part_of: Option<Box<CreativeWorkTypes>>,
pub issue_number: Option<Box<PublicationIssueIssueNumber>>,
pub keywords: Option<Vec<String>>,
pub licenses: Option<Vec<CreativeWorkLicenses>>,
pub maintainers: Option<Vec<CreativeWorkMaintainers>>,
pub name: Option<Box<String>>,
pub page_end: Option<Box<PublicationIssuePageEnd>>,
pub page_start: Option<Box<PublicationIssuePageStart>>,
pub pagination: Option<Box<String>>,
pub parts: Option<Vec<CreativeWorkTypes>>,
pub publisher: Option<Box<CreativeWorkPublisher>>,
pub references: Option<Vec<CreativeWorkReferences>>,
pub text: Option<Box<String>>,
pub title: Option<Box<CreativeWorkTitle>>,
pub url: Option<Box<String>>,
pub version: Option<Box<CreativeWorkVersion>>,
}
Expand description
A part of a successively published publication such as a periodical or publication volume, often numbered.
Fields§
§type_: PublicationIssue_
The name of this type
about: Option<Vec<ThingTypes>>
The subject matter of the content.
alternate_names: Option<Vec<String>>
Alternate names (aliases) for the item.
The authors of this creative work.
comments: Option<Vec<Comment>>
Comments about this creative work.
content: Option<Box<CreativeWorkContent>>
The structured content of this creative work c.f. property text
.
date_accepted: Option<Box<Date>>
Date/time of acceptance.
date_created: Option<Box<Date>>
Date/time of creation.
date_modified: Option<Box<Date>>
Date/time of most recent modification.
date_published: Option<Box<Date>>
Date of first publication.
date_received: Option<Box<Date>>
Date/time that work was received.
description: Option<Box<ThingDescription>>
A description of the item.
editors: Option<Vec<Person>>
People who edited the CreativeWork
.
funded_by: Option<Vec<CreativeWorkFundedBy>>
Grants that funded the CreativeWork
; reverse of fundedItems
.
funders: Option<Vec<CreativeWorkFunders>>
People or organizations that funded the CreativeWork
.
genre: Option<Vec<String>>
Genre of the creative work, broadcast channel or group.
id: Option<Box<String>>
The identifier for this item.
identifiers: Option<Vec<ThingIdentifiers>>
Any kind of identifier for any kind of Thing.
images: Option<Vec<ThingImages>>
Images of the item.
is_part_of: Option<Box<CreativeWorkTypes>>
An item or other CreativeWork that this CreativeWork is a part of.
issue_number: Option<Box<PublicationIssueIssueNumber>>
Identifies the issue of publication; for example, “iii” or “2”.
keywords: Option<Vec<String>>
Keywords or tags used to describe this content. Multiple entries in a keywords list are typically delimited by commas.
licenses: Option<Vec<CreativeWorkLicenses>>
License documents that applies to this content, typically indicated by URL.
maintainers: Option<Vec<CreativeWorkMaintainers>>
The people or organizations who maintain this CreativeWork.
name: Option<Box<String>>
The name of the item.
page_end: Option<Box<PublicationIssuePageEnd>>
The page on which the issue ends; for example “138” or “xvi”.
page_start: Option<Box<PublicationIssuePageStart>>
The page on which the issue starts; for example “135” or “xiii”.
pagination: Option<Box<String>>
Any description of pages that is not separated into pageStart and pageEnd; for example, “1-6, 9, 55”.
parts: Option<Vec<CreativeWorkTypes>>
Elements of the collection which can be a variety of different elements, such as Articles, Datatables, Tables and more.
publisher: Option<Box<CreativeWorkPublisher>>
A publisher of the CreativeWork.
references: Option<Vec<CreativeWorkReferences>>
References to other creative works, such as another publication, web page, scholarly article, etc.
text: Option<Box<String>>
The textual content of this creative work.
title: Option<Box<CreativeWorkTitle>>
The title of the creative work.
url: Option<Box<String>>
The URL of the item.
version: Option<Box<CreativeWorkVersion>>
The version of the creative work.
Trait Implementations§
Source§impl Clone for PublicationIssue
impl Clone for PublicationIssue
Source§fn clone(&self) -> PublicationIssue
fn clone(&self) -> PublicationIssue
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more