pub enum SubBlockPyramidType {
None,
SingleSubBlock,
MultiSubBlock,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SubBlockPyramidType
impl Clone for SubBlockPyramidType
Source§fn clone(&self) -> SubBlockPyramidType
fn clone(&self) -> SubBlockPyramidType
Returns a duplicate of the value. Read more
1.0.0 · 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 SubBlockPyramidType
impl Debug for SubBlockPyramidType
Source§impl PartialEq for SubBlockPyramidType
impl PartialEq for SubBlockPyramidType
impl Copy for SubBlockPyramidType
impl Eq for SubBlockPyramidType
impl StructuralPartialEq for SubBlockPyramidType
Auto Trait Implementations§
impl Freeze for SubBlockPyramidType
impl RefUnwindSafe for SubBlockPyramidType
impl Send for SubBlockPyramidType
impl Sync for SubBlockPyramidType
impl Unpin for SubBlockPyramidType
impl UnsafeUnpin for SubBlockPyramidType
impl UnwindSafe for SubBlockPyramidType
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