pub enum BorderCornerShape {
Round,
Bevel,
}Variants§
Trait Implementations§
Source§impl Clone for BorderCornerShape
impl Clone for BorderCornerShape
Source§fn clone(&self) -> BorderCornerShape
fn clone(&self) -> BorderCornerShape
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 moreSource§impl Debug for BorderCornerShape
impl Debug for BorderCornerShape
Source§impl Default for BorderCornerShape
impl Default for BorderCornerShape
Source§fn default() -> BorderCornerShape
fn default() -> BorderCornerShape
Returns the “default value” for a type. Read more
Source§impl PartialEq for BorderCornerShape
impl PartialEq for BorderCornerShape
Source§fn eq(&self, other: &BorderCornerShape) -> bool
fn eq(&self, other: &BorderCornerShape) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for BorderCornerShape
impl StructuralPartialEq for BorderCornerShape
Auto Trait Implementations§
impl Freeze for BorderCornerShape
impl RefUnwindSafe for BorderCornerShape
impl Send for BorderCornerShape
impl Sync for BorderCornerShape
impl Unpin for BorderCornerShape
impl UnsafeUnpin for BorderCornerShape
impl UnwindSafe for BorderCornerShape
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