pub struct ChallengeState {
pub challenge_type: String,
pub data: Value,
}Expand description
Opaque per-challenge state stored by the CA between request steps.
Fields§
§challenge_type: String§data: ValueTrait Implementations§
Source§impl Clone for ChallengeState
impl Clone for ChallengeState
Source§fn clone(&self) -> ChallengeState
fn clone(&self) -> ChallengeState
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for ChallengeState
impl RefUnwindSafe for ChallengeState
impl Send for ChallengeState
impl Sync for ChallengeState
impl Unpin for ChallengeState
impl UnwindSafe for ChallengeState
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