pub struct NodeletSetup {
pub info: Arc<NodeInfo>,
pub clocks: Clocks,
pub node_id: NodeId,
pub monitor: SharedAppMonitor,
pub crumbs: SharedNodeCrumbs,
}Expand description
Helper type used internally to setup a nodelet
Fields§
§info: Arc<NodeInfo>§clocks: Clocks§node_id: NodeId§monitor: SharedAppMonitor§crumbs: SharedNodeCrumbsAuto Trait Implementations§
impl Freeze for NodeletSetup
impl RefUnwindSafe for NodeletSetup
impl Send for NodeletSetup
impl Sync for NodeletSetup
impl Unpin for NodeletSetup
impl UnwindSafe for NodeletSetup
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