#[repr(C, u8)]pub enum BoxDecorationBreakParseErrorOwned {
InvalidValue(AzString),
}Expand description
Owned version of BoxDecorationBreakParseError for FFI and storage.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for BoxDecorationBreakParseErrorOwned
impl Clone for BoxDecorationBreakParseErrorOwned
Source§fn clone(&self) -> BoxDecorationBreakParseErrorOwned
fn clone(&self) -> BoxDecorationBreakParseErrorOwned
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 moreimpl Eq for BoxDecorationBreakParseErrorOwned
impl StructuralPartialEq for BoxDecorationBreakParseErrorOwned
Auto Trait Implementations§
impl Freeze for BoxDecorationBreakParseErrorOwned
impl RefUnwindSafe for BoxDecorationBreakParseErrorOwned
impl Send for BoxDecorationBreakParseErrorOwned
impl Sync for BoxDecorationBreakParseErrorOwned
impl Unpin for BoxDecorationBreakParseErrorOwned
impl UnsafeUnpin for BoxDecorationBreakParseErrorOwned
impl UnwindSafe for BoxDecorationBreakParseErrorOwned
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