pub struct FeatureWorkerContext {
pub node_id: u32,
pub router: ShadowRouter<ConnId, NetPair>,
}Fields§
§node_id: u32§router: ShadowRouter<ConnId, NetPair>Auto Trait Implementations§
impl Freeze for FeatureWorkerContext
impl !RefUnwindSafe for FeatureWorkerContext
impl Send for FeatureWorkerContext
impl Sync for FeatureWorkerContext
impl Unpin for FeatureWorkerContext
impl !UnwindSafe for FeatureWorkerContext
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