Enum virtual_net::StreamSecurity
source · pub enum StreamSecurity {
Unencrypted,
AnyEncyption,
ClassicEncryption,
DoubleEncryption,
}
Variants§
Trait Implementations§
source§impl Clone for StreamSecurity
impl Clone for StreamSecurity
source§fn clone(&self) -> StreamSecurity
fn clone(&self) -> StreamSecurity
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 StreamSecurity
impl Debug for StreamSecurity
source§impl PartialEq<StreamSecurity> for StreamSecurity
impl PartialEq<StreamSecurity> for StreamSecurity
source§fn eq(&self, other: &StreamSecurity) -> bool
fn eq(&self, other: &StreamSecurity) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.