pub struct LocateScopeId { /* private fields */ }
Expand description

Helper struct, to traverse the supervision tree and locate the scope id

Implementations

Create new LocateScopeId struct with null start scope_id

Create new LocateScopeId struct with scope id as its start id

Add child with the provided name to the directory path

Add parent to the directory path

Add grand parent to the directory path

Process the directory path and get the scope_id

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.