t_wの輪郭

Feedlyでフォローするボタン
RustRc参照カウント
cloneRc#clone

clone

2022/2/17 1:01:00

deep copyするメソッド

let s1 = String::from("hello");
let s2 = s1.clone();