pub enum AlertType {
CpuUsage,
MemoryUsage,
RenderTime,
FrameRate,
JsExecutionTime,
}Expand description
Re-export core tailwind-rs functionality Alert types
Variants§
CpuUsage
CPU usage alert
MemoryUsage
Memory usage alert
RenderTime
Render time alert
FrameRate
Frame rate alert
JsExecutionTime
JS execution time alert
Trait Implementations§
Source§impl<'de> Deserialize<'de> for AlertType
impl<'de> Deserialize<'de> for AlertType
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<AlertType, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<AlertType, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for AlertType
impl Serialize for AlertType
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for AlertType
Auto Trait Implementations§
impl Freeze for AlertType
impl RefUnwindSafe for AlertType
impl Send for AlertType
impl Sync for AlertType
impl Unpin for AlertType
impl UnwindSafe for AlertType
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