pub enum Proto {
Show 18 variants
Http,
Https,
Ftp,
Sftp,
Ftps,
Ssh,
Telnet,
File,
Ws,
Wss,
Gopher,
Ldap,
Rtsp,
Smb,
Nfs,
Imap,
Pop3,
Nntp,
}Expand description
Enum representing various URL protocols.
§Variants
HttpHttpsFtpSftpFtpsSshTelnetFileWsWssGopherLdapRtspSmbNfsImapPop3Nntp
Variants§
Trait Implementations§
Source§impl FromStr for Proto
impl FromStr for Proto
impl StructuralPartialEq for Proto
Auto Trait Implementations§
impl Freeze for Proto
impl RefUnwindSafe for Proto
impl Send for Proto
impl Sync for Proto
impl Unpin for Proto
impl UnwindSafe for Proto
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