pub struct EnrollmentLiveReceipt { /* private fields */ }Expand description
Stored secret-bearing enrollment receipt while its receipt deadline is live.
Implementations§
Source§impl EnrollmentLiveReceipt
impl EnrollmentLiveReceipt
Sourcepub const fn from_commit(committed: EnrollBound) -> Self
pub const fn from_commit(committed: EnrollBound) -> Self
Captures the exact committed enrollment payload as a live receipt.
Trait Implementations§
Source§impl Clone for EnrollmentLiveReceipt
impl Clone for EnrollmentLiveReceipt
Source§fn clone(&self) -> EnrollmentLiveReceipt
fn clone(&self) -> EnrollmentLiveReceipt
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EnrollmentLiveReceipt
impl Debug for EnrollmentLiveReceipt
impl Eq for EnrollmentLiveReceipt
Source§impl PartialEq for EnrollmentLiveReceipt
impl PartialEq for EnrollmentLiveReceipt
impl StructuralPartialEq for EnrollmentLiveReceipt
Auto Trait Implementations§
impl Freeze for EnrollmentLiveReceipt
impl RefUnwindSafe for EnrollmentLiveReceipt
impl Send for EnrollmentLiveReceipt
impl Sync for EnrollmentLiveReceipt
impl Unpin for EnrollmentLiveReceipt
impl UnsafeUnpin for EnrollmentLiveReceipt
impl UnwindSafe for EnrollmentLiveReceipt
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