#[repr(u32)]pub enum SecProtocolType {
Show 35 variants
FTP,
FTPAccount,
HTTP,
IRC,
NNTP,
POP3,
SMTP,
SOCKS,
IMAP,
LDAP,
AppleTalk,
AFP,
Telnet,
SSH,
FTPS,
HTTPS,
HTTPProxy,
HTTPSProxy,
FTPProxy,
CIFS,
SMB,
RTSP,
RTSPProxy,
DAAP,
EPPC,
IPP,
NNTPS,
LDAPS,
TelnetS,
IMAPS,
IRCS,
POP3S,
CVSpserver,
SVN,
Any,
}
Variants§
FTP
FTPAccount
HTTP
IRC
NNTP
POP3
SMTP
SOCKS
IMAP
LDAP
AppleTalk
AFP
Telnet
SSH
FTPS
HTTPS
HTTPProxy
HTTPSProxy
FTPProxy
CIFS
SMB
RTSP
RTSPProxy
DAAP
EPPC
IPP
NNTPS
LDAPS
TelnetS
IMAPS
IRCS
POP3S
CVSpserver
SVN
Any
Trait Implementations§
source§impl Clone for SecProtocolType
impl Clone for SecProtocolType
source§fn clone(&self) -> SecProtocolType
fn clone(&self) -> SecProtocolType
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 SecProtocolType
impl Debug for SecProtocolType
source§impl PartialEq<SecProtocolType> for SecProtocolType
impl PartialEq<SecProtocolType> for SecProtocolType
source§fn eq(&self, other: &SecProtocolType) -> bool
fn eq(&self, other: &SecProtocolType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SecProtocolType
impl Eq for SecProtocolType
impl StructuralEq for SecProtocolType
impl StructuralPartialEq for SecProtocolType
Auto Trait Implementations§
impl RefUnwindSafe for SecProtocolType
impl Send for SecProtocolType
impl Sync for SecProtocolType
impl Unpin for SecProtocolType
impl UnwindSafe for SecProtocolType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more