<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Structs on rustbites</title><link>https://www.rustbites.com/tags/structs/</link><description>Recent content in Structs on rustbites</description><generator>Hugo</generator><language>en</language><lastBuildDate>Thu, 18 Jun 2026 16:25:29 +0200</lastBuildDate><atom:link href="https://www.rustbites.com/tags/structs/index.xml" rel="self" type="application/rss+xml"/><item><title>209. ..Default::default() — set the fields you care about, default the rest</title><link>https://www.rustbites.com/posts/bite-209/</link><pubDate>Thu, 18 Jun 2026 09:00:00 +0100</pubDate><guid>https://www.rustbites.com/posts/bite-209/</guid><description>&lt;p&gt;Building a struct with a dozen fields when you only want to change one is tedious. Struct update syntax lets you fill in the rest from a default — or from any other value.&lt;/p&gt;</description></item></channel></rss>