[−][src]Enum lsm::DiskLinkType
Represent disk data link type.
Variants
Plugin does not support querying disk link type.
Plugin failed to query disk link type.
Fibre Channel.
Serial Storage Architecture, Old IBM tech.
Serial Bus Protocol, used by IEEE 1394.
SCSI RDMA Protocol.
Internet Small Computer System Interface
Serial Attached SCSI.
Automation/Drive Interface Transport. Often used by tape.
PATA/IDE or SATA.
USB
SCSI over PCI-E.
PCI-E, e.g. NVMe.
Trait Implementations
impl Clone for DiskLinkType
[src]
fn clone(&self) -> DiskLinkType
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for DiskLinkType
[src]
impl Debug for DiskLinkType
[src]
impl PartialEq<DiskLinkType> for DiskLinkType
[src]
fn eq(&self, other: &DiskLinkType) -> bool
[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl StructuralPartialEq for DiskLinkType
[src]
Auto Trait Implementations
impl RefUnwindSafe for DiskLinkType
impl Send for DiskLinkType
impl Sync for DiskLinkType
impl Unpin for DiskLinkType
impl UnwindSafe for DiskLinkType
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>,