>>451
https://doc.rust-lang.org/src/alloc/string.rs.html
pub struct String {
 vec: Vec<u8>,
}
これだと言葉足らずですが、リテラルから生成するString::fromなどはこのようになります