pub struct CssCustomPropertyPolicyStaticV1 {
pub inherited: bool,
pub initial_value: &'static str,
}Fields§
§inherited: bool§initial_value: &'static strTrait Implementations§
Source§impl Clone for CssCustomPropertyPolicyStaticV1
impl Clone for CssCustomPropertyPolicyStaticV1
Source§fn clone(&self) -> CssCustomPropertyPolicyStaticV1
fn clone(&self) -> CssCustomPropertyPolicyStaticV1
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 CssCustomPropertyPolicyStaticV1
impl Eq for CssCustomPropertyPolicyStaticV1
impl StructuralPartialEq for CssCustomPropertyPolicyStaticV1
Auto Trait Implementations§
impl Freeze for CssCustomPropertyPolicyStaticV1
impl RefUnwindSafe for CssCustomPropertyPolicyStaticV1
impl Send for CssCustomPropertyPolicyStaticV1
impl Sync for CssCustomPropertyPolicyStaticV1
impl Unpin for CssCustomPropertyPolicyStaticV1
impl UnsafeUnpin for CssCustomPropertyPolicyStaticV1
impl UnwindSafe for CssCustomPropertyPolicyStaticV1
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.