Struct submap::BroadcastMap
source · [−]pub struct BroadcastMap<C> { /* private fields */ }Implementations
sourceimpl<C> BroadcastMap<C> where
C: Hash + Eq + Clone,
impl<C> BroadcastMap<C> where
C: Hash + Eq + Clone,
pub fn new() -> Self
pub fn separator(self, separator: char) -> Self
pub fn match_any(self, match_any: &str) -> Self
pub fn wildcard(self, wildcard: &str) -> Self
pub fn register_client(&mut self, name: &str, client: &C)
pub fn unregister_client(&mut self, name: &str, client: &C)
pub fn get_clients_by_mask(&self, mask: &str) -> HashSet<C>
Trait Implementations
sourceimpl<C: Debug> Debug for BroadcastMap<C>
impl<C: Debug> Debug for BroadcastMap<C>
Auto Trait Implementations
impl<C> RefUnwindSafe for BroadcastMap<C> where
C: RefUnwindSafe,
impl<C> Send for BroadcastMap<C> where
C: Send,
impl<C> Sync for BroadcastMap<C> where
C: Sync,
impl<C> Unpin for BroadcastMap<C> where
C: Unpin,
impl<C> UnwindSafe for BroadcastMap<C> where
C: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more