fn clone()

in plasma-store/src/lib.rs [55:57]


    fn clone(&self) -> Self {
        ObjectId(plasma::oid_from_binary(&self.to_bytes()))
    }