Struct stack_graphs::paths::ScopeStack [−][src]
#[repr(C)]pub struct ScopeStack { /* fields omitted */ }
Expand description
A sequence of exported scopes, used to pass name-binding context around a stack graph.
Implementations
Trait Implementations
Performs the conversion.
type Output = MaybeUninit<Self>
type Output = MaybeUninit<Self>
The type that is used to store values of Self
inside of a ControlledOption
. This might
be Self
itself, if your niche is a valid instance of the type, but which violates some
runtime constraint. But if you cannot easily create your niche as an instance of Self
,
you can use some other type, you can use some other type instead. Read more
Returns the niche value for this type that should be used to represent None
for a
ControlledOption
. Read more
Returns whether value is the niche value for this type.
Transforms a non-niche value of this type into its Output
type. When Output
is Self
,
this will be the identity function. Read more
Auto Trait Implementations
impl RefUnwindSafe for ScopeStack
impl Send for ScopeStack
impl Sync for ScopeStack
impl Unpin for ScopeStack
impl UnwindSafe for ScopeStack
Blanket Implementations
Mutably borrows from an owned value. Read more