pub struct Stylesheet { /* private fields */ }Implementations§
Source§impl Stylesheet
impl Stylesheet
Trait Implementations§
Source§impl Debug for Stylesheet
impl Debug for Stylesheet
Source§impl Default for Stylesheet
impl Default for Stylesheet
Source§fn default() -> Stylesheet
fn default() -> Stylesheet
Returns the “default value” for a type. Read more
Source§impl Display for Stylesheet
impl Display for Stylesheet
Source§impl From<Stylesheet> for Element
impl From<Stylesheet> for Element
Source§fn from(stylesheet: Stylesheet) -> Self
fn from(stylesheet: Stylesheet) -> Self
Converts to this type from the input type.
Source§impl From<Stylesheet> for Node
impl From<Stylesheet> for Node
Source§fn from(stylesheet: Stylesheet) -> Self
fn from(stylesheet: Stylesheet) -> Self
Converts to this type from the input type.
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