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