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