pub struct stylesheet(/* private fields */);
Trait Implementations§
Source§impl Debug for stylesheet
impl Debug for stylesheet
Source§impl IntoAttribute for stylesheet
impl IntoAttribute for stylesheet
Source§impl PartialEq for stylesheet
impl PartialEq for stylesheet
impl StructuralPartialEq for stylesheet
Auto Trait Implementations§
impl Freeze for stylesheet
impl RefUnwindSafe for stylesheet
impl Send for stylesheet
impl Sync for stylesheet
impl Unpin for stylesheet
impl UnwindSafe for stylesheet
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