Struct RouterEntry
struct RouterEntry {
active: AtomicBool,
filter: TopicFilter,
tx: Sender<Message>,
}Fields§
§active: AtomicBool§filter: TopicFilter§tx: Sender<Message>Implementations§
Auto Trait Implementations§
impl !Freeze for RouterEntry
impl RefUnwindSafe for RouterEntry
impl Send for RouterEntry
impl Sync for RouterEntry
impl Unpin for RouterEntry
impl UnwindSafe for RouterEntry
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