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