pub(super) struct Heads<T: IndexValue> {
pub(super) owned_entry: Arc<AccountMapEntryInner<T>>,
_consume_template_type_t: PhantomData<T>,
}
Expand description
A struct which contains only the head fields of ReadAccountMapEntry
.
Fields§
§owned_entry: Arc<AccountMapEntryInner<T>>
§_consume_template_type_t: PhantomData<T>
Auto Trait Implementations§
impl<T> RefUnwindSafe for Heads<T>where T: RefUnwindSafe,
impl<T> Send for Heads<T>
impl<T> Sync for Heads<T>
impl<T> Unpin for Heads<T>where T: Unpin,
impl<T> UnwindSafe for Heads<T>where T: UnwindSafe,
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