pub struct ChallengeStore { /* private fields */ }Expand description
In-memory challenge storage for HTTP-01 validation
Implementations§
Trait Implementations§
Source§impl Clone for ChallengeStore
impl Clone for ChallengeStore
Source§fn clone(&self) -> ChallengeStore
fn clone(&self) -> ChallengeStore
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 moreSource§impl Debug for ChallengeStore
impl Debug for ChallengeStore
Source§impl Default for ChallengeStore
impl Default for ChallengeStore
Source§fn default() -> ChallengeStore
fn default() -> ChallengeStore
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ChallengeStore
impl !RefUnwindSafe for ChallengeStore
impl Send for ChallengeStore
impl Sync for ChallengeStore
impl Unpin for ChallengeStore
impl !UnwindSafe for ChallengeStore
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