pub struct TransformExecutionContextV0 {Show 13 fields
pub closed_style_world: bool,
pub drop_dark_mode_media_queries: bool,
pub reachable_class_names: Vec<String>,
pub reachable_keyframe_names: Vec<String>,
pub reachable_value_names: Vec<String>,
pub reachable_custom_property_names: Vec<String>,
pub scss_module_evaluation: Option<TransformModuleEvaluationV0>,
pub less_module_evaluation: Option<TransformModuleEvaluationV0>,
pub import_inlines: Vec<TransformImportInlineV0>,
pub class_name_rewrites: Vec<TransformClassNameRewriteV0>,
pub css_module_composes_resolutions: Vec<TransformCssModuleComposesResolutionV0>,
pub css_module_value_resolutions: Vec<TransformCssModuleValueResolutionV0>,
pub design_token_routes: Vec<TransformDesignTokenRouteV0>,
}Fields§
§closed_style_world: bool§drop_dark_mode_media_queries: bool§reachable_class_names: Vec<String>§reachable_keyframe_names: Vec<String>§reachable_value_names: Vec<String>§reachable_custom_property_names: Vec<String>§scss_module_evaluation: Option<TransformModuleEvaluationV0>§less_module_evaluation: Option<TransformModuleEvaluationV0>§import_inlines: Vec<TransformImportInlineV0>§class_name_rewrites: Vec<TransformClassNameRewriteV0>§css_module_composes_resolutions: Vec<TransformCssModuleComposesResolutionV0>§css_module_value_resolutions: Vec<TransformCssModuleValueResolutionV0>§design_token_routes: Vec<TransformDesignTokenRouteV0>Trait Implementations§
Source§impl Clone for TransformExecutionContextV0
impl Clone for TransformExecutionContextV0
Source§fn clone(&self) -> TransformExecutionContextV0
fn clone(&self) -> TransformExecutionContextV0
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 TransformExecutionContextV0
impl Debug for TransformExecutionContextV0
Source§impl Default for TransformExecutionContextV0
impl Default for TransformExecutionContextV0
Source§fn default() -> TransformExecutionContextV0
fn default() -> TransformExecutionContextV0
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TransformExecutionContextV0where
TransformExecutionContextV0: Default,
impl<'de> Deserialize<'de> for TransformExecutionContextV0where
TransformExecutionContextV0: Default,
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 TransformExecutionContextV0
Source§impl PartialEq for TransformExecutionContextV0
impl PartialEq for TransformExecutionContextV0
Source§fn eq(&self, other: &TransformExecutionContextV0) -> bool
fn eq(&self, other: &TransformExecutionContextV0) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TransformExecutionContextV0
Auto Trait Implementations§
impl Freeze for TransformExecutionContextV0
impl RefUnwindSafe for TransformExecutionContextV0
impl Send for TransformExecutionContextV0
impl Sync for TransformExecutionContextV0
impl Unpin for TransformExecutionContextV0
impl UnsafeUnpin for TransformExecutionContextV0
impl UnwindSafe for TransformExecutionContextV0
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.