pub struct NamespaceIndexes<'a> {
pub account_id: MultiIndex<'a, AccountId, AccountId, &'a Namespace>,
}
Expand description
Sub indexes for namespaces.
Fields§
§account_id: MultiIndex<'a, AccountId, AccountId, &'a Namespace>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for NamespaceIndexes<'a>
impl<'a> RefUnwindSafe for NamespaceIndexes<'a>
impl<'a> Send for NamespaceIndexes<'a>
impl<'a> Sync for NamespaceIndexes<'a>
impl<'a> Unpin for NamespaceIndexes<'a>
impl<'a> UnwindSafe for NamespaceIndexes<'a>
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