#[repr(u8)]pub enum SovereignState {
Domestic = 0,
Exiled = 1,
}Expand description
The state of a Sovereign resource. 0: Domestic (Local jurisdiction) 1: Exiled (Foreign jurisdiction - moved to another node)
Variants§
Trait Implementations§
Source§impl Clone for SovereignState
impl Clone for SovereignState
Source§fn clone(&self) -> SovereignState
fn clone(&self) -> SovereignState
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 SovereignState
impl Debug for SovereignState
Source§impl Display for SovereignState
impl Display for SovereignState
Source§impl PartialEq for SovereignState
impl PartialEq for SovereignState
impl Copy for SovereignState
impl Eq for SovereignState
impl StructuralPartialEq for SovereignState
Auto Trait Implementations§
impl Freeze for SovereignState
impl RefUnwindSafe for SovereignState
impl Send for SovereignState
impl Sync for SovereignState
impl Unpin for SovereignState
impl UnwindSafe for SovereignState
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