pub struct AssetLabels {
pub m_Labels: Vec<String>,
}Expand description
AssetLabels is a sub class of the Unity engine since version 3.4.0.
Fields§
§m_Labels: Vec<String>Trait Implementations§
Source§impl Debug for AssetLabels
impl Debug for AssetLabels
Source§impl<'de> Deserialize<'de> for AssetLabels
impl<'de> Deserialize<'de> for AssetLabels
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 AssetLabels
impl RefUnwindSafe for AssetLabels
impl Send for AssetLabels
impl Sync for AssetLabels
impl Unpin for AssetLabels
impl UnwindSafe for AssetLabels
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