pub struct TypeConst {
pub name: Symbol,
pub arity: usize,
pub builtin_id: Option<BuiltinTypeId>,
}Fields§
§name: Symbol§arity: usize§builtin_id: Option<BuiltinTypeId>Trait Implementations§
impl Eq for TypeConst
impl StructuralPartialEq for TypeConst
Auto Trait Implementations§
impl Freeze for TypeConst
impl RefUnwindSafe for TypeConst
impl Send for TypeConst
impl Sync for TypeConst
impl Unpin for TypeConst
impl UnsafeUnpin for TypeConst
impl UnwindSafe for TypeConst
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