Struct debris_mir::mir_primitives::MirFunctionParameter
source · pub struct MirFunctionParameter {
pub span: Span,
pub typ: MirObjectId,
pub value: MirObjectId,
}
Fields§
§span: Span
§typ: MirObjectId
§value: MirObjectId
Auto Trait Implementations§
impl RefUnwindSafe for MirFunctionParameter
impl Send for MirFunctionParameter
impl Sync for MirFunctionParameter
impl Unpin for MirFunctionParameter
impl UnwindSafe for MirFunctionParameter
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