{ }, }; let with_fez = YourFace { hat: Fez { }, }; println!("You look nice? {}", with_fedora.is_nice()); // false println!("You look nice? {}", with_fez.is_nice()); // true } https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=0f60ca55068c829a3a639865c56bb75a