pub struct TargetFeatureSupportV0 {
pub vendor_prefix_required: bool,
pub supports_light_dark: bool,
pub supports_color_mix: bool,
pub supports_oklch_oklab: bool,
pub supports_color_function: bool,
pub supports_logical_properties: bool,
pub supports_css_nesting: bool,
pub supports_css_scope: bool,
pub supports_cascade_layers: bool,
}Fields§
§vendor_prefix_required: bool§supports_light_dark: bool§supports_color_mix: bool§supports_oklch_oklab: bool§supports_color_function: bool§supports_logical_properties: bool§supports_css_nesting: bool§supports_css_scope: bool§supports_cascade_layers: boolTrait Implementations§
Source§impl Clone for TargetFeatureSupportV0
impl Clone for TargetFeatureSupportV0
Source§fn clone(&self) -> TargetFeatureSupportV0
fn clone(&self) -> TargetFeatureSupportV0
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 TargetFeatureSupportV0
Source§impl Debug for TargetFeatureSupportV0
impl Debug for TargetFeatureSupportV0
Source§impl<'de> Deserialize<'de> for TargetFeatureSupportV0
impl<'de> Deserialize<'de> for TargetFeatureSupportV0
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<TargetFeatureSupportV0, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<TargetFeatureSupportV0, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for TargetFeatureSupportV0
Source§impl PartialEq for TargetFeatureSupportV0
impl PartialEq for TargetFeatureSupportV0
Source§fn eq(&self, other: &TargetFeatureSupportV0) -> bool
fn eq(&self, other: &TargetFeatureSupportV0) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TargetFeatureSupportV0
impl Serialize for TargetFeatureSupportV0
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 TargetFeatureSupportV0
Auto Trait Implementations§
impl Freeze for TargetFeatureSupportV0
impl RefUnwindSafe for TargetFeatureSupportV0
impl Send for TargetFeatureSupportV0
impl Sync for TargetFeatureSupportV0
impl Unpin for TargetFeatureSupportV0
impl UnsafeUnpin for TargetFeatureSupportV0
impl UnwindSafe for TargetFeatureSupportV0
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.