Enum hrobot::api::boot::ActiveConfig
source · pub enum ActiveConfig {
Rescue(ActiveRescueConfig),
Linux(ActiveLinuxConfig),
Vnc(ActiveVncConfig),
Windows(ActiveWindowsConfig),
Plesk(ActivePleskConfig),
CPanel(ActiveCpanelConfig),
}Expand description
Contains only the currently active boot configuration system.
Variants§
Rescue(ActiveRescueConfig)
Active rescue system configuration.
Linux(ActiveLinuxConfig)
Active Linux installation configuration.
Vnc(ActiveVncConfig)
Active VNC installation configuration.
Windows(ActiveWindowsConfig)
Active Windows installation configuration.
Plesk(ActivePleskConfig)
Active Plesk installation configuration.
CPanel(ActiveCpanelConfig)
Active CPanel installation configuration.
Trait Implementations§
source§impl Clone for ActiveConfig
impl Clone for ActiveConfig
source§fn clone(&self) -> ActiveConfig
fn clone(&self) -> ActiveConfig
Returns a copy 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 ActiveConfig
impl Debug for ActiveConfig
source§impl PartialEq for ActiveConfig
impl PartialEq for ActiveConfig
source§fn eq(&self, other: &ActiveConfig) -> bool
fn eq(&self, other: &ActiveConfig) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ActiveConfig
impl StructuralPartialEq for ActiveConfig
Auto Trait Implementations§
impl Freeze for ActiveConfig
impl RefUnwindSafe for ActiveConfig
impl Send for ActiveConfig
impl Sync for ActiveConfig
impl Unpin for ActiveConfig
impl UnwindSafe for ActiveConfig
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
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.