Rust: Fix Copy and Clone impls for a few generic types (#5577)
authorMathias Svensson <freaken@freaken.dk>
Mon, 28 Oct 2019 04:20:29 +0000 (05:20 +0100)
committerRobert Winslow <rw@users.noreply.github.com>
Mon, 28 Oct 2019 04:20:29 +0000 (00:20 -0400)
commitb4774d2354425b29b233170cdef23c97c03d4aa8
treebd5fc4af932954309eceda4a9daca7a55924e619
parent26f238c24888bf02a872f304fe9f03433fd0dd00
Rust: Fix Copy and Clone impls for a few generic types (#5577)

* Rust: Fix Copy and Clone impls for a few generic types

* Add tests for Copy+Clone

* Wrap Copy+Clone checks in a #[test] function
rust/flatbuffers/src/primitives.rs
rust/flatbuffers/src/vector.rs
tests/rust_usage_test/Cargo.toml
tests/rust_usage_test/tests/integration_test.rs