pub struct SupervisorDef {
pub id: HirId,
pub name: Symbol,
pub strategy: HirSupervisorStrategy,
pub children: Vec<HirSupervisorChild>,
}Expand description
Supervisor tree definition in HIR
Fields§
§id: HirId§name: Symbol§strategy: HirSupervisorStrategy§children: Vec<HirSupervisorChild>Trait Implementations§
Source§impl Clone for SupervisorDef
impl Clone for SupervisorDef
Source§fn clone(&self) -> SupervisorDef
fn clone(&self) -> SupervisorDef
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SupervisorDef
impl RefUnwindSafe for SupervisorDef
impl Send for SupervisorDef
impl Sync for SupervisorDef
impl Unpin for SupervisorDef
impl UnwindSafe for SupervisorDef
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