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