bestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 5 个月前The meaning of thislemmy.mlimagemessage-square71fedilinkarrow-up1545arrow-down115
arrow-up1530arrow-down1imageThe meaning of thislemmy.mlbestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 5 个月前message-square71fedilink
minus-squareDr. Bluefall@toast.ooolinkfedilinkEnglisharrow-up20·5 个月前It’s either a reference to an object instance, or the instance itself (depending on whether you specified &mut self, &self or just self).
minus-squareferric_carcinization@lemmy.mllinkfedilinkEnglisharrow-up13·5 个月前Don’t forget Self, the type of self.
It’s either a reference to an object instance, or the instance itself (depending on whether you specified
&mut self,&selfor justself).Don’t forget
Self, the type ofself.