Enum webpki::subject_name::verify::NameIteration
source · enum NameIteration {
KeepGoing,
Stop(Result<(), Error>),
}
Variants§
Trait Implementations§
source§impl Clone for NameIteration
impl Clone for NameIteration
source§fn clone(&self) -> NameIteration
fn clone(&self) -> NameIteration
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 moreimpl Copy for NameIteration
Auto Trait Implementations§
impl Freeze for NameIteration
impl RefUnwindSafe for NameIteration
impl Send for NameIteration
impl Sync for NameIteration
impl Unpin for NameIteration
impl UnwindSafe for NameIteration
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more