pub struct HoverFxAssetBudgetEntry {
pub category: HoverFxAssetBudgetCategory,
pub bytes: usize,
}Fields§
§category: HoverFxAssetBudgetCategory§bytes: usizeTrait Implementations§
Source§impl Clone for HoverFxAssetBudgetEntry
impl Clone for HoverFxAssetBudgetEntry
Source§fn clone(&self) -> HoverFxAssetBudgetEntry
fn clone(&self) -> HoverFxAssetBudgetEntry
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 moreSource§impl Debug for HoverFxAssetBudgetEntry
impl Debug for HoverFxAssetBudgetEntry
Source§impl<'de> Deserialize<'de> for HoverFxAssetBudgetEntry
impl<'de> Deserialize<'de> for HoverFxAssetBudgetEntry
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 HoverFxAssetBudgetEntry
Source§impl PartialEq for HoverFxAssetBudgetEntry
impl PartialEq for HoverFxAssetBudgetEntry
Source§fn eq(&self, other: &HoverFxAssetBudgetEntry) -> bool
fn eq(&self, other: &HoverFxAssetBudgetEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for HoverFxAssetBudgetEntry
impl Serialize for HoverFxAssetBudgetEntry
impl StructuralPartialEq for HoverFxAssetBudgetEntry
Auto Trait Implementations§
impl Freeze for HoverFxAssetBudgetEntry
impl RefUnwindSafe for HoverFxAssetBudgetEntry
impl Send for HoverFxAssetBudgetEntry
impl Sync for HoverFxAssetBudgetEntry
impl Unpin for HoverFxAssetBudgetEntry
impl UnsafeUnpin for HoverFxAssetBudgetEntry
impl UnwindSafe for HoverFxAssetBudgetEntry
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