Enum minecraft_assets::schemas::models::GuiLightMode [−][src]
pub enum GuiLightMode {
Side,
Front,
}
Expand description
The two possible ways to shade a model in the UI.
Variants
Side
Shade the model like a block.
Front
Shade the model like a flat item.
Trait Implementations
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 RefUnwindSafe for GuiLightMode
impl Send for GuiLightMode
impl Sync for GuiLightMode
impl Unpin for GuiLightMode
impl UnwindSafe for GuiLightMode
Blanket Implementations
Mutably borrows from an owned value. Read more