And if you prefer something closer to your style, this is also supported:
let s; if condition { s = "first".to_string(); } else { s = "second".to_string(); }