pub enum StyleTextAlignParseErrorOwned {
InvalidValue(InvalidValueErrOwned),
}Variants§
InvalidValue(InvalidValueErrOwned)
Implementations§
Trait Implementations§
Source§impl Clone for StyleTextAlignParseErrorOwned
impl Clone for StyleTextAlignParseErrorOwned
Source§fn clone(&self) -> StyleTextAlignParseErrorOwned
fn clone(&self) -> StyleTextAlignParseErrorOwned
Returns a duplicate of the value. Read more
1.0.0 · 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 StyleTextAlignParseErrorOwned
impl PartialEq for StyleTextAlignParseErrorOwned
Source§fn eq(&self, other: &StyleTextAlignParseErrorOwned) -> bool
fn eq(&self, other: &StyleTextAlignParseErrorOwned) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StyleTextAlignParseErrorOwned
Auto Trait Implementations§
impl Freeze for StyleTextAlignParseErrorOwned
impl RefUnwindSafe for StyleTextAlignParseErrorOwned
impl Send for StyleTextAlignParseErrorOwned
impl Sync for StyleTextAlignParseErrorOwned
impl Unpin for StyleTextAlignParseErrorOwned
impl UnwindSafe for StyleTextAlignParseErrorOwned
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