pub struct CascadingStyleSheet(/* private fields */);
Implementations§
Trait Implementations§
Source§impl From<CascadingStyleSheet> for String
impl From<CascadingStyleSheet> for String
Source§fn from(value: CascadingStyleSheet) -> Self
fn from(value: CascadingStyleSheet) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CascadingStyleSheet
impl RefUnwindSafe for CascadingStyleSheet
impl Send for CascadingStyleSheet
impl Sync for CascadingStyleSheet
impl Unpin for CascadingStyleSheet
impl UnwindSafe for CascadingStyleSheet
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