pub struct CssPropertyMetadataStaticV1 {
pub schema_version: &'static str,
pub product: &'static str,
pub source: CssPropertyMetadataSourceStaticV1,
pub custom_property_policy: CssCustomPropertyPolicyStaticV1,
pub properties: &'static [CssPropertyMetadataRecordStaticV1],
}Fields§
§schema_version: &'static str§product: &'static str§source: CssPropertyMetadataSourceStaticV1§custom_property_policy: CssCustomPropertyPolicyStaticV1§properties: &'static [CssPropertyMetadataRecordStaticV1]Trait Implementations§
Source§impl Clone for CssPropertyMetadataStaticV1
impl Clone for CssPropertyMetadataStaticV1
Source§fn clone(&self) -> CssPropertyMetadataStaticV1
fn clone(&self) -> CssPropertyMetadataStaticV1
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 CssPropertyMetadataStaticV1
Source§impl Debug for CssPropertyMetadataStaticV1
impl Debug for CssPropertyMetadataStaticV1
impl Eq for CssPropertyMetadataStaticV1
impl StructuralPartialEq for CssPropertyMetadataStaticV1
Auto Trait Implementations§
impl Freeze for CssPropertyMetadataStaticV1
impl RefUnwindSafe for CssPropertyMetadataStaticV1
impl Send for CssPropertyMetadataStaticV1
impl Sync for CssPropertyMetadataStaticV1
impl Unpin for CssPropertyMetadataStaticV1
impl UnsafeUnpin for CssPropertyMetadataStaticV1
impl UnwindSafe for CssPropertyMetadataStaticV1
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.