(&self)
| 51 | |
| 52 | impl ObjectLabels for Sandbox { |
| 53 | fn object_labels(&self) -> Option<HashMap<String, String>> { |
| 54 | self.metadata.as_ref().map(|m| m.labels.clone()) |
| 55 | } |
| 56 | } |
| 57 | |
| 58 | impl SetResourceVersion for Sandbox { |
no outgoing calls
no test coverage detected