Enum gdnative_network::StreamPeerSSLStatus [−][src]
#[repr(u32)]pub enum StreamPeerSSLStatus { Disconnected, Connected, Error, ErrorHostnameMismatch, }
Variants
DisconnectedConnectedErrorErrorHostnameMismatch
Trait Implementations
impl Copy for StreamPeerSSLStatus[src]
impl Copy for StreamPeerSSLStatusimpl Clone for StreamPeerSSLStatus[src]
impl Clone for StreamPeerSSLStatusfn clone(&self) -> StreamPeerSSLStatus[src]
fn clone(&self) -> StreamPeerSSLStatusReturns 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
impl Debug for StreamPeerSSLStatus[src]
impl Debug for StreamPeerSSLStatusfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for StreamPeerSSLStatus[src]
impl PartialEq for StreamPeerSSLStatusfn eq(&self, other: &StreamPeerSSLStatus) -> bool[src]
fn eq(&self, other: &StreamPeerSSLStatus) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for StreamPeerSSLStatus[src]
impl Eq for StreamPeerSSLStatusimpl Hash for StreamPeerSSLStatus[src]
impl Hash for StreamPeerSSLStatusAuto Trait Implementations
impl Send for StreamPeerSSLStatus
impl Send for StreamPeerSSLStatusimpl Sync for StreamPeerSSLStatus
impl Sync for StreamPeerSSLStatus