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