pub struct StyleProperty { /* private fields */ }Expand description
Represents a CSS style property.
A single key-value pair representing a CSS declaration.
Implementations§
Source§impl StyleProperty
Implementation of StyleProperty construction.
impl StyleProperty
Implementation of StyleProperty construction.
Source§impl StyleProperty
impl StyleProperty
Trait Implementations§
Source§impl Default for StyleProperty
impl Default for StyleProperty
Source§fn default() -> StyleProperty
fn default() -> StyleProperty
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StyleProperty
impl RefUnwindSafe for StyleProperty
impl Send for StyleProperty
impl Sync for StyleProperty
impl Unpin for StyleProperty
impl UnsafeUnpin for StyleProperty
impl UnwindSafe for StyleProperty
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