pub enum CssAttrValue {
Css(Css),
Computed(Computed<Css>),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CssAttrValue
impl !RefUnwindSafe for CssAttrValue
impl !Send for CssAttrValue
impl !Sync for CssAttrValue
impl Unpin for CssAttrValue
impl !UnwindSafe for CssAttrValue
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