struct LookupConstant {
inner: Constant,
type_id: Word,
}
Fields§
§inner: Constant
§type_id: Word
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LookupConstant
impl RefUnwindSafe for LookupConstant
impl Send for LookupConstant
impl Sync for LookupConstant
impl Unpin for LookupConstant
impl UnwindSafe for LookupConstant
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