MCPcopy Create free account
hub / github.com/Apress/beginning-rust-2e / S

Class S

Source Code/22-24.rs:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2*/
3fn main() {
4 struct S {}
5 impl Clone for S {
6 fn clone(&self) -> Self { Self {} }
7 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected