#[repr(C, u8)]pub enum CssSpatialNavigationContainParseErrorOwned {
InvalidValue(AzString),
}Expand description
Owned mirror of CssSpatialNavigationContainParseError.
Variants§
Implementations§
Trait Implementations§
Source§fn clone(&self) -> CssSpatialNavigationContainParseErrorOwned
fn clone(&self) -> CssSpatialNavigationContainParseErrorOwned
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 cmp(&self, other: &CssSpatialNavigationContainParseErrorOwned) -> Ordering
fn cmp(&self, other: &CssSpatialNavigationContainParseErrorOwned) -> 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: &CssSpatialNavigationContainParseErrorOwned,
) -> Option<Ordering>
fn partial_cmp( &self, other: &CssSpatialNavigationContainParseErrorOwned, ) -> 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