Which statement about the Clone and Copy traits is false?

Question:Which statement about the Clone and Copy traits is false?

1.Copy is enabled for primitive, built-in types.

2.Without Copy, Rust applies move semantics to a type's access.

3.When using Clone, copying data is explicit.

4.Until a type implements either Copy or Clone, its internal data cannot be copied


Search
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!