sui_
rust
0.1.0
In sui_
rust::
ch02::
s1_
ownership
sui_rust
::
ch02
::
s1_ownership
Function
understand_clone
Copy item path
Source
pub fn understand_clone()
Expand description
语义层面来理解 Clone :显式的clone方法调用同一种语义下的两种实现
String 等 引用类型的 Clone
Rc/Arc 类型的 Clone