pub enum DripstoneThickness {
TipMerge,
Tip,
Frustum,
Middle,
Base,
}Variants§
Trait Implementations§
Source§impl Clone for DripstoneThickness
impl Clone for DripstoneThickness
Source§fn clone(&self) -> DripstoneThickness
fn clone(&self) -> DripstoneThickness
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 DripstoneThickness
impl Debug for DripstoneThickness
Source§impl PartialEq for DripstoneThickness
impl PartialEq for DripstoneThickness
Source§fn eq(&self, other: &DripstoneThickness) -> bool
fn eq(&self, other: &DripstoneThickness) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PropertyEnum for DripstoneThickness
impl PropertyEnum for DripstoneThickness
impl StructuralPartialEq for DripstoneThickness
Auto Trait Implementations§
impl Freeze for DripstoneThickness
impl RefUnwindSafe for DripstoneThickness
impl Send for DripstoneThickness
impl Sync for DripstoneThickness
impl Unpin for DripstoneThickness
impl UnsafeUnpin for DripstoneThickness
impl UnwindSafe for DripstoneThickness
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