pub struct ReceiptRef {
pub receipt_id: CryptoHash,
}Expand description
Reference type for receipt queries.
Identifies a receipt by its ID.
Fields§
§receipt_id: CryptoHashTrait Implementations§
Source§impl Clone for ReceiptRef
impl Clone for ReceiptRef
Source§fn clone(&self) -> ReceiptRef
fn clone(&self) -> ReceiptRef
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ReceiptRef
impl RefUnwindSafe for ReceiptRef
impl Send for ReceiptRef
impl Sync for ReceiptRef
impl Unpin for ReceiptRef
impl UnsafeUnpin for ReceiptRef
impl UnwindSafe for ReceiptRef
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