[−][src]Enum lsm::SystemMode
Variants
Plugin failed to query system mode.
Plugin does not support querying system mode.
The storage system is a hardware RAID card(like HP SmartArray and LSI MegaRAID) and could expose the logical volume(aka, RAIDed virtual disk) to OS while hardware RAID card is handling the RAID algorithm. In this mode, storage system cannot expose physical disk directly to OS.
The physical disks can be exposed to OS directly without any configurations. SCSI enclosure service might be exposed to OS also.
Trait Implementations
impl Clone for SystemMode
[src]
fn clone(&self) -> SystemMode
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for SystemMode
[src]
impl Debug for SystemMode
[src]
impl PartialEq<SystemMode> for SystemMode
[src]
fn eq(&self, other: &SystemMode) -> bool
[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl StructuralPartialEq for SystemMode
[src]
Auto Trait Implementations
impl RefUnwindSafe for SystemMode
impl Send for SystemMode
impl Sync for SystemMode
impl Unpin for SystemMode
impl UnwindSafe for SystemMode
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,