I notice that I need to constantly need to do String::from("mydummystring") in Rust. Does the call to from() end up creating a full copy of s
String::from("mydummystring")
from()