pub enum CssSpatialNavigationContainParseError<'a> {
InvalidValue(&'a str),
}Expand description
spatial-navigation-contain parse error.
Variants§
Implementations§
pub fn to_contained(&self) -> CssSpatialNavigationContainParseErrorOwned
Trait Implementations§
Source§fn clone(&self) -> CssSpatialNavigationContainParseError<'a>
fn clone(&self) -> CssSpatialNavigationContainParseError<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§fn from(e: CssSpatialNavigationContainParseError<'a>) -> Self
fn from(e: CssSpatialNavigationContainParseError<'a>) -> Self
Converts to this type from the input type.
Source§fn cmp(&self, other: &CssSpatialNavigationContainParseError<'a>) -> Ordering
fn cmp(&self, other: &CssSpatialNavigationContainParseError<'a>) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§fn partial_cmp(
&self,
other: &CssSpatialNavigationContainParseError<'a>,
) -> Option<Ordering>
fn partial_cmp( &self, other: &CssSpatialNavigationContainParseError<'a>, ) -> Option<Ordering>
Auto Trait Implementations§
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