Enum readme_sync::TextSource [−][src]
Expand description
Markdown parser text source which may be either readme file contents or package target parsed documentation.
Variants
File(Arc<File>)
File text contents
FileDocs(Arc<FileDocs>)
File documentation text contents.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for TextSource
impl Send for TextSource
impl Sync for TextSource
impl Unpin for TextSource
impl UnwindSafe for TextSource
Blanket Implementations
Mutably borrows from an owned value. Read more