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