pub enum PropertyParseErrorKind<'i> {
UnknownProperty(CowRcStr<'i>),
UnknownUnit(CowRcStr<'i>),
}
Variants§
Auto Trait Implementations§
impl<'i> RefUnwindSafe for PropertyParseErrorKind<'i>
impl<'i> !Send for PropertyParseErrorKind<'i>
impl<'i> !Sync for PropertyParseErrorKind<'i>
impl<'i> Unpin for PropertyParseErrorKind<'i>
impl<'i> UnwindSafe for PropertyParseErrorKind<'i>
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