pub type BlockParamMutRef<'str, 'ctx> = BaseRef<&'ctx mut Context<'str>, BlockParamId>;Aliased Type§
pub struct BlockParamMutRef<'str, 'ctx> {
pub id: BlockParamId,
/* private fields */
}Fields§
§id: BlockParamIdImplementations§
Source§impl<'str, 'ctx> BlockParamMutRef<'str, 'ctx>
impl<'str, 'ctx> BlockParamMutRef<'str, 'ctx>
Sourcepub fn set_origin(&mut self, origin: ValueId)
pub fn set_origin(&mut self, origin: ValueId)
Record the source value this param promotes (see BlockParam::origin).