pub struct ConfirmToken {
pub value: String,
pub expires_at: u64,
}Expand description
A confirmation handed to the caller after a successful preview.
Fields§
§value: String§expires_at: u64Auto Trait Implementations§
impl Freeze for ConfirmToken
impl RefUnwindSafe for ConfirmToken
impl Send for ConfirmToken
impl Sync for ConfirmToken
impl Unpin for ConfirmToken
impl UnsafeUnpin for ConfirmToken
impl UnwindSafe for ConfirmToken
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