pub struct IrParam {
pub name: String,
pub ty: IrType,
}Fields§
§name: String§ty: IrTypeTrait Implementations§
impl Eq for IrParam
impl StructuralPartialEq for IrParam
Auto Trait Implementations§
impl Freeze for IrParam
impl RefUnwindSafe for IrParam
impl Send for IrParam
impl Sync for IrParam
impl Unpin for IrParam
impl UnsafeUnpin for IrParam
impl UnwindSafe for IrParam
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