pub struct BorderElementStyle {
pub color: Color,
pub width: BorderWidthStyle,
}Expand description
Border style payload.
Fields§
§color: ColorBorder color.
width: BorderWidthStylePer-side border widths.
Trait Implementations§
Source§impl Clone for BorderElementStyle
impl Clone for BorderElementStyle
Source§fn clone(&self) -> BorderElementStyle
fn clone(&self) -> BorderElementStyle
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 moreimpl Copy for BorderElementStyle
Source§impl Debug for BorderElementStyle
impl Debug for BorderElementStyle
Source§impl PartialEq for BorderElementStyle
impl PartialEq for BorderElementStyle
impl StructuralPartialEq for BorderElementStyle
Auto Trait Implementations§
impl Freeze for BorderElementStyle
impl RefUnwindSafe for BorderElementStyle
impl Send for BorderElementStyle
impl Sync for BorderElementStyle
impl Unpin for BorderElementStyle
impl UnsafeUnpin for BorderElementStyle
impl UnwindSafe for BorderElementStyle
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§impl<H, TailTarget, Source, Idx> Embed<RenderTList<H, TailTarget>, There<Idx>> for Sourcewhere
TailTarget: IsRenderList,
Source: Embed<TailTarget, Idx>,
impl<H, TailTarget, Source, Idx> Embed<RenderTList<H, TailTarget>, There<Idx>> for Sourcewhere
TailTarget: IsRenderList,
Source: Embed<TailTarget, Idx>,
Source§fn embed(self) -> RenderTList<H, TailTarget>
fn embed(self) -> RenderTList<H, TailTarget>
Converts
self into Target.