pub struct DefaultPresetList {
pub defaultPresets: Vec<DefaultPreset>,
pub _type: Option<PresetType>,
}Expand description
DefaultPresetList is a sub class of the Unity engine since version 2018.1.0b2.
Fields§
§defaultPresets: Vec<DefaultPreset>§_type: Option<PresetType>PresetType: (2018.1.0b2 - 2019.3.0a8)
Trait Implementations§
Source§impl Debug for DefaultPresetList
impl Debug for DefaultPresetList
Source§impl<'de> Deserialize<'de> for DefaultPresetList
impl<'de> Deserialize<'de> for DefaultPresetList
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 DefaultPresetList
impl RefUnwindSafe for DefaultPresetList
impl Send for DefaultPresetList
impl Sync for DefaultPresetList
impl Unpin for DefaultPresetList
impl UnwindSafe for DefaultPresetList
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