Enum qapi_qmp::IscsiTransport [−][src]
pub enum IscsiTransport {
tcp,
iser,
}Variants
tcpiser
Trait Implementations
impl Debug for IscsiTransport[src]
impl Debug for IscsiTransportfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for IscsiTransport[src]
impl Clone for IscsiTransportfn clone(&self) -> IscsiTransport[src]
fn clone(&self) -> IscsiTransportReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for IscsiTransport
impl Send for IscsiTransportimpl Sync for IscsiTransport
impl Sync for IscsiTransport