pub struct InlineElementHashMapTableRO<'a> { /* private fields */ }Implementations§
Source§impl<'a> InlineElementHashMapTableRO<'a>
impl<'a> InlineElementHashMapTableRO<'a>
pub fn new(store: &'a HashMapStore) -> Self
Trait Implementations§
Source§impl<'a> InlineElementTableRO for InlineElementHashMapTableRO<'a>
impl<'a> InlineElementTableRO for InlineElementHashMapTableRO<'a>
fn get(&self, id: &EntityId) -> Result<Option<InlineElement>, RepositoryError>
fn get_multi( &self, ids: &[EntityId], ) -> Result<Vec<Option<InlineElement>>, RepositoryError>
fn get_all(&self) -> Result<Vec<InlineElement>, RepositoryError>
Auto Trait Implementations§
impl<'a> Freeze for InlineElementHashMapTableRO<'a>
impl<'a> RefUnwindSafe for InlineElementHashMapTableRO<'a>
impl<'a> Send for InlineElementHashMapTableRO<'a>
impl<'a> Sync for InlineElementHashMapTableRO<'a>
impl<'a> Unpin for InlineElementHashMapTableRO<'a>
impl<'a> UnsafeUnpin for InlineElementHashMapTableRO<'a>
impl<'a> UnwindSafe for InlineElementHashMapTableRO<'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