Struct chalk_ir::debug::VariableKindsInnerDebug
source · [−]pub struct VariableKindsInnerDebug<'a, I: Interner> {
variable_kinds: &'a VariableKinds<I>,
interner: I,
}
Expand description
Helper struct for showing debug output for VariableKinds
.
Fields
variable_kinds: &'a VariableKinds<I>
interner: I
Trait Implementations
Auto Trait Implementations
impl<'a, I> RefUnwindSafe for VariableKindsInnerDebug<'a, I> where
I: RefUnwindSafe,
<I as Interner>::InternedVariableKinds: RefUnwindSafe,
impl<'a, I> Send for VariableKindsInnerDebug<'a, I> where
I: Send,
<I as Interner>::InternedVariableKinds: Sync,
impl<'a, I> Sync for VariableKindsInnerDebug<'a, I> where
I: Sync,
<I as Interner>::InternedVariableKinds: Sync,
impl<'a, I> Unpin for VariableKindsInnerDebug<'a, I> where
I: Unpin,
impl<'a, I> UnwindSafe for VariableKindsInnerDebug<'a, I> where
I: UnwindSafe,
<I as Interner>::InternedVariableKinds: RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Cast for T
impl<T> Cast for T
sourcefn cast<U>(self, interner: U::Interner) -> U where
Self: CastTo<U>,
U: HasInterner,
fn cast<U>(self, interner: U::Interner) -> U where
Self: CastTo<U>,
U: HasInterner,
Cast a value to type U
using CastTo
.