Enum tor_netdoc::AllowAnnotations [−][src]
pub enum AllowAnnotations { AnnotationsAllowed, AnnotationsNotAllowed, }
Expand description
Indicates whether we should parse an annotated list of objects or a non-annotated list.
Variants
Parsing a document where items might be annotated.
Annotations are a list of zero or more items with keywords beginning with @ that precede the items that are actually part of the document.
Parsing a document where annotations are not allowed.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AllowAnnotations
impl Send for AllowAnnotations
impl Sync for AllowAnnotations
impl Unpin for AllowAnnotations
impl UnwindSafe for AllowAnnotations