pub enum ExtrudeType {
Blocks,
Pyramids,
}Expand description
extrude type: “blocks” | “pyramids”
Variants§
Trait Implementations§
Source§impl Clone for ExtrudeType
impl Clone for ExtrudeType
Source§fn clone(&self) -> ExtrudeType
fn clone(&self) -> ExtrudeType
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 ExtrudeType
Source§impl Debug for ExtrudeType
impl Debug for ExtrudeType
impl Eq for ExtrudeType
Source§impl PartialEq for ExtrudeType
impl PartialEq for ExtrudeType
Source§fn eq(&self, other: &ExtrudeType) -> bool
fn eq(&self, other: &ExtrudeType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExtrudeType
Auto Trait Implementations§
impl Freeze for ExtrudeType
impl RefUnwindSafe for ExtrudeType
impl Send for ExtrudeType
impl Sync for ExtrudeType
impl Unpin for ExtrudeType
impl UnsafeUnpin for ExtrudeType
impl UnwindSafe for ExtrudeType
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