pub struct CssOnce(/* private fields */);
Expand description
A tracker for rendered css
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for CssOnce
impl !RefUnwindSafe for CssOnce
impl Send for CssOnce
impl !Sync for CssOnce
impl Unpin for CssOnce
impl UnwindSafe for CssOnce
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