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