MCPcopy Create free account
hub / github.com/bedroombuilds/python2rust / D

Class D

0b_traits/rust/defaults.rs:4–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3#[derive(Debug, PartialEq, Default)]
4struct D {
5 x: i32,
6 y: i32,
7 z: i32,
8}
9
10impl D {
11 fn new(x: i32, y: i32, z: Option<i32>) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected