[][src]Module biblatex::types

A collection of strong field types parsable from chunks.

Structs

Date

Represents a date or a range of dates and their certainty and exactness.

DateAtom

A date atom is a timezone-unaware date that must specify a year and may specify month, day, and time. Flags about uncertainity / precision are stored within the parent Date struct.

Person

An author, editor, or some other person affiliated with the cited work. When obtained through the constructor Person::new, the fields are trimmed.

Enums

DateBound

Indicates whether the start or end of a date interval is open or definite.

DateValue

Represents a atomic date or a range of dates.

EditorType

Which role the according editor had (cf. EditorA, EditorB, EditorC fields).

Gender

Gender of the author or editor (if no author specified).

IntOrChunks

An integer or a chunk vector.

Pagination

Defines the pagination scheme to use for formatting purposes.

Traits

Type

Trait for deserializing Bib(La)TeX data types from chunk slices.