pub enum StyleCaptionSideParseError<'a> {
InvalidKeyword(&'a str),
}Expand description
Parse errors for caption-side property
Variants§
Trait Implementations§
Source§impl<'a> Clone for StyleCaptionSideParseError<'a>
impl<'a> Clone for StyleCaptionSideParseError<'a>
Source§fn clone(&self) -> StyleCaptionSideParseError<'a>
fn clone(&self) -> StyleCaptionSideParseError<'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 StyleCaptionSideParseError<'a>
impl<'a> Debug for StyleCaptionSideParseError<'a>
Source§impl<'a> PartialEq for StyleCaptionSideParseError<'a>
impl<'a> PartialEq for StyleCaptionSideParseError<'a>
Source§fn eq(&self, other: &StyleCaptionSideParseError<'a>) -> bool
fn eq(&self, other: &StyleCaptionSideParseError<'a>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<'a> StructuralPartialEq for StyleCaptionSideParseError<'a>
Auto Trait Implementations§
impl<'a> Freeze for StyleCaptionSideParseError<'a>
impl<'a> RefUnwindSafe for StyleCaptionSideParseError<'a>
impl<'a> Send for StyleCaptionSideParseError<'a>
impl<'a> Sync for StyleCaptionSideParseError<'a>
impl<'a> Unpin for StyleCaptionSideParseError<'a>
impl<'a> UnwindSafe for StyleCaptionSideParseError<'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