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