[][src]Enum btle::uri::URIName

#[repr(u8)]
pub enum URIName {
    Aaa,
    Aaas,
    About,
    Acap,
    Acct,
    Cap,
    Cid,
    Coap,
    Coaps,
    Crid,
    Data,
    Dav,
    Dict,
    Dns,
    File,
    Ftp,
    Geo,
    Go,
    Gopher,
    H323,
    Http,
    Https,
    Iax,
    Icap,
    Im,
    Imap,
    Info,
    Ipp,
    Ipps,
    Iris,
    IrisBeep,
    IrisXpc,
    IrisXpcs,
    IrisLwz,
    Jabber,
    Ldap,
    Mailto,
    Mid,
    Msrp,
    Msrps,
    Mtqp,
    Mupdate,
    News,
    Nfs,
    Ni,
    Nih,
    Nntp,
    Opaquelocktoken,
    Pop,
    Pres,
    Reload,
    Rtsp,
    Rtsps,
    Rtspu,
    Service,
    Session,
    Shttp,
    Sieve,
    Sip,
    Sips,
    Sms,
    Snmp,
    SoapBeep,
    SoapBeeps,
    Stun,
    Stuns,
    Tag,
    Tel,
    Telnet,
    Tftp,
    Thismessage,
    Tn3270,
    Tip,
    Turn,
    Turns,
    Tv,
    Urn,
    Vemmi,
    Ws,
    Wss,
    Xcon,
    XconUserid,
    XmlrpcBeep,
    XmlrpcBeeps,
    Xmpp,
    Z3950r,
    Z3950s,
    Acr,
    Adiumxtra,
    Afp,
    Afs,
    Aim,
    Apt,
    Attachment,
    Aw,
    Barion,
    Beshare,
    Bitcoin,
    Bolo,
    Callto,
    Chrome,
    ChromeExtension,
    ComEventbriteAttendee,
    Content,
    Cvs,
    DlnaPlaysingle,
    DlnaPlaycontainer,
    Dtn,
    Dvb,
    Ed2k,
    Facetime,
    Feed,
    Feedready,
    Finger,
    Fish,
    Gg,
    Git,
    Gizmoproject,
    Gtalk,
    Ham,
    Hcp,
    Icon,
    Ipn,
    Irc,
    Irc6,
    Ircs,
    Itms,
    Jar,
    Jms,
    Keyparc,
    Lastfm,
    Ldaps,
    Magnet,
    Maps,
    Market,
    Message,
    Mms,
    MsHelp,
    MsSettingsPower,
    Msnim,
    Mumble,
    Mvn,
    Notes,
    Oid,
    Palm,
    Paparazzi,
    Pkcs11,
    Platform,
    Proxy,
    Psyc,
    Query,
    Res,
    Resource,
    Rmi,
    Rsync,
    Rtmfp,
    Rtmp,
    Secondlife,
    Sftp,
    Sgn,
    Skype,
    Smb,
    Smtp,
    Soldat,
    Spotify,
    Ssh,
    Steam,
    Submit,
    Svn,
    Teamspeak,
    Teliaeid,
    Things,
    Udp,
    Unreal,
    Ut2004,
    Ventrilo,
    ViewSource,
    Webcal,
    Wtai,
    Wyciwyg,
    Xfire,
    Xri,
    Ymsgr,
    Example,
    MsSettingsCloudstorage,
}

URI Name type based on Bluetooth Assigned Numbers.

Variants

Aaa
Aaas
About
Acap
Acct
Cap
Cid
Coap
Coaps
Crid
Data
Dav
Dict
Dns
File
Ftp
Geo
Go
Gopher
H323
Http
Https
Iax
Icap
Im
Imap
Info
Ipp
Ipps
Iris
IrisBeep
IrisXpc
IrisXpcs
IrisLwz
Jabber
Ldap
Mailto
Mid
Msrp
Msrps
Mtqp
Mupdate
News
Nfs
Ni
Nih
Nntp
Opaquelocktoken
Pop
Pres
Reload
Rtsp
Rtsps
Rtspu
Service
Session
Shttp
Sieve
Sip
Sips
Sms
Snmp
SoapBeep
SoapBeeps
Stun
Stuns
Tag
Tel
Telnet
Tftp
Thismessage
Tn3270
Tip
Turn
Turns
Tv
Urn
Vemmi
Ws
Wss
Xcon
XconUserid
XmlrpcBeep
XmlrpcBeeps
Xmpp
Z3950r
Z3950s
Acr
Adiumxtra
Afp
Afs
Aim
Apt
Attachment
Aw
Barion
Beshare
Bitcoin
Bolo
Callto
Chrome
ChromeExtension
ComEventbriteAttendee
Content
Cvs
DlnaPlaysingle
DlnaPlaycontainer
Dtn
Dvb
Ed2k
Facetime
Feed
Feedready
Finger
Fish
Gg
Git
Gizmoproject
Gtalk
Ham
Hcp
Icon
Ipn
Irc
Irc6
Ircs
Itms
Jar
Jms
Keyparc
Lastfm
Ldaps
Magnet
Maps
Market
Message
Mms
MsHelp
MsSettingsPower
Msnim
Mumble
Mvn
Notes
Oid
Palm
Paparazzi
Pkcs11
Platform
Proxy
Psyc
Query
Res
Resource
Rmi
Rsync
Rtmfp
Rtmp
Secondlife
Sftp
Sgn
Skype
Smb
Smtp
Soldat
Spotify
Ssh
Steam
Submit
Svn
Teamspeak
Teliaeid
Things
Udp
Unreal
Ut2004
Ventrilo
ViewSource
Webcal
Wtai
Wyciwyg
Xfire
Xri
Ymsgr
Example
MsSettingsCloudstorage

Methods

impl URIName[src]

pub fn as_str(self) -> &'static str[src]

Trait Implementations

impl Clone for URIName[src]

impl Copy for URIName[src]

impl Debug for URIName[src]

impl Display for URIName[src]

impl Eq for URIName[src]

impl From<URIName> for u8[src]

impl FromStr for URIName[src]

type Err = URINameError

The associated error which can be returned from parsing.

impl Hash for URIName[src]

impl Ord for URIName[src]

impl PartialEq<URIName> for URIName[src]

impl PartialOrd<URIName> for URIName[src]

impl StructuralEq for URIName[src]

impl StructuralPartialEq for URIName[src]

impl TryFrom<u8> for URIName[src]

type Error = URINameError

The type returned in the event of a conversion error.

Auto Trait Implementations

impl RefUnwindSafe for URIName

impl Send for URIName

impl Sync for URIName

impl Unpin for URIName

impl UnwindSafe for URIName

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.