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

Method first_name

2a_builder_pattern/rust/builder/src/main.rs:28–31  ·  view source on GitHub ↗
(mut self, first_name: impl Into<String>)

Source from the content-addressed store, hash-verified

26 }
27
28 fn first_name(mut self, first_name: impl Into<String>) -> Self {
29 self.first_name = Some(first_name.into());
30 self
31 }
32
33 #[allow(dead_code)]
34 fn last_name(mut self, last_name: impl Into<String>) -> Self {

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected