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