pub struct GeneratedStamp {
pub stamp: [u8; 32],
pub value: StampValue,
pub attempts: u64,
}Fields§
§stamp: [u8; 32]§value: StampValue§attempts: u64Trait Implementations§
Source§impl Debug for GeneratedStamp
impl Debug for GeneratedStamp
impl Eq for GeneratedStamp
Source§impl PartialEq for GeneratedStamp
impl PartialEq for GeneratedStamp
impl StructuralPartialEq for GeneratedStamp
Auto Trait Implementations§
impl Freeze for GeneratedStamp
impl RefUnwindSafe for GeneratedStamp
impl Send for GeneratedStamp
impl Sync for GeneratedStamp
impl Unpin for GeneratedStamp
impl UnsafeUnpin for GeneratedStamp
impl UnwindSafe for GeneratedStamp
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