pub struct MemoryIndexReceipt {
pub scope: MemoryIndexScope,
pub indexed_entries: usize,
}Expand description
Successful delivery receipt for a scoped memory index request.
Fields§
§scope: MemoryIndexScope§indexed_entries: usizeTrait Implementations§
Source§impl Clone for MemoryIndexReceipt
impl Clone for MemoryIndexReceipt
Source§fn clone(&self) -> MemoryIndexReceipt
fn clone(&self) -> MemoryIndexReceipt
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MemoryIndexReceipt
impl RefUnwindSafe for MemoryIndexReceipt
impl Send for MemoryIndexReceipt
impl Sync for MemoryIndexReceipt
impl Unpin for MemoryIndexReceipt
impl UnsafeUnpin for MemoryIndexReceipt
impl UnwindSafe for MemoryIndexReceipt
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