Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/beginning-rust-2e
/ S
Class
S
Source Code/22-27.rs:5–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
*/
4
fn main() {
5
struct S {}
6
impl Copy for S {}
7
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected