#[repr(C, u8)]pub enum StyleOverflowClipMarginParseErrorOwned {
InvalidValue(AzString),
}Expand description
An owned version of StyleOverflowClipMarginParseError.
Variants§
Implementations§
Source§impl StyleOverflowClipMarginParseErrorOwned
impl StyleOverflowClipMarginParseErrorOwned
Converts the owned error back into a borrowed error.
Trait Implementations§
Source§impl Clone for StyleOverflowClipMarginParseErrorOwned
impl Clone for StyleOverflowClipMarginParseErrorOwned
Source§fn clone(&self) -> StyleOverflowClipMarginParseErrorOwned
fn clone(&self) -> StyleOverflowClipMarginParseErrorOwned
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 StyleOverflowClipMarginParseErrorOwned
impl PartialEq for StyleOverflowClipMarginParseErrorOwned
Source§fn eq(&self, other: &StyleOverflowClipMarginParseErrorOwned) -> bool
fn eq(&self, other: &StyleOverflowClipMarginParseErrorOwned) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for StyleOverflowClipMarginParseErrorOwned
impl StructuralPartialEq for StyleOverflowClipMarginParseErrorOwned
Auto Trait Implementations§
impl Freeze for StyleOverflowClipMarginParseErrorOwned
impl RefUnwindSafe for StyleOverflowClipMarginParseErrorOwned
impl Send for StyleOverflowClipMarginParseErrorOwned
impl Sync for StyleOverflowClipMarginParseErrorOwned
impl Unpin for StyleOverflowClipMarginParseErrorOwned
impl UnsafeUnpin for StyleOverflowClipMarginParseErrorOwned
impl UnwindSafe for StyleOverflowClipMarginParseErrorOwned
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