Enum epub_builder::ReferenceType [] [src]

pub enum ReferenceType {
    Cover,
    TitlePage,
    Toc,
    Index,
    Glossary,
    Acknowledgements,
    Bibliography,
    Colophon,
    Copyright,
    Dedication,
    Epigraph,
    Foreword,
    Loi,
    Lot,
    Notes,
    Preface,
    Text,
}

Represents the possible reference type of an EPUB page.

Used by the guide section of EPUB 2.0 and the lankmarks navigation section for EPUB 3.0.

For more information, see http://www.idpf.org/epub/20/spec/OPF_2.0.1_draft.htm#Section2.3 and https://idpf.github.io/epub-vocabs/structure/

Variants

The Book cover(s) (this refers to the cover PAGE, not the cover IMAGE)

Page with title, author, publisher

Table of contents

Index

Glossary

Aknowledgements

Bibliography

No idea what this might be

Copyright page

Dedication

Epigraph

Foreword

List of illustrations

List of tables

Notes

Preface

Beginning of the real content

Trait Implementations

impl Debug for ReferenceType
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ReferenceType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ReferenceType
[src]

impl PartialEq for ReferenceType
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

Auto Trait Implementations

impl Send for ReferenceType

impl Sync for ReferenceType