pub enum TextFxAssetBudgetCategory {
RuntimeScript,
PrepaintStyle,
ConfigJson,
StaticHtml,
}Variants§
Trait Implementations§
Source§impl Clone for TextFxAssetBudgetCategory
impl Clone for TextFxAssetBudgetCategory
Source§fn clone(&self) -> TextFxAssetBudgetCategory
fn clone(&self) -> TextFxAssetBudgetCategory
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TextFxAssetBudgetCategory
Source§impl Debug for TextFxAssetBudgetCategory
impl Debug for TextFxAssetBudgetCategory
Source§impl<'de> Deserialize<'de> for TextFxAssetBudgetCategory
impl<'de> Deserialize<'de> for TextFxAssetBudgetCategory
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 Eq for TextFxAssetBudgetCategory
Source§impl PartialEq for TextFxAssetBudgetCategory
impl PartialEq for TextFxAssetBudgetCategory
Source§fn eq(&self, other: &TextFxAssetBudgetCategory) -> bool
fn eq(&self, other: &TextFxAssetBudgetCategory) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TextFxAssetBudgetCategory
Auto Trait Implementations§
impl Freeze for TextFxAssetBudgetCategory
impl RefUnwindSafe for TextFxAssetBudgetCategory
impl Send for TextFxAssetBudgetCategory
impl Sync for TextFxAssetBudgetCategory
impl Unpin for TextFxAssetBudgetCategory
impl UnsafeUnpin for TextFxAssetBudgetCategory
impl UnwindSafe for TextFxAssetBudgetCategory
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