Trait phper_alloc::RefClone
source · pub trait RefClone {
// Required method
fn ref_clone(&mut self) -> Self;
}
Expand description
Duplicate an object without deep copy, but to only add the refcount, for php refcount struct.
Required Methods§
Object Safety§
This trait is not object safe.