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