Struct tarantool_rs::utils::UniqueIdNameMap
source · pub struct UniqueIdNameMap<T> { /* private fields */ }
Expand description
Storage for entities with unique names and ids, allowing to faster search by both values.
Primarely used for storing indices inside space metadata.
Implementations§
Trait Implementations§
source§impl<T> Clone for UniqueIdNameMap<T>
impl<T> Clone for UniqueIdNameMap<T>
source§impl<T: Debug> Debug for UniqueIdNameMap<T>
impl<T: Debug> Debug for UniqueIdNameMap<T>
Auto Trait Implementations§
impl<T> RefUnwindSafe for UniqueIdNameMap<T>where T: RefUnwindSafe,
impl<T> Send for UniqueIdNameMap<T>where T: Send + Sync,
impl<T> Sync for UniqueIdNameMap<T>where T: Send + Sync,
impl<T> Unpin for UniqueIdNameMap<T>
impl<T> UnwindSafe for UniqueIdNameMap<T>where T: RefUnwindSafe,
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