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