Struct x509_parser::extensions::GeneralSubtree [−][src]
pub struct GeneralSubtree<'a> {
pub base: GeneralName<'a>,
}Expand description
Represents the structure used in the name constraints extensions. The fields minimum and maximum are not supported (openssl also has no support).
Fields
base: GeneralName<'a>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<'a> RefUnwindSafe for GeneralSubtree<'a>
impl<'a> Send for GeneralSubtree<'a>
impl<'a> Sync for GeneralSubtree<'a>
impl<'a> Unpin for GeneralSubtree<'a>
impl<'a> UnwindSafe for GeneralSubtree<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more