Enum async_acme::acme::ChallengeType
source · pub enum ChallengeType {
Http01,
Dns01,
TlsAlpn01,
}Expand description
Challange used to prove ownership over a domain
Variants§
Trait Implementations§
source§impl Debug for ChallengeType
impl Debug for ChallengeType
source§impl<'de> Deserialize<'de> for ChallengeType
impl<'de> Deserialize<'de> for ChallengeType
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<ChallengeType> for ChallengeType
impl PartialEq<ChallengeType> for ChallengeType
source§fn eq(&self, other: &ChallengeType) -> bool
fn eq(&self, other: &ChallengeType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ChallengeType
impl StructuralEq for ChallengeType
impl StructuralPartialEq for ChallengeType
Auto Trait Implementations§
impl RefUnwindSafe for ChallengeType
impl Send for ChallengeType
impl Sync for ChallengeType
impl Unpin for ChallengeType
impl UnwindSafe for ChallengeType
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,
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