pub struct Css { /* private fields */ }Expand description
TO DO: ADD DOCS
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Css
impl !Send for Css
impl !Sync for Css
impl Unpin for Css
impl UnwindSafe for Css
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