pub struct HirSupervisorChild {
pub id: HirId,
pub name: Symbol,
pub func: Expr,
pub restart: HirChildRestart,
}Expand description
Supervisor child specification in HIR
Fields§
§id: HirId§name: Symbol§func: Expr§restart: HirChildRestartTrait Implementations§
Source§impl Clone for HirSupervisorChild
impl Clone for HirSupervisorChild
Source§fn clone(&self) -> HirSupervisorChild
fn clone(&self) -> HirSupervisorChild
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 HirSupervisorChild
impl RefUnwindSafe for HirSupervisorChild
impl Send for HirSupervisorChild
impl Sync for HirSupervisorChild
impl Unpin for HirSupervisorChild
impl UnwindSafe for HirSupervisorChild
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