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