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