pub struct StyleBorderLeftStyle(pub BorderStyle);
Expand description
Represents a border-left-width
attribute
Tuple Fields§
§0: BorderStyle
Trait Implementations§
Source§impl Clone for StyleBorderLeftStyle
impl Clone for StyleBorderLeftStyle
Source§fn clone(&self) -> StyleBorderLeftStyle
fn clone(&self) -> StyleBorderLeftStyle
Returns a copy 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 Debug for StyleBorderLeftStyle
impl Debug for StyleBorderLeftStyle
Source§impl Default for StyleBorderLeftStyle
impl Default for StyleBorderLeftStyle
Source§fn default() -> StyleBorderLeftStyle
fn default() -> StyleBorderLeftStyle
Returns the “default value” for a type. Read more
Source§impl Display for StyleBorderLeftStyle
impl Display for StyleBorderLeftStyle
Source§impl From<StyleBorderLeftStyle> for CssProperty
impl From<StyleBorderLeftStyle> for CssProperty
Source§fn from(e: StyleBorderLeftStyle) -> Self
fn from(e: StyleBorderLeftStyle) -> Self
Converts to this type from the input type.
Source§impl Hash for StyleBorderLeftStyle
impl Hash for StyleBorderLeftStyle
Source§impl Ord for StyleBorderLeftStyle
impl Ord for StyleBorderLeftStyle
Source§fn cmp(&self, other: &StyleBorderLeftStyle) -> Ordering
fn cmp(&self, other: &StyleBorderLeftStyle) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for StyleBorderLeftStyle
impl PartialEq for StyleBorderLeftStyle
Source§impl PartialOrd for StyleBorderLeftStyle
impl PartialOrd for StyleBorderLeftStyle
impl Copy for StyleBorderLeftStyle
impl Eq for StyleBorderLeftStyle
impl StructuralPartialEq for StyleBorderLeftStyle
Auto Trait Implementations§
impl Freeze for StyleBorderLeftStyle
impl RefUnwindSafe for StyleBorderLeftStyle
impl Send for StyleBorderLeftStyle
impl Sync for StyleBorderLeftStyle
impl Unpin for StyleBorderLeftStyle
impl UnwindSafe for StyleBorderLeftStyle
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)