Struct zenoh_keyexpr::keyexpr_tree::impls::HashMapProvider
source · pub struct HashMapProvider;Trait Implementations§
source§impl<T: 'static> IChildrenProvider<T> for HashMapProvider
impl<T: 'static> IChildrenProvider<T> for HashMapProvider
type Assoc = HashMap<OwnedKeyExpr, T, RandomState>
Auto Trait Implementations§
impl RefUnwindSafe for HashMapProvider
impl Send for HashMapProvider
impl Sync for HashMapProvider
impl Unpin for HashMapProvider
impl UnwindSafe for HashMapProvider
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