pub struct CssPropertyMetadataRecordV1Json {Show 17 fields
pub property_id: String,
pub canonical_name: String,
pub href: String,
pub syntax: Option<String>,
pub upstream_inherited: Option<String>,
pub upstream_initial: Option<String>,
pub inherited: Option<bool>,
pub initial_value: Option<String>,
pub applies_to: Option<String>,
pub percentages: Option<String>,
pub computed_value: Option<String>,
pub animation_type: Option<String>,
pub longhands: Vec<String>,
pub legacy_alias_of: Option<String>,
pub boundary_classification: String,
pub boundary_reason: String,
pub override_reason: Option<String>,
}Fields§
§property_id: String§canonical_name: String§href: String§syntax: Option<String>§upstream_inherited: Option<String>§upstream_initial: Option<String>§inherited: Option<bool>§initial_value: Option<String>§applies_to: Option<String>§percentages: Option<String>§computed_value: Option<String>§animation_type: Option<String>§longhands: Vec<String>§legacy_alias_of: Option<String>§boundary_classification: String§boundary_reason: String§override_reason: Option<String>Trait Implementations§
Source§impl Clone for CssPropertyMetadataRecordV1Json
impl Clone for CssPropertyMetadataRecordV1Json
Source§fn clone(&self) -> CssPropertyMetadataRecordV1Json
fn clone(&self) -> CssPropertyMetadataRecordV1Json
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 CssPropertyMetadataRecordV1Json
impl<'de> Deserialize<'de> for CssPropertyMetadataRecordV1Json
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 CssPropertyMetadataRecordV1Json
impl StructuralPartialEq for CssPropertyMetadataRecordV1Json
Auto Trait Implementations§
impl Freeze for CssPropertyMetadataRecordV1Json
impl RefUnwindSafe for CssPropertyMetadataRecordV1Json
impl Send for CssPropertyMetadataRecordV1Json
impl Sync for CssPropertyMetadataRecordV1Json
impl Unpin for CssPropertyMetadataRecordV1Json
impl UnsafeUnpin for CssPropertyMetadataRecordV1Json
impl UnwindSafe for CssPropertyMetadataRecordV1Json
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§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.