pub struct border_width;
Trait Implementations§
Source§impl Clone for border_width
impl Clone for border_width
Source§fn clone(&self) -> border_width
fn clone(&self) -> border_width
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 CssProperty for border_width
impl CssProperty for border_width
Auto Trait Implementations§
impl Freeze for border_width
impl RefUnwindSafe for border_width
impl Send for border_width
impl Sync for border_width
impl Unpin for border_width
impl UnwindSafe for border_width
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