pub struct BorderDef {
pub width: Option<PxPct>,
pub color: Option<Color>,
}Fields§
§width: Option<PxPct>§color: Option<Color>Trait Implementations§
impl StructuralPartialEq for BorderDef
Auto Trait Implementations§
impl Freeze for BorderDef
impl RefUnwindSafe for BorderDef
impl Send for BorderDef
impl Sync for BorderDef
impl Unpin for BorderDef
impl UnwindSafe for BorderDef
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