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