pub enum BevelDirection {
Up,
Down,
}Expand description
TS BevelDirection.
Variants§
Trait Implementations§
Source§impl Clone for BevelDirection
impl Clone for BevelDirection
Source§fn clone(&self) -> BevelDirection
fn clone(&self) -> BevelDirection
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 moreimpl Copy for BevelDirection
Source§impl Debug for BevelDirection
impl Debug for BevelDirection
impl Eq for BevelDirection
Source§impl PartialEq for BevelDirection
impl PartialEq for BevelDirection
Source§fn eq(&self, other: &BevelDirection) -> bool
fn eq(&self, other: &BevelDirection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BevelDirection
Auto Trait Implementations§
impl Freeze for BevelDirection
impl RefUnwindSafe for BevelDirection
impl Send for BevelDirection
impl Sync for BevelDirection
impl Unpin for BevelDirection
impl UnsafeUnpin for BevelDirection
impl UnwindSafe for BevelDirection
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