pub enum WasmColor {
Show 43 variants
Gray50,
Gray100,
Gray200,
Gray300,
Gray400,
Gray500,
Gray600,
Gray700,
Gray800,
Gray900,
Blue50,
Blue100,
Blue200,
Blue300,
Blue400,
Blue500,
Blue600,
Blue700,
Blue800,
Blue900,
Red50,
Red100,
Red200,
Red300,
Red400,
Red500,
Red600,
Red700,
Red800,
Red900,
Green50,
Green100,
Green200,
Green300,
Green400,
Green500,
Green600,
Green700,
Green800,
Green900,
White,
Black,
Transparent,
}Expand description
WASM-optimized color system
Variants§
Gray50
Gray100
Gray200
Gray300
Gray400
Gray500
Gray600
Gray700
Gray800
Gray900
Blue50
Blue100
Blue200
Blue300
Blue400
Blue500
Blue600
Blue700
Blue800
Blue900
Red50
Red100
Red200
Red300
Red400
Red500
Red600
Red700
Red800
Red900
Green50
Green100
Green200
Green300
Green400
Green500
Green600
Green700
Green800
Green900
White
Black
Transparent
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for WasmColor
impl<'de> Deserialize<'de> for WasmColor
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
impl Copy for WasmColor
impl Eq for WasmColor
impl StructuralPartialEq for WasmColor
Auto Trait Implementations§
impl Freeze for WasmColor
impl RefUnwindSafe for WasmColor
impl Send for WasmColor
impl Sync for WasmColor
impl Unpin for WasmColor
impl UnwindSafe for WasmColor
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