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