pub enum StyleEmptyCellsParseError<'a> {
InvalidKeyword(&'a str),
}Expand description
Parse errors for empty-cells property
Variants§
Trait Implementations§
Source§impl<'a> Clone for StyleEmptyCellsParseError<'a>
impl<'a> Clone for StyleEmptyCellsParseError<'a>
Source§fn clone(&self) -> StyleEmptyCellsParseError<'a>
fn clone(&self) -> StyleEmptyCellsParseError<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a> Debug for StyleEmptyCellsParseError<'a>
impl<'a> Debug for StyleEmptyCellsParseError<'a>
Source§impl<'a> PartialEq for StyleEmptyCellsParseError<'a>
impl<'a> PartialEq for StyleEmptyCellsParseError<'a>
Source§fn eq(&self, other: &StyleEmptyCellsParseError<'a>) -> bool
fn eq(&self, other: &StyleEmptyCellsParseError<'a>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<'a> StructuralPartialEq for StyleEmptyCellsParseError<'a>
Auto Trait Implementations§
impl<'a> Freeze for StyleEmptyCellsParseError<'a>
impl<'a> RefUnwindSafe for StyleEmptyCellsParseError<'a>
impl<'a> Send for StyleEmptyCellsParseError<'a>
impl<'a> Sync for StyleEmptyCellsParseError<'a>
impl<'a> Unpin for StyleEmptyCellsParseError<'a>
impl<'a> UnwindSafe for StyleEmptyCellsParseError<'a>
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