pub struct AssetDatabaseMetrics {
pub totalAssetCount: i32,
pub nonProAssetCount: Option<i32>,
pub nonProAssetsCreatedAfterProLicense: Option<i32>,
}Expand description
AssetDatabaseMetrics is a sub class of the Unity engine since version 5.0.0f4.
Fields§
§totalAssetCount: i32§nonProAssetCount: Option<i32>i32: (5.0.0f4 - 2017.4.5f1)
nonProAssetsCreatedAfterProLicense: Option<i32>i32: (5.0.0f4 - 2017.4.5f1)
Trait Implementations§
Source§impl Debug for AssetDatabaseMetrics
impl Debug for AssetDatabaseMetrics
Source§impl<'de> Deserialize<'de> for AssetDatabaseMetrics
impl<'de> Deserialize<'de> for AssetDatabaseMetrics
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AssetDatabaseMetrics
impl RefUnwindSafe for AssetDatabaseMetrics
impl Send for AssetDatabaseMetrics
impl Sync for AssetDatabaseMetrics
impl Unpin for AssetDatabaseMetrics
impl UnwindSafe for AssetDatabaseMetrics
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more