pub struct BorderSpecification { /* private fields */ }
Expand description
Settings for a specific border
Implementations§
Trait Implementations§
Source§impl Clone for BorderSpecification
impl Clone for BorderSpecification
Source§fn clone(&self) -> BorderSpecification
fn clone(&self) -> BorderSpecification
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 BorderSpecification
impl Debug for BorderSpecification
Auto Trait Implementations§
impl Freeze for BorderSpecification
impl RefUnwindSafe for BorderSpecification
impl Send for BorderSpecification
impl Sync for BorderSpecification
impl Unpin for BorderSpecification
impl UnwindSafe for BorderSpecification
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