pub enum InitialSetupAuthority {
ImportedHandoff,
DirectSetup,
}Expand description
Actor that owns structural work during the initial setup phase.
Variants§
ImportedHandoff
Setup state was registered by an external setup engine. Alien may only continue controller states that the importer explicitly initialized.
DirectSetup
Alien is the setup engine and is running with administrator credentials.
Trait Implementations§
Source§impl Clone for InitialSetupAuthority
impl Clone for InitialSetupAuthority
Source§fn clone(&self) -> InitialSetupAuthority
fn clone(&self) -> InitialSetupAuthority
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 moreimpl Copy for InitialSetupAuthority
Source§impl Debug for InitialSetupAuthority
impl Debug for InitialSetupAuthority
Source§impl Default for InitialSetupAuthority
impl Default for InitialSetupAuthority
Source§fn default() -> InitialSetupAuthority
fn default() -> InitialSetupAuthority
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InitialSetupAuthority
impl<'de> Deserialize<'de> for InitialSetupAuthority
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for InitialSetupAuthority
Source§impl PartialEq for InitialSetupAuthority
impl PartialEq for InitialSetupAuthority
Source§impl Serialize for InitialSetupAuthority
impl Serialize for InitialSetupAuthority
impl StructuralPartialEq for InitialSetupAuthority
Auto Trait Implementations§
impl Freeze for InitialSetupAuthority
impl RefUnwindSafe for InitialSetupAuthority
impl Send for InitialSetupAuthority
impl Sync for InitialSetupAuthority
impl Unpin for InitialSetupAuthority
impl UnsafeUnpin for InitialSetupAuthority
impl UnwindSafe for InitialSetupAuthority
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.