摘要: match #[derive(Debug, Clone)] struct User { name: String, is_admin: bool, active: bool, } #[derive(Debug)] struct Request { action: String, require_ad 阅读全文
posted @ 2025-07-08 16:21 苏格拉底的落泪 阅读(8) 评论(0) 推荐(0)