struct LocalSession {
producers: BTreeMap<ProducerId, BTreeSet<RoutedConsumerId>>,
consumers: BTreeMap<ConsumerId, RoutedProducerId>,
}Fields§
§producers: BTreeMap<ProducerId, BTreeSet<RoutedConsumerId>>§consumers: BTreeMap<ConsumerId, RoutedProducerId>Implementations§
Trait Implementations§
Source§impl Debug for LocalSession
impl Debug for LocalSession
Source§impl Default for LocalSession
impl Default for LocalSession
Source§fn default() -> LocalSession
fn default() -> LocalSession
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LocalSession
impl RefUnwindSafe for LocalSession
impl Send for LocalSession
impl Sync for LocalSession
impl Unpin for LocalSession
impl UnsafeUnpin for LocalSession
impl UnwindSafe for LocalSession
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