Struct x509_parser::BasicConstraints [−][src]
Fields
ca: bool
path_len_contraint: Option<u32>
Trait Implementations
impl Debug for BasicConstraints[src]
impl Debug for BasicConstraintsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for BasicConstraints[src]
impl PartialEq for BasicConstraintsfn eq(&self, other: &BasicConstraints) -> bool[src]
fn eq(&self, other: &BasicConstraints) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &BasicConstraints) -> bool[src]
fn ne(&self, other: &BasicConstraints) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for BasicConstraints
impl Send for BasicConstraintsimpl Sync for BasicConstraints
impl Sync for BasicConstraints