pub enum ExpectStapleResponseStatus {
Missing,
Provided,
ErrorResponse,
BadProducedAt,
NoMatchingResponse,
InvalidDate,
ParseResponseError,
ParseResponseDataError,
}
Variants§
Missing
Provided
ErrorResponse
BadProducedAt
NoMatchingResponse
InvalidDate
ParseResponseError
ParseResponseDataError
Implementations§
Trait Implementations§
source§impl Clone for ExpectStapleResponseStatus
impl Clone for ExpectStapleResponseStatus
source§fn clone(&self) -> ExpectStapleResponseStatus
fn clone(&self) -> ExpectStapleResponseStatus
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 ExpectStapleResponseStatus
impl Debug for ExpectStapleResponseStatus
source§impl<'de> Deserialize<'de> for ExpectStapleResponseStatus
impl<'de> Deserialize<'de> for ExpectStapleResponseStatus
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 Display for ExpectStapleResponseStatus
impl Display for ExpectStapleResponseStatus
source§impl FromStr for ExpectStapleResponseStatus
impl FromStr for ExpectStapleResponseStatus
impl Copy for ExpectStapleResponseStatus
impl Eq for ExpectStapleResponseStatus
impl StructuralPartialEq for ExpectStapleResponseStatus
Auto Trait Implementations§
impl Freeze for ExpectStapleResponseStatus
impl RefUnwindSafe for ExpectStapleResponseStatus
impl Send for ExpectStapleResponseStatus
impl Sync for ExpectStapleResponseStatus
impl Unpin for ExpectStapleResponseStatus
impl UnwindSafe for ExpectStapleResponseStatus
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)