pub struct ValidatedPublish {
pub recomputed_hash: ContentHash,
}Expand description
Outcome of a successful validation — the registry can now assign identifiers and persist.
Fields§
§recomputed_hash: ContentHashThe hash recomputed by the validator over ProducerContent.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ValidatedPublish
impl RefUnwindSafe for ValidatedPublish
impl Send for ValidatedPublish
impl Sync for ValidatedPublish
impl Unpin for ValidatedPublish
impl UnsafeUnpin for ValidatedPublish
impl UnwindSafe for ValidatedPublish
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