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