bestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 4 months agoThe meaning of thislemmy.worldimagemessage-square8linkfedilinkarrow-up11
arrow-up11imageThe meaning of thislemmy.worldbestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 4 months agomessage-square8linkfedilink
minus-squareDr. Bluefall@toast.ooolinkfedilinkEnglisharrow-up1·4 months agoIt’s either a reference to an object instance, or the instance itself (depending on whether you specified &mut self, &self or just self).
It’s either a reference to an object instance, or the instance itself (depending on whether you specified
&mut self
,&self
or justself
).