Struct zenoh_keyexpr::keyexpr_tree::impls::HashMapProvider
source · pub struct HashMapProvider<Hash: Hasher + Default + 'static = DefaultHasher>(/* private fields */);Trait Implementations§
source§impl<T: 'static, Hash: Hasher + Default + 'static> IChildrenProvider<T> for HashMapProvider<Hash>
impl<T: 'static, Hash: Hasher + Default + 'static> IChildrenProvider<T> for HashMapProvider<Hash>
type Assoc = HashMap<OwnedKeyExpr, T, BuildHasherDefault<Hash>>
Auto Trait Implementations§
impl<Hash> RefUnwindSafe for HashMapProvider<Hash>where
Hash: RefUnwindSafe,
impl<Hash> Send for HashMapProvider<Hash>where
Hash: Send,
impl<Hash> Sync for HashMapProvider<Hash>where
Hash: Sync,
impl<Hash> Unpin for HashMapProvider<Hash>where
Hash: Unpin,
impl<Hash> UnwindSafe for HashMapProvider<Hash>where
Hash: 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