pub struct StyleSheetOutput { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl Freeze for StyleSheetOutput
impl RefUnwindSafe for StyleSheetOutput
impl Send for StyleSheetOutput
impl Sync for StyleSheetOutput
impl Unpin for StyleSheetOutput
impl UnwindSafe for StyleSheetOutput
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