pub enum StampGeneration<E> {
Generated(GeneratedStamp),
Cancelled,
EntropyFailure(E),
}Variants§
Trait Implementations§
Source§impl<E> Debug for StampGeneration<E>where
E: Debug,
impl<E> Debug for StampGeneration<E>where
E: Debug,
impl<E> Eq for StampGeneration<E>where
E: Eq,
Source§impl<E> PartialEq for StampGeneration<E>where
E: PartialEq,
impl<E> PartialEq for StampGeneration<E>where
E: PartialEq,
impl<E> StructuralPartialEq for StampGeneration<E>where
E: PartialEq,
Auto Trait Implementations§
impl<E> Freeze for StampGeneration<E>where
E: Freeze,
impl<E> RefUnwindSafe for StampGeneration<E>where
E: RefUnwindSafe,
impl<E> Send for StampGeneration<E>where
E: Send,
impl<E> Sync for StampGeneration<E>where
E: Sync,
impl<E> Unpin for StampGeneration<E>where
E: Unpin,
impl<E> UnsafeUnpin for StampGeneration<E>where
E: UnsafeUnpin,
impl<E> UnwindSafe for StampGeneration<E>where
E: UnwindSafe,
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