Struct webpki::InvalidSubjectNameError
source · pub struct InvalidSubjectNameError;
Expand description
An error indicating that a SubjectNameRef
could not built
because the input is not a syntactically-valid DNS Name or IP
address.
Trait Implementations§
source§impl Clone for InvalidSubjectNameError
impl Clone for InvalidSubjectNameError
source§fn clone(&self) -> InvalidSubjectNameError
fn clone(&self) -> InvalidSubjectNameError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for InvalidSubjectNameError
impl Debug for InvalidSubjectNameError
source§impl PartialEq<InvalidSubjectNameError> for InvalidSubjectNameError
impl PartialEq<InvalidSubjectNameError> for InvalidSubjectNameError
source§fn eq(&self, other: &InvalidSubjectNameError) -> bool
fn eq(&self, other: &InvalidSubjectNameError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.