rbx_asset: derive additional traits for CreatorType

This commit is contained in:
Quaternions 2025-04-03 12:56:42 -07:00
parent 89c0ee2cc2
commit 504ff40385
Signed by: Quaternions
GPG Key ID: D0DF5964F79AC131

@ -145,7 +145,7 @@ pub struct GetAssetV2{
pub info:GetAssetV2Info,
}
#[derive(Debug)]
#[derive(Clone,Copy,Debug,Eq,PartialEq,Hash)]
#[derive(serde::Deserialize,serde::Serialize)]
pub enum CreatorType{
User,