Add Copy to InvType enum

This commit is contained in:
Steven Roose 2019-12-08 20:56:18 +00:00
parent 671b3173c8
commit fe3397399e
No known key found for this signature in database
GPG Key ID: 2F2A88D7F8D68E87
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ use hashes::sha256d;
use std::io;
#[derive(PartialEq, Eq, Clone, Debug)]
#[derive(PartialEq, Eq, Clone, Debug, Copy)]
/// The type of an inventory object
pub enum InvType {
/// Error --- these inventories can be ignored