Struct chalk_ir::debug::VariableKindsDebug
source · [−]struct VariableKindsDebug<'a, I: Interner>(&'a VariableKinds<I>);
Tuple Fields
0: &'a VariableKinds<I>
Trait Implementations
Auto Trait Implementations
impl<'a, I> RefUnwindSafe for VariableKindsDebug<'a, I>where
<I as Interner>::InternedVariableKinds: RefUnwindSafe,
impl<'a, I> Send for VariableKindsDebug<'a, I>where
<I as Interner>::InternedVariableKinds: Sync,
impl<'a, I> Sync for VariableKindsDebug<'a, I>where
<I as Interner>::InternedVariableKinds: Sync,
impl<'a, I> Unpin for VariableKindsDebug<'a, I>
impl<'a, I> UnwindSafe for VariableKindsDebug<'a, I>where
<I as Interner>::InternedVariableKinds: RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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) -> Uwhere
Self: CastTo<U>,
U: HasInterner,
fn cast<U>(self, interner: U::Interner) -> Uwhere
Self: CastTo<U>,
U: HasInterner,
Cast a value to type
U
using CastTo
.