Struct fuel_core_storage::tables::Receipts
source · pub struct Receipts;
Expand description
Receipts of different hidden internal operations.
Trait Implementations§
source§impl Mappable for Receipts
impl Mappable for Receipts
§type Value = [Receipt]
type Value = [Receipt]
The value type is used while setting the value to the storage. In most cases, it is the same
as
Self::OwnedValue
, but it is without restriction and can be used for performance
optimizations.§type OwnedValue = Vec<Receipt, Global>
type OwnedValue = Vec<Receipt, Global>
The owned type of the
Value
retrieving from the storage.Auto Trait Implementations§
impl RefUnwindSafe for Receipts
impl Send for Receipts
impl Sync for Receipts
impl Unpin for Receipts
impl UnwindSafe for Receipts
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