#[repr(C, u8)]pub enum StyleAspectRatioParseErrorOwned {
InvalidValue(AzString),
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for StyleAspectRatioParseErrorOwned
impl Clone for StyleAspectRatioParseErrorOwned
Source§fn clone(&self) -> StyleAspectRatioParseErrorOwned
fn clone(&self) -> StyleAspectRatioParseErrorOwned
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§impl PartialEq for StyleAspectRatioParseErrorOwned
impl PartialEq for StyleAspectRatioParseErrorOwned
Source§fn eq(&self, other: &StyleAspectRatioParseErrorOwned) -> bool
fn eq(&self, other: &StyleAspectRatioParseErrorOwned) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StyleAspectRatioParseErrorOwned
Auto Trait Implementations§
impl Freeze for StyleAspectRatioParseErrorOwned
impl RefUnwindSafe for StyleAspectRatioParseErrorOwned
impl Send for StyleAspectRatioParseErrorOwned
impl Sync for StyleAspectRatioParseErrorOwned
impl Unpin for StyleAspectRatioParseErrorOwned
impl UnsafeUnpin for StyleAspectRatioParseErrorOwned
impl UnwindSafe for StyleAspectRatioParseErrorOwned
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