#[repr(C, u8)]pub enum StyleTextIndentParseErrorOwned {
PixelValue(CssPixelValueParseErrorOwned),
}Variants§
PixelValue(CssPixelValueParseErrorOwned)
Implementations§
Trait Implementations§
Source§impl Clone for StyleTextIndentParseErrorOwned
impl Clone for StyleTextIndentParseErrorOwned
Source§fn clone(&self) -> StyleTextIndentParseErrorOwned
fn clone(&self) -> StyleTextIndentParseErrorOwned
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 StyleTextIndentParseErrorOwned
impl StructuralPartialEq for StyleTextIndentParseErrorOwned
Auto Trait Implementations§
impl Freeze for StyleTextIndentParseErrorOwned
impl RefUnwindSafe for StyleTextIndentParseErrorOwned
impl Send for StyleTextIndentParseErrorOwned
impl Sync for StyleTextIndentParseErrorOwned
impl Unpin for StyleTextIndentParseErrorOwned
impl UnsafeUnpin for StyleTextIndentParseErrorOwned
impl UnwindSafe for StyleTextIndentParseErrorOwned
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