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