pub struct IssuedChallenge {
pub challenge: String,
pub expires_at: DateTime<Utc>,
}Fields§
§challenge: String§expires_at: DateTime<Utc>Trait Implementations§
Source§impl Clone for IssuedChallenge
impl Clone for IssuedChallenge
Source§fn clone(&self) -> IssuedChallenge
fn clone(&self) -> IssuedChallenge
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 IssuedChallenge
impl RefUnwindSafe for IssuedChallenge
impl Send for IssuedChallenge
impl Sync for IssuedChallenge
impl Unpin for IssuedChallenge
impl UnsafeUnpin for IssuedChallenge
impl UnwindSafe for IssuedChallenge
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