If CowVec does not yet own its contents, the borrowed Vec is cloned, and CowVec takes ownership of the clone. After this, is_owned will return true.
確定! 回上一頁