pub struct TargetTransformOptionsV0 {
pub allow_logical_to_physical: bool,
pub allow_scope_flatten: bool,
pub allow_layer_flatten: bool,
pub enable_supports_static_eval: bool,
pub enable_media_static_eval: bool,
pub drop_dark_mode_media_queries: bool,
}Fields§
§allow_logical_to_physical: bool§allow_scope_flatten: bool§allow_layer_flatten: bool§enable_supports_static_eval: bool§enable_media_static_eval: bool§drop_dark_mode_media_queries: boolTrait Implementations§
Source§impl Clone for TargetTransformOptionsV0
impl Clone for TargetTransformOptionsV0
Source§fn clone(&self) -> TargetTransformOptionsV0
fn clone(&self) -> TargetTransformOptionsV0
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 moreimpl Copy for TargetTransformOptionsV0
Source§impl Debug for TargetTransformOptionsV0
impl Debug for TargetTransformOptionsV0
Source§impl Default for TargetTransformOptionsV0
impl Default for TargetTransformOptionsV0
Source§fn default() -> TargetTransformOptionsV0
fn default() -> TargetTransformOptionsV0
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TargetTransformOptionsV0where
TargetTransformOptionsV0: Default,
impl<'de> Deserialize<'de> for TargetTransformOptionsV0where
TargetTransformOptionsV0: Default,
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<TargetTransformOptionsV0, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<TargetTransformOptionsV0, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for TargetTransformOptionsV0
Source§impl PartialEq for TargetTransformOptionsV0
impl PartialEq for TargetTransformOptionsV0
Source§fn eq(&self, other: &TargetTransformOptionsV0) -> bool
fn eq(&self, other: &TargetTransformOptionsV0) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TargetTransformOptionsV0
impl Serialize for TargetTransformOptionsV0
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for TargetTransformOptionsV0
Auto Trait Implementations§
impl Freeze for TargetTransformOptionsV0
impl RefUnwindSafe for TargetTransformOptionsV0
impl Send for TargetTransformOptionsV0
impl Sync for TargetTransformOptionsV0
impl Unpin for TargetTransformOptionsV0
impl UnsafeUnpin for TargetTransformOptionsV0
impl UnwindSafe for TargetTransformOptionsV0
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.