pub struct StyleSheetParseError { /* private fields */ }
Trait Implementations§
Source§impl<'de> Deserialize<'de> for StyleSheetParseError
impl<'de> Deserialize<'de> for StyleSheetParseError
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<ParseError> for StyleSheetParseError
impl From<ParseError> for StyleSheetParseError
Source§fn from(value: ParseError) -> Self
fn from(value: ParseError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for StyleSheetParseError
impl RefUnwindSafe for StyleSheetParseError
impl Send for StyleSheetParseError
impl Sync for StyleSheetParseError
impl Unpin for StyleSheetParseError
impl UnwindSafe for StyleSheetParseError
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