pub struct ReceiptId(/* private fields */);Expand description
Content-addressed receipt identity (SHA-256 hex string).
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ReceiptId
impl<'de> Deserialize<'de> for ReceiptId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ReceiptId
impl StructuralPartialEq for ReceiptId
Auto Trait Implementations§
impl Freeze for ReceiptId
impl RefUnwindSafe for ReceiptId
impl Send for ReceiptId
impl Sync for ReceiptId
impl Unpin for ReceiptId
impl UnsafeUnpin for ReceiptId
impl UnwindSafe for ReceiptId
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