pub enum AggregateStateFormation {
Other,
Assembly,
Vee,
Wedge,
Line,
Column,
Unspecified(u32),
}Expand description
UID 205
Variants§
Trait Implementations§
Source§impl Clone for AggregateStateFormation
impl Clone for AggregateStateFormation
Source§fn clone(&self) -> AggregateStateFormation
fn clone(&self) -> AggregateStateFormation
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 AggregateStateFormation
impl Debug for AggregateStateFormation
Source§impl Default for AggregateStateFormation
impl Default for AggregateStateFormation
Source§impl Display for AggregateStateFormation
impl Display for AggregateStateFormation
Source§impl From<AggregateStateFormation> for u32
impl From<AggregateStateFormation> for u32
Source§fn from(value: AggregateStateFormation) -> Self
fn from(value: AggregateStateFormation) -> Self
Converts to this type from the input type.
Source§impl From<u32> for AggregateStateFormation
impl From<u32> for AggregateStateFormation
Source§impl Hash for AggregateStateFormation
impl Hash for AggregateStateFormation
Source§impl PartialEq for AggregateStateFormation
impl PartialEq for AggregateStateFormation
impl Copy for AggregateStateFormation
impl Eq for AggregateStateFormation
impl StructuralPartialEq for AggregateStateFormation
Auto Trait Implementations§
impl Freeze for AggregateStateFormation
impl RefUnwindSafe for AggregateStateFormation
impl Send for AggregateStateFormation
impl Sync for AggregateStateFormation
impl Unpin for AggregateStateFormation
impl UnwindSafe for AggregateStateFormation
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